commit | d204cc4a26bf60dae74f2d360518d3c2cc828c18 | [log] [tgz] |
---|---|---|
author | Charles Harris <charlesr.harris@gmail.com> | Sun Jun 12 21:58:53 2016 |
committer | GitHub <noreply@github.com> | Sun Jun 12 21:58:53 2016 |
tree | 53fd0ad5d1b389332790b4826fa3cde4b709a922 | |
parent | 1a709355c869e3af4b786fd95c5f72fb47f19016 [diff] | |
parent | 53fe147e4a1c8e8f47dbd6d01d5fb64eff0b37a0 [diff] |
Merge pull request #7737 from charris/backport-7735 Backport 7735, BUG: fix issue on OS X with Python 3.x, npymath.ini not installed.
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: