NumPy v1.14.0rc1 release
REL: NumPy 1.14.0rc1 release.
2 files changed
tree: db8673097847ac22fd9f81a64abd13952dda7675
  1. benchmarks/
  2. branding/
  3. doc/
  4. numpy/
  5. tools/
  6. .appveyor.yml
  7. .gitattributes
  8. .gitignore
  9. .gitmodules
  10. .mailmap
  11. .travis.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

Travis AppVeyor

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

It provides:

  • 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

If nose is installed, tests can be run after installation with:

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

Powered by NumFOCUS