NumPy 1.15.2 release
REL: NumPy 1.15.2 release.
1 file changed
tree: 9dc442d8e36f9f2c3f7140e770e360c2561751ae
  1. .circleci/
  2. benchmarks/
  3. branding/
  4. doc/
  5. numpy/
  6. tools/
  7. .appveyor.yml
  8. .coveragerc
  9. .gitattributes
  10. .gitignore
  11. .gitmodules
  12. .mailmap
  13. .travis.yml
  14. CONTRIBUTING.md
  15. INSTALL.rst.txt
  16. LICENSE.txt
  17. MANIFEST.in
  18. pavement.py
  19. pytest.ini
  20. README.md
  21. runtests.py
  22. setup.py
  23. site.cfg.example
  24. THANKS.txt
  25. 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