commit | 40c532820498d4bbcc611a8166d44c61326eb9b4 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Tue Feb 26 16:13:00 2019 |
committer | GitHub <noreply@github.com> | Tue Feb 26 16:13:00 2019 |
tree | 4282393f03974d49a8f36dae07fb07a6db5e267c | |
parent | fa8816f0a03cd158c52edf55be7afe6d00450d6e [diff] | |
parent | aec409f85ab5ec459bfb9fb27c78ced07f520224 [diff] |
Merge pull request #13045 from charris/prepare-1.16.2-release DOC: Prepare for 1.16.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()'