commit | 858cd32281759cb26591f01066e34fd3a3fd4e60 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon May 27 20:02:08 2019 |
committer | GitHub <noreply@github.com> | Mon May 27 20:02:08 2019 |
tree | e7bb101874578d4b7de566694fe82f330f5eb2f8 | |
parent | 3b902365b706b23b784a87a8f03f65f9b8a87134 [diff] | |
parent | bb26ea9dd79b8223d1ca20927898b09cd0e87b39 [diff] |
Merge pull request #13641 from charris/prepare-1.16.4-release MAINT: Prepare for the 1.16.4 release.
NumPy is the fundamental package needed for scientific computing with Python.
It provides:
Testing:
pytest
nose
Tests can then be run after installation with:
python -c 'import numpy; numpy.test()'