tag | a261efbfdac228f307608c9dd59a1d5db6f224fb | |
---|---|---|
tagger | Charles Harris <[email protected]> | Sat Mar 19 21:58:23 2016 |
object | 199dc1a43a37adbc0d92f58574494ed80a1fed25 |
Numpy 1.11.0rc2 release
commit | 199dc1a43a37adbc0d92f58574494ed80a1fed25 | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Sat Mar 19 21:57:55 2016 |
committer | Charles Harris <[email protected]> | Sat Mar 19 21:57:55 2016 |
tree | 1282280b217bb188bc241a599b09341ff6cbe8a6 | |
parent | 2ec0db0b050741151abbd9f6d89d51d157ef3a41 [diff] |
REL: Release. Signed-off-by: Charles Harris <[email protected]>
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: