commit | e57701a40403af59d07505bf4938fccdcf21bf49 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Sep 11 23:41:54 2016 |
committer | GitHub <noreply@github.com> | Sun Sep 11 23:41:54 2016 |
tree | adfaf9910eb8948ab7fec9d292c00c67adaa3a01 | |
parent | 5925f8bb18bf40c97d0432e3216b8e12c8d5cf01 [diff] | |
parent | 7be1ec166e9e692d5d9d29f2d1a6b0ccfe05ef37 [diff] |
Merge pull request #8046 from charris/backport-8045 Backport 8045, DOC: Update 1.11.2 release notes.
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: