commit | 7ea4d3b099f2155cb14b8fb04c033699cdb225b2 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Thu May 18 16:29:32 2017 |
committer | GitHub <noreply@github.com> | Thu May 18 16:29:32 2017 |
tree | c18a3406c6254ddaddf290cb6e18165084681b0e | |
parent | 3d87af02660bc33c163b9d6070950771d7f267ed [diff] | |
parent | aab963935e95ecbb08f8a04b6a250191d52e4593 [diff] |
Merge pull request #9136 from charris/backport-9115 BUG: Compilation crashes in MSVC when LIB or INCLUDE is not set
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: