Skip to content

spnngl/numpy

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

Folders and files

NameName
Last commit message
Last commit date
Sep 12, 2017
Oct 31, 2010
Oct 11, 2017
Oct 11, 2017
Sep 5, 2017
Oct 1, 2017
Feb 25, 2017
Apr 10, 2017
Jul 25, 2013
May 18, 2017
Sep 1, 2017
Aug 28, 2015
Sep 22, 2016
Jan 18, 2017
Jun 18, 2017
Oct 1, 2017
Jan 23, 2011
Aug 25, 2017
Aug 30, 2017
Jun 20, 2017
Sep 6, 2016
Mar 8, 2017

Repository files navigation

NumPy

Travis AppVeyor

NumPy is the fundamental package needed for scientific computing with Python.

It provides:

  • 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

If nose is installed, tests can be run after installation with:

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

Powered by NumFOCUS

About

Numpy main repository

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 54.5%
  • Python 44.7%
  • Other 0.8%