tag | 5ee82d101080c079b5f35834b77cf3c427efce7a | |
---|---|---|
tagger | Charles Harris <[email protected]> | Fri Sep 29 20:20:59 2017 |
object | 31465473c491829d636c9104c390062cba005681 |
NumPy 1.13.3 release.
commit | 31465473c491829d636c9104c390062cba005681 | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Fri Sep 29 20:10:10 2017 |
committer | Charles Harris <[email protected]> | Fri Sep 29 20:10:10 2017 |
tree | 24c5569104c6929cdba1d308bd55aa0066ffd8fb | |
parent | 4509875aa3cfe76003e3e9b7ace35016be254ca3 [diff] |
REL: NumPy 1.13.3 release.
Travis CI Status |
---|
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: