tag | 616ab8c3c35360ed883f7a8ce3b5966f54a4dbed | |
---|---|---|
tagger | Charles Harris <[email protected]> | Wed Nov 16 23:40:31 2016 |
object | 67551112fa684d1686ed173eb9724a4b8a7a86fa |
NumPy v1.12.0b1
commit | 67551112fa684d1686ed173eb9724a4b8a7a86fa | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Wed Nov 16 23:30:43 2016 |
committer | Charles Harris <[email protected]> | Wed Nov 16 23:30:43 2016 |
tree | 9d9df33abf51c4ea7e014c91b76ad39dc82bcd8a | |
parent | a650a79b2b0a1fc7b660bf9900f766264a3ca7dc [diff] |
REL: NumPy 1.12.0b1 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: