Skip to content

tacaswell/numpy

Folders and files

NameName
Last commit message
Last commit date
Sep 1, 2016
Oct 31, 2010
Sep 4, 2016
Sep 5, 2016
Sep 2, 2016
Oct 12, 2014
Jan 16, 2016
Jul 25, 2013
Mar 28, 2016
Sep 2, 2016
Aug 28, 2015
Jan 24, 2016
Jan 1, 2016
Jan 16, 2016
Mar 7, 2016
Jan 23, 2011
Feb 25, 2016
Sep 2, 2016
Sep 3, 2016
Sep 3, 2016
Apr 28, 2016
Aug 4, 2015

Repository files navigation


----------------- | **`Travis CI Status`** | |-------------------| |[![Travis](https://img.shields.io/travis/numpy/numpy.svg)](https://travis-ci.org/numpy/numpy)|

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.9%
  • Other 0.6%