Skip to content

pm7/numpy

This branch is 25404 commits behind numpy/numpy:main.

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2010
Sep 26, 2014
Oct 2, 2014
Sep 4, 2014
Oct 31, 2010
Jul 27, 2014
Jul 25, 2013
Dec 24, 2012
Jul 16, 2014
Aug 18, 2013
Apr 22, 2007
Aug 18, 2013
Apr 25, 2013
Oct 1, 2011
Mar 12, 2014
Aug 18, 2013
Mar 13, 2012
Jan 23, 2011
Dec 8, 2013
Apr 5, 2014
Jul 7, 2014
Sep 16, 2013
Oct 25, 2013
Jul 7, 2014
Apr 6, 2013
Jul 27, 2014
May 6, 2014

Repository files navigation

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://www.numpy.org

After installation, tests can be run with:

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

The most current development version is always available from our
git repository:

http://github.com/numpy/numpy

About

Numpy main repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published