commit | d3b9d199666232552f5919d387654824ad82071b | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Mon Mar 06 01:43:00 2017 |
committer | GitHub <noreply@github.com> | Mon Mar 06 01:43:00 2017 |
tree | f0dd889430f454f1ace0d48931a2dd5cbc8ad763 | |
parent | 722160ffc3945585d5db283a1bc8dcdfa11a0134 [diff] | |
parent | 51160581b8453fc8adfcc4e6f4fffeb77e38511e [diff] |
Merge pull request #8748 from charris/add-1.12.1-notes-to-docs DOC: Add 1.12.1 release notes to documentation.
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: