Skip to content
The fundamental package for scientific computing with Python.
C Python C++ JavaScript Fortran Shell
Branch: master
Clone or download
seberg Merge pull request #15120 from mattip/build-warnings
MAINT,CI: fix signed-unsigned comparison warning
Latest commit 8a0858f Dec 16, 2019
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci Merge pull request #14356 from qwhelan/sphinx Sep 25, 2019
.dependabot MAINT: Add "MAINT" tag to dependabot commit msg Sep 30, 2019
.github Update FUNDING.yml Nov 13, 2019
benchmarks DEV: update asv.conf.json Nov 24, 2019
branding/icons add .gitattributes and fix line endings Oct 31, 2010
doc Merge pull request #15069 from pv/blas-ilp64 Dec 15, 2019
numpy BLD: fix signed-unsigned comparison warning Dec 16, 2019
tools BLD: fix signed-unsigned comparison warning Dec 16, 2019
.codecov.yml DOC: Removing mentions of appveyor (#14711) Oct 15, 2019
.coveragerc MAINT, TST: remove test-installed-numpy.py Jul 13, 2019
.ctags.d DEV: add ctags option file Dec 11, 2018
.gitattributes MAINT: Remove numpy-macosx-installer and win32build directories. Feb 25, 2017
.gitignore MAINT: Remove duplicate files from .gitignore Sep 27, 2019
.gitmodules Add Numpydoc as a git submodule Jul 25, 2013
.lgtm.yml ENH: supply our version of numpy.pxd, adjust as needed Sep 3, 2019
.mailmap MAINT: Post NumPy 1.17.1 update. Aug 27, 2019
.travis.yml REL: Update master after 1.18.x branch. Dec 4, 2019
INSTALL.rst.txt BUILD, DOC: remove the std=c99 flag from docs, builds, add release note Oct 25, 2019
LICENSE.txt LICENSE: split license file in standard BSD 3-clause and bundled. May 4, 2019
LICENSES_bundled.txt LICENSE: update dragon4 license to MIT. Jun 16, 2019
MANIFEST.in API: rearrange the cython files in numpy.random Oct 11, 2019
README.md DOC: Change from HTTP to HTTPS Oct 19, 2019
THANKS.txt ENH: core: Start einsum function, add copyright notices to files Jan 23, 2011
azure-pipelines.yml REL: Update master after 1.18.x branch. Dec 4, 2019
azure-steps-windows.yml Divide Azure Pipelines into stages. Oct 15, 2019
pavement.py DOC: update or remove outdated sourceforge links Aug 8, 2019
pyproject.toml DOC,MAINT: Build release notes during CircleCI step Sep 15, 2019
pytest.ini TST: add value to pytest.ini for pytest6 compatibility Dec 10, 2019
runtests.py BUILD: change to build_src --verbose-cfg, runtests.py --debug-info Oct 3, 2019
setup.py REL: Update master after 1.18.x branch. Dec 4, 2019
shippable.yml BLD: add 'apt update' to shippable Nov 6, 2019
site.cfg.example DOC: site.cfg: add note about 64-bit openblas library names Dec 14, 2019
test_requirements.txt MAINT: Bump pytest from 5.3.1 to 5.3.2 Dec 16, 2019
tox.ini MAINT: Avoid all BytesWarning Sep 26, 2019

README.md

NumPy

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

Call for Contributions

NumPy appreciates help from a wide range of different backgrounds. Work such as high level documentation or website improvements are valuable and we would like to grow our team with people filling these roles. Small improvements or fixes are always appreciated and issues labeled as easy may be a good starting point. If you are considering larger contributions outside the traditional coding work, please contact us through the mailing list.

Powered by NumFOCUS

You can’t perform that action at this time.