The Wayback Machine - https://web.archive.org/web/20190410172708/https://github.com/numpy/numpy
Skip to content
Please note that GitHub no longer supports your web browser.

We recommend upgrading to the latest Google Chrome or Firefox.

Learn more
The fundamental package for scientific computing with Python. https://www.numpy.org/
Branch: master
Clone or download
mattip Merge pull request #13161 from zerothi/linalg-cblas
BLD: streamlined CBLAS linkage tries, default to try libraries *as-is*
Latest commit 412975d Apr 10, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci BUILD: pin sphinx to before-2.0.0 Mar 28, 2019
.github DOC: add a Code of Conduct document. Sep 1, 2018
benchmarks
branding/icons
doc Merge pull request #13219 from kikocorreoso/nan_to_num-enhancement Apr 9, 2019
numpy
tools TST: use POWER8 OpenBLAS for CI Apr 5, 2019
.appveyor.yml
.codecov.yml
.coveragerc
.ctags.d
.gitattributes
.gitignore
.gitmodules
.lgtm.yml Fix lgtm.com C/C++ build Dec 10, 2018
.mailmap
.travis.yml
INSTALL.rst.txt DOC: update build info in INSTALL.rst.txt Jan 7, 2019
LICENSE.txt DOC: update 2018 -> 2019 Jan 1, 2019
MANIFEST.in BLD: fix include list for sdist building. Mar 5, 2019
README.md
THANKS.txt
azure-pipelines.yml TST: fail Azure CI if test failures Apr 2, 2019
pavement.py
pytest.ini TST, DOC: enable refguide_check Dec 14, 2018
runtests.py
setup.py
shippable.yml TST: use OpenBLAS for ARMv8 CI Apr 5, 2019
site.cfg.example Merge pull request #12925 from eric-wieser/distutils-shlex-split Feb 25, 2019
tox.ini

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

You can’t perform that action at this time.
Morty Proxy This is a proxified and sanitized view of the page, visit original site.