REL: NumPy 1.14.4 release.
REL: NumPy 1.14.5 release.

Signed-off-by: mattip <matti.picus@gmail.com>
1 file changed
tree: 43e4037d37448c6426ad2bc1366bad59589ea534
  1. .circleci/
  2. benchmarks/
  3. branding/
  4. doc/
  5. numpy/
  6. tools/
  7. .appveyor.yml
  8. .gitattributes
  9. .gitignore
  10. .gitmodules
  11. .mailmap
  12. .travis.yml
  13. CONTRIBUTING.md
  14. INSTALL.rst.txt
  15. LICENSE.txt
  16. MANIFEST.in
  17. pavement.py
  18. README.md
  19. runtests.py
  20. setup.py
  21. site.cfg.example
  22. THANKS.txt
  23. 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