commit | 22118d037bc358ae0e33aa02b806cef6ea21ee0a | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Mar 27 15:27:47 2016 |
committer | Charles Harris <charlesr.harris@gmail.com> | Sun Mar 27 15:27:47 2016 |
tree | db45e9b7088a456354cec42bb6890560b645c5ae | |
parent | 2ec0db0b050741151abbd9f6d89d51d157ef3a41 [diff] | |
parent | 1cb61e8b4742bd65af91856027dc98ecc1f3f98a [diff] |
Merge pull request #7470 from charris/Backport-7469 Backport 7469, MAINT: Update git .mailmap
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: