Skip to content
The fundamental package for scientific computing with Python.
Branch: master
Clone or download
mattip Merge pull request #13467 from andrewnaguib/patch-1
ENH: extend err msg for too large sequences
Latest commit 8db1b07 May 4, 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 Add benchmark for sorting random array. Apr 8, 2019
branding/icons add .gitattributes and fix line endings Oct 31, 2010
doc Version corrected in npymath docs May 4, 2019
numpy ENH: err msg for too large sequences. See #13450 May 4, 2019
tools BLD, TST: implicit func errors May 1, 2019
.appveyor.yml MAINT: Prepare master for 1.17.0 development. Dec 8, 2018
.codecov.yml TST: use SciPy codecov config Dec 31, 2018
.coveragerc TST: Add `.coveragerc` file for coverage testing. Apr 4, 2018
.ctags.d DEV: add ctags option file Dec 11, 2018
.gitattributes MAINT: Remove numpy-macosx-installer and win32build directories. Feb 25, 2017
.gitignore MAINT: use openblas, gfortran, tweak azure and comment mro (from review) Apr 21, 2019
.gitmodules Add Numpydoc as a git submodule Jul 25, 2013
.lgtm.yml update sequence Apr 30, 2019
.mailmap MAINT, DOC: Post 1.16.3 release updates. Apr 22, 2019
.travis.yml Merge pull request #13132 from zerothi/linalg-order May 1, 2019
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 BUILD: remove unused file Apr 13, 2019
README.md DOC: link to devdocs in README Feb 26, 2019
THANKS.txt ENH: core: Start einsum function, add copyright notices to files Jan 23, 2011
azure-pipelines.yml TST: refine Azure fail reports May 3, 2019
pavement.py MAINT: Prepare master for 1.17.0 development. Dec 8, 2018
pytest.ini TST, DOC: enable refguide_check Dec 14, 2018
runtests.py DEV: cleanup imports and some assignments (from LGTM) Mar 17, 2019
setup.py BUG: missing git raises an OSError May 2, 2019
shippable.yml TST: use OpenBLAS for ARMv8 CI Apr 5, 2019
site.cfg.example BLD: streamlined library names in site.cfg sections (#13157) Apr 30, 2019
tox.ini HTTP -> HTTPS, and other linkrot fixes Jun 16, 2018

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.