tag | 62a853bd974a456b80aae35c401073275ab33bbd | |
---|---|---|
tagger | Charles Harris <[email protected]> | Thu Jul 06 23:13:53 2017 |
object | 1462df1c20eae44d28e6b665b5d194788f57efc5 |
NumPy 1.13.1 release
commit | 1462df1c20eae44d28e6b665b5d194788f57efc5 | [log] [tgz] |
---|---|---|
author | Charles Harris <[email protected]> | Thu Jul 06 22:57:57 2017 |
committer | Charles Harris <[email protected]> | Thu Jul 06 22:59:01 2017 |
tree | c30b6f8f9509bd42bec584662f438980d6a71485 | |
parent | 0bef802bec8c0981d946c4ef01e8700b597cd249 [diff] |
REL: NumPy 1.13.1 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: