tag | a50726eb04a64ff9124c0ba97621fcbcf8bb7675 | |
---|---|---|
tagger | Charles Harris <[email protected]> | Sun Mar 27 20:15:44 2016 |
object | 4092a9e160cc247a4a45724579a0c829733688ca |
Numpy 1.11.0
commit | 4092a9e160cc247a4a45724579a0c829733688ca | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Sun Mar 27 20:13:52 2016 |
committer | Charles Harris <[email protected]> | Sun Mar 27 20:13:52 2016 |
tree | e11cec065c695c241e7600c9df6bca9f2627d0c9 | |
parent | 22118d037bc358ae0e33aa02b806cef6ea21ee0a [diff] |
REL: Numpy 1.11.0 release.
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: