Skip to content

ferozco/numpy

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

Folders and files

NameName
Last commit message
Last commit date
Oct 18, 2015
Oct 31, 2010
Oct 20, 2015
Oct 24, 2015
Sep 2, 2015
Oct 12, 2014
Aug 22, 2015
Jul 25, 2013
Aug 11, 2015
Oct 19, 2015
Apr 22, 2007
Aug 28, 2015
Aug 18, 2013
Oct 20, 2015
Mar 18, 2015
Sep 23, 2015
Aug 18, 2013
Mar 13, 2012
Jan 23, 2011
Oct 14, 2015
Sep 2, 2015
Oct 21, 2015
Apr 6, 2013
Sep 17, 2015
Aug 4, 2015

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

Languages

  • C 55.8%
  • Python 44.0%
  • Other 0.2%