Skip to content
forked from numpy/numpy

The fundamental package for scientific computing with Python.

License

Notifications You must be signed in to change notification settings

bilderbuchi/numpy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a126709 · Mar 30, 2020
Mar 28, 2020
Sep 30, 2019
Nov 13, 2019
Mar 9, 2020
Oct 31, 2010
Mar 28, 2020
Mar 28, 2020
Mar 30, 2020
Oct 15, 2019
Jul 13, 2019
Dec 11, 2018
Feb 25, 2017
Mar 13, 2020
Jul 25, 2013
Sep 3, 2019
Mar 17, 2020
Mar 30, 2020
Feb 5, 2020
Mar 10, 2020
Jun 16, 2019
Oct 11, 2019
Oct 19, 2019
Jan 23, 2011
Mar 30, 2020
Feb 24, 2020
Mar 19, 2020
Feb 6, 2020
Dec 23, 2019
Jan 23, 2020
Mar 4, 2020
Mar 4, 2020
Feb 27, 2020
Jan 26, 2020
Mar 30, 2020
Jan 22, 2020

Repository files navigation

NumPy

Travis Azure codecov

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

Testing:

  • NumPy versions ≥ 1.15 require pytest
  • NumPy versions < 1.15 require nose

Tests can then be run after installation with:

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

Call for Contributions

NumPy appreciates help from a wide range of different backgrounds. Work such as high level documentation or website improvements are valuable and we would like to grow our team with people filling these roles. Small improvements or fixes are always appreciated and issues labeled as easy may be a good starting point. If you are considering larger contributions outside the traditional coding work, please contact us through the mailing list.

Powered by NumFOCUS

About

The fundamental package for scientific computing with Python.

Resources

License

Code of conduct

Citation

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.1%
  • C 34.8%
  • Cython 0.9%
  • C++ 0.9%
  • JavaScript 0.1%
  • Shell 0.1%
  • Other 0.1%