tag | 94f0a3e3294689533744fc820887fb5a8603dfa3 | |
---|---|---|
tagger | Charles Harris <charlesr.harris@gmail.com> | Sat Jun 25 16:56:37 2016 |
object | ccc6b8d8fcf92cc6dc19f7e14d91fc6c127114a6 |
Numpy v1.11.1
commit | ccc6b8d8fcf92cc6dc19f7e14d91fc6c127114a6 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sat Jun 25 15:32:31 2016 |
committer | Charles Harris <charlesr.harris@gmail.com> | Sat Jun 25 15:38:34 2016 |
tree | fef4fb122a54b99e1cabc68ad757f01cf3d53466 | |
parent | d204cc4a26bf60dae74f2d360518d3c2cc828c18 [diff] |
REL: Numpy 1.11.1 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: