commit | 542f73e34dfa5d0360f5b3617a587231a8336fe2 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Oct 21 21:11:05 2018 |
committer | GitHub <noreply@github.com> | Sun Oct 21 21:11:05 2018 |
tree | 5e5759839d54beefc129a28c019b26113a6470af | |
parent | 5d7ec882d9f53e1a458ab8269d3bdb4cfc25d7d6 [diff] | |
parent | 3d646cb0375ba55e2858124f65189c7b4b4a7858 [diff] |
Merge pull request #12192 from charris/prepare-1.15.3-release DOC: Prepare for NumPy 1.15.3 release.
NumPy is the fundamental package needed for scientific computing with Python.
It provides:
If nose
is installed, tests can be run after installation with:
python -c 'import numpy; numpy.test()'