tag | 59a75c7175d6cfdef8a56d7a193daf1f225538a6 | |
---|---|---|
tagger | Charles Harris <charlesr.harris@gmail.com> | Mon Oct 03 23:58:59 2016 |
object | bb6e3dc30016b89bf154f7d7fce4248e760bd40f |
NumPy 1.11.2 release.
commit | bb6e3dc30016b89bf154f7d7fce4248e760bd40f | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon Oct 03 23:52:47 2016 |
committer | Charles Harris <charlesr.harris@gmail.com> | Mon Oct 03 23:52:47 2016 |
tree | 04e50a75fb763ccc38d55de05d83f6bbfd9cf56b | |
parent | e57701a40403af59d07505bf4938fccdcf21bf49 [diff] |
REL: NumPy 1.11.2 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: