NumPy 1.15.3 release
REL: NumPy 1.15.3 release.
1 file changed
tree: 07e430f6deb14dbf168750e9b60b29a142baab1c
  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. azure-pipelines.yml
  15. CONTRIBUTING.md
  16. INSTALL.rst.txt
  17. LICENSE.txt
  18. MANIFEST.in
  19. pavement.py
  20. pytest.ini
  21. README.md
  22. runtests.py
  23. setup.py
  24. site.cfg.example
  25. THANKS.txt
  26. 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