cournape / numpy
- Source
- Commits
- Network (4)
- Issues (0)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
ca9a1d4
cdavid (author)
Wed Jul 01 07:23:53 -0700 2009
commit ca9a1d44200ed34b086d538e0e937ec948012af4
tree 81f3d217987bca9d448fc5597d36ca20952da5cf
parent 3b4a07454387baebec71b9d445b5911045c210f2
tree 81f3d217987bca9d448fc5597d36ca20952da5cf
parent 3b4a07454387baebec71b9d445b5911045c210f2
numpy /
| name | age | message | |
|---|---|---|---|
| |
COMPATIBILITY | Sat Apr 21 21:29:42 -0700 2007 | |
| |
DEV_README.txt | Wed Mar 04 09:14:10 -0800 2009 | |
| |
INSTALL.txt | Sat Apr 04 03:24:22 -0700 2009 | |
| |
LICENSE.txt | Thu Jan 08 18:14:35 -0800 2009 | |
| |
MANIFEST.in | ||
| |
README.txt | ||
| |
TEST_COMMIT | ||
| |
THANKS.txt | Mon Jan 05 13:51:18 -0800 2009 | |
| |
benchmarks/ | Fri Feb 08 02:54:01 -0800 2008 | |
| |
branding/ | Tue Mar 10 23:41:48 -0700 2009 | |
| |
doc/ | ||
| |
numpy/ | ||
| |
pavement.py | ||
| |
setup.py | ||
| |
setupegg.py | Wed Jun 28 12:05:48 -0700 2006 | |
| |
setupscons.py | Sat May 16 02:46:10 -0700 2009 | |
| |
setupsconsegg.py | Wed Aug 20 16:02:44 -0700 2008 | |
| |
site.cfg.example | Sun May 18 06:24:43 -0700 2008 | |
| |
tools/ |
README.txt
NumPy is the fundamental package needed for scientific computing with Python.
This package contains:
* a powerful N-dimensional array object
* sophisticated (broadcasting) functions
* tools for integrating C/C++ and Fortran code
* useful linear algebra, Fourier transform, and random number capabilities.
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:
http://scipy.org/NumPy
After installation, tests can be run with:
python -c 'import numpy; numpy.test()'
The most current development version is always available from our
subversion repository:
http://svn.scipy.org/svn/numpy/trunk

