tag | da3a391bafcc2c887ef99bb7382d91a08b0059d7 | |
---|---|---|
tagger | Charles Harris <[email protected]> | Wed Sep 27 14:47:16 2017 |
object | cde88ddf408f41ca2669adc4401fb69682726a55 |
NumPy 1.13.2 release.
commit | cde88ddf408f41ca2669adc4401fb69682726a55 | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Wed Sep 27 14:38:24 2017 |
committer | Charles Harris <[email protected]> | Wed Sep 27 14:38:24 2017 |
tree | eafc878197a07f40126030b4183df904bc381c8b | |
parent | 6d44a1535deb18134a9c0a0681b791fef730b636 [diff] |
REL: NumPy 1.13.2 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: