This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
David Cournapeau (author)
Thu Jul 30 08:44:11 -0700 2009
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 | Sat Apr 04 03:27:28 -0700 2009 | |
| |
TEST_COMMIT | Fri Mar 13 08:47:43 -0700 2009 | |
| |
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 | Fri Apr 17 03:15:59 -0700 2009 | |
| |
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/ | Sat Mar 28 01:38:08 -0700 2009 |
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








