Merge pull request #9452 from eric-wieser/new-style-classes

MAINT: Use new-style classes on 2.7
tree: f3aebdcb99ef84c8f636a495bb84f783b2a9294d
  1. benchmarks/
  2. branding/
  3. doc/
  4. numpy/
  5. tools/
  6. .gitattributes
  7. .gitignore
  8. .gitmodules
  9. .mailmap
  10. .travis.yml
  11. appveyor.yml
  12. CONTRIBUTING.md
  13. INSTALL.rst.txt
  14. LICENSE.txt
  15. MANIFEST.in
  16. pavement.py
  17. README.md
  18. runtests.py
  19. setup.py
  20. site.cfg.example
  21. THANKS.txt
  22. tox.ini
README.md

Powered by NumFOCUS


Travis CI Status
Travis

NumPy is the fundamental package needed for scientific computing with Python. This package contains:

  • a powerful N-dimensional array object
  • sophisticated (broadcasting) functions
  • tools for integrating C/C++ and Fortran code
  • useful linear algebra, Fourier transform, and random number capabilities.

It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.

More information can be found at the website:

After installation, tests can be run (if nose is installed) with:

python -c 'import numpy; numpy.test()'

The most current development version is always available from our git repository: