Skip to content
forked from numpy/numpy

Numpy main repository

License

Notifications You must be signed in to change notification settings

hellocece/numpy

Repository files navigation

NumPy

TravisAppVeyorcodecov

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()' 

Powered by NumFOCUS

About

Numpy main repository

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C53.5%
  • Python45.1%
  • C++1.2%
  • JavaScript0.1%
  • Fortran0.1%
  • Shell0.0%