Skip to content
intel/1.17.4
Go to file
Code
This branch is even with IntelPython:intel/1.17.4.

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
Jul 13, 2019
Apr 30, 2019

README.md

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.

Resources

License

Packages

No packages published
You can’t perform that action at this time.