commit | dec22e4b46d60634b5351eb9a666cda2d169281f | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Apr 21 20:46:48 2019 |
committer | GitHub <noreply@github.com> | Sun Apr 21 20:46:48 2019 |
tree | c71a0e6a2636d0b38ba1e1e2ce4e3b768045bc51 | |
parent | 4163210b10fb95c051e3c122c6f6ac9b336f285a [diff] | |
parent | 7323f738374806fa18f0e01bc11604151d2b845c [diff] |
Merge pull request #13382 from charris/prepare-1.16.3 REL: Prepare for the NumPy 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()'