| commit | cfb7695ec342963d36fb06c858e59f53cd643a26 | [log] [tgz] |
|---|---|---|
| author | Charles Harris <charlesr.harris@gmail.com> | Sun May 07 22:25:04 2017 |
| committer | Charles Harris <charlesr.harris@gmail.com> | Sun May 07 22:25:04 2017 |
| tree | 021f478a237b142ae58121c72e4497c8dcb17e31 | |
| parent | 6b1a37621404ca404a82a09998c28071c54494d1 [diff] |
TST: Test commit. See if this changes the branch closed flag. See #9043. [ci skip]
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: