commit | b0a52b76c2bebe5c237722589d13bf02affa9c43 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Dec 18 19:34:59 2016 |
committer | GitHub <noreply@github.com> | Sun Dec 18 19:34:59 2016 |
tree | 5d5a3491cdfed07e443b9cd3760122b21240d53d | |
parent | c1e9bfe7bb66d6ee9d28ae1014c126b15cfcd32b [diff] | |
parent | de0d3d05bc742d7863559280abcd5c03b6ecef30 [diff] |
Merge pull request #8393 from charris/create-1.11.3-notes DOC: Create 1.11.3 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: