commit | 198b58cf296ab7b28936466eb2e447c3b5c1cc05 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Fri Sep 06 21:22:59 2019 |
committer | GitHub <noreply@github.com> | Fri Sep 06 21:22:59 2019 |
tree | 7c91bbf345a6ef443362b2c1b1e1f360ad23561f | |
parent | e1febea7d30a3d5c6f0922c6b4d71029b8a6d129 [diff] | |
parent | 6e46f34ad3fffe1cfd7a90230e58430cc6afcb2c [diff] |
Merge pull request #14446 from charris/prepare-1.17.2-release REL: Prepare for NumPy 1.17.2 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()'