Skip to content
/ numpy Public
forked from numpy/numpy

The fundamental package for scientific computing with Python.

License

Notifications You must be signed in to change notification settings

dgrahn/numpy

Folders and files

NameName
Last commit message
Last commit date
Feb 8, 2008
Dec 13, 2008
Dec 13, 2008
Dec 4, 2008
Apr 22, 2007
Sep 21, 2007
Nov 8, 2008
Jan 20, 2006
Jul 28, 2008
Jul 24, 2008
May 14, 2008
Dec 16, 2008
Aug 1, 2008
Jun 28, 2006
Jan 26, 2008
Aug 20, 2008
May 18, 2008

Repository files navigation

NumPy is a replacement of Numeric Python that adds the features of numarray.
To install system-wide on Unix-like systems:

sudo python setup.py install

or (for system without sudo):

su -c python setup.py install

On windows, it is advised to use the official binaries.

The setup.py script will take advantage of fast BLAS on your system if it can
find it.  You can guide the process using a site.cfg file.

If fast BLAS and LAPACK cannot be found, then a slower default version is used.

After installation, tests can be run (from outside the source
directory) with:

python -c 'import numpy; numpy.test()'

Please note that you must have version 0.10 or later of the 'nose' test
framework installed in order to run the tests.  More information about nose is
available here: 

http://somethingaboutorange.com/mrl/projects/nose/ 

The most current development version of NumPy is always available from our
subversion repository:

http://svn.scipy.org/svn/numpy/trunk

About

The fundamental package for scientific computing with Python.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.6%
  • C 35.1%
  • C++ 1.0%
  • JavaScript 0.1%
  • Fortran 0.1%
  • Shell 0.1%