marcbue / numpy

The fundamental package for scientific computing with Python.

Home Page:https://www.numpy.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NumPy

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

Powered by NumFOCUS

About

The fundamental package for scientific computing with Python.

https://www.numpy.org/

License:Other


Languages

Language:C 52.8%Language:Python 45.8%Language:C++ 1.1%Language:JavaScript 0.1%Language:Fortran 0.1%Language:Shell 0.0%Language:sed 0.0%Language:Makefile 0.0%