Skip to content

clauslang/numpy

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

Folders and files

NameName
Last commit message
Last commit date
Feb 15, 2016
Oct 31, 2010
Feb 23, 2016
Feb 25, 2016
Jan 27, 2016
Oct 12, 2014
Jan 16, 2016
Jul 25, 2013
Feb 16, 2016
Feb 8, 2016
Aug 28, 2015
Jan 24, 2016
Jan 1, 2016
Jan 16, 2016
Dec 31, 2015
Jan 23, 2011
Feb 14, 2016
Jan 20, 2016
Jan 17, 2016
Jan 27, 2016
Sep 17, 2015
Aug 4, 2015

Repository files navigation

Travis

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:

After installation, tests can be run (if nose is installed) with:

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

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

About

Numpy main repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 55.5%
  • Python 44.3%
  • Other 0.2%