Skip to content

hashpling/numpy

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

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2010
Nov 19, 2014
Nov 20, 2014
Oct 28, 2014
Oct 12, 2014
Jul 27, 2014
Jul 25, 2013
Dec 24, 2012
Nov 10, 2014
Aug 18, 2013
Apr 22, 2007
Aug 18, 2013
Oct 28, 2014
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

Languages

  • C 53.4%
  • Python 44.6%
  • C++ 1.0%
  • TeX 0.8%
  • Fortran 0.1%
  • Makefile 0.1%