tag | 5211f2030933795d0564bbad41dd69dd7df230a9 | |
---|---|---|
tagger | Charles Harris <[email protected]> | Wed Jun 07 15:46:43 2017 |
object | e94ed84010c60961f82860d146681d3fd607de4e |
Numpy 1.13.0 release
commit | e94ed84010c60961f82860d146681d3fd607de4e | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Wed Jun 07 15:26:35 2017 |
committer | Charles Harris <[email protected]> | Wed Jun 07 15:26:35 2017 |
tree | fa6f1f4d6cd60cfd8ca946d9c36e204d8c6a4de3 | |
parent | 5be257eafe33c1327003a3709e79e36b8de4b979 [diff] |
REL: NumPy 1.13.0 release
Travis CI Status |
---|
NumPy is the fundamental package needed for scientific computing with Python. This package contains:
It derives from the old Numeric code base and can be used as a replacement for Numeric. It also adds the features introduced by numarray and can be used to replace numarray.
More information can be found at the website:
After installation, tests can be run (if nose
is installed) with:
python -c 'import numpy; numpy.test()'
The most current development version is always available from our git repository: