commit | 8b4e7db68c1c5405fdb9ed57ce94e09eaa2d3298 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Thu Jan 31 20:36:19 2019 |
committer | GitHub <noreply@github.com> | Thu Jan 31 20:36:19 2019 |
tree | 263cc1dfdce4788e61cce2f10558dc9408b446d5 | |
parent | b0ad6686669252638f997729bd29acd1c7e09e87 [diff] | |
parent | e8b20fb0ff61d13f909611f7242719dfb8376b38 [diff] |
Merge pull request #12902 from charris/prepare-1.16.1-release DOC: Prepare for 1.16.1 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()'