tag | cc509b3f2b80b08e0f6d50b0dec7d429a4343b72 | |
---|---|---|
tagger | Charles Harris <charlesr.harris@gmail.com> | Sat Mar 18 15:36:51 2017 |
object | 11f77c8b19dae99981910695a806cbf4def67e24 |
NumPy v1.12.1 release.
commit | 11f77c8b19dae99981910695a806cbf4def67e24 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sat Mar 18 15:29:25 2017 |
committer | Charles Harris <charlesr.harris@gmail.com> | Sat Mar 18 15:29:25 2017 |
tree | 2fe6241f3a48d6556dac54df4f258dd9f09ee4ee | |
parent | d3b9d199666232552f5919d387654824ad82071b [diff] |
REL: NumPy 1.12.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: