Skip to content

depristo/numpy

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

41dc794 · Jun 2, 2014
Oct 31, 2010
May 29, 2014
Jun 2, 2014
May 26, 2014
Oct 31, 2010
Apr 5, 2014
Jul 25, 2013
Dec 24, 2012
May 4, 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
Feb 28, 2014
Sep 16, 2013
Oct 25, 2013
May 3, 2014
Apr 6, 2013
Feb 21, 2014
May 12, 2013

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.5%
  • Python 44.4%
  • C++ 1.2%
  • TeX 0.8%
  • Fortran 0.1%
  • Shell 0.0%