public
Description:
Homepage: http://www.scipy.org
Clone URL: git://github.com/cournape/numpy.git
cournape (author)
Thu Jul 02 06:00:50 -0700 2009
David Cournapeau (committer)
Sat Jul 18 21:14:47 -0700 2009
numpy /
name age message
file COMPATIBILITY Sat Apr 21 21:29:42 -0700 2007 Add loadtxt and savetxt adapted from matplotlib... [oliphant]
file DEV_README.txt Wed Mar 04 09:14:10 -0800 2009 Minor changes to DEV_README + fix to a 64-bit i... [oliphant]
file INSTALL.txt Sat Apr 04 03:24:22 -0700 2009 Mention nose for requirements. git-svn-id: htt... [cdavid]
file LICENSE.txt Thu Jan 08 18:14:35 -0800 2009 Updated license file git-svn-id: http://svn.s... [jarrod.millman]
file MANIFEST.in Loading commit data...
file README.txt
file TEST_COMMIT
file THANKS.txt Mon Jan 05 13:51:18 -0800 2009 Credit more developers. git-svn-id: http://svn... [stefan]
directory benchmarks/ Fri Feb 08 02:54:01 -0800 2008 ran reindent git-svn-id: http://svn.scipy.org... [jarrod.millman]
directory branding/ Tue Mar 10 23:41:48 -0700 2009 Add the numpy icons to the repository. git-svn... [cdavid]
directory doc/
directory numpy/
file pavement.py
file setup.py
file setupegg.py Wed Jun 28 12:05:48 -0700 2006 Don't import setuptools by default, but do use ... [cookedm]
file setupscons.py Sat May 16 02:46:10 -0700 2009 Fix setupscons.py so that the version.py is cor... [cdavid]
file setupsconsegg.py Wed Aug 20 16:02:44 -0700 2008 Add a setupsconsegg.py file to build with scons... [cdavid]
file site.cfg.example Sun May 18 06:24:43 -0700 2008 Put one example for mkl 10.0 in site.cfg.exampl... [cdavid]
directory 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