Skip to content

brsr/numpy

This branch is 27 commits ahead of, 22100 commits behind numpy/numpy:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

d22cafc · Apr 28, 2017
Apr 12, 2017
Oct 31, 2010
Apr 28, 2017
Apr 28, 2017
Mar 12, 2017
Feb 25, 2017
Apr 10, 2017
Jul 25, 2013
Mar 6, 2017
Apr 26, 2017
Aug 28, 2015
Sep 22, 2016
Jan 18, 2017
Jan 16, 2016
Mar 28, 2017
Jan 23, 2011
Feb 25, 2016
Jan 16, 2017
Apr 11, 2017
Apr 15, 2017
Sep 6, 2016
Mar 8, 2017

Repository files navigation



Travis CI Status
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 54.5%
  • Python 44.3%
  • C++ 1.1%
  • Other 0.1%