Skip to content
/ numpy Public
forked from numpy/numpy

The fundamental package for scientific computing with Python.

License

Notifications You must be signed in to change notification settings

smjure/numpy

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

Folders and files

NameName
Last commit message
Last commit date
Oct 12, 2020
Sep 30, 2019
Nov 9, 2020
Nov 4, 2020
Jul 25, 2020
Nov 10, 2020
Nov 11, 2020
Nov 9, 2020
May 28, 2020
Jul 13, 2019
Dec 11, 2018
Oct 27, 2020
Nov 5, 2020
Sep 16, 2020
Sep 3, 2019
Sep 10, 2020
Nov 9, 2020
Oct 10, 2020
Mar 10, 2020
Oct 21, 2020
Aug 5, 2020
Oct 29, 2020
Jan 23, 2011
Nov 9, 2020
Jul 29, 2020
Oct 12, 2020
Feb 6, 2020
Nov 10, 2020
Aug 9, 2020
Oct 30, 2020
Oct 27, 2020
Nov 5, 2020
Jul 14, 2020
May 31, 2020
Nov 9, 2020
Jan 22, 2020

Repository files navigation

NumPy

Travis CI 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

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 62.9%
  • C 33.7%
  • C++ 3.1%
  • JavaScript 0.1%
  • Fortran 0.1%
  • Shell 0.1%