commit | 56ebda27b3122f7ac7b4dc5e7afac60e34e7baa1 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Dec 29 18:34:03 2019 |
committer | GitHub <noreply@github.com> | Sun Dec 29 18:34:03 2019 |
tree | 40090c8a5cff962e58fbaf350a3d8aece79ede36 | |
parent | 336eeb40effccc4571031a514f1ed266c5aec400 [diff] | |
parent | 7a6d2d956c9afe01109037457fc2ab8a50415e83 [diff] |
Merge pull request #15191 from charris/prepare-1.16.6-release REL: Prepare for 1.16.6 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()'