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 #15422 from sethtroisi/buff_cleanup
MAINT: Inline gentype_getreadbuf
Latest commit 9b7e890 Jan 24, 2020
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.circleci DOC, BLD: sphinx 2.2.0 -> 2.3.1 to get rid of deprecation warning Jan 19, 2020
.dependabot MAINT: Add "MAINT" tag to dependabot commit msg Sep 30, 2019
.github Update FUNDING.yml Nov 13, 2019
benchmarks MAINT: Remove other uses of six module Jan 21, 2020
branding/icons add .gitattributes and fix line endings Oct 31, 2010
doc DOC: Fix Multithreaded Generation example docs (gh-15367) Jan 24, 2020
numpy Merge pull request #15422 from sethtroisi/buff_cleanup Jan 24, 2020
tools MAINT: Revise imports from urllib modules Jan 23, 2020
.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 REL: Update master after NumPy 1.18.0 release. Dec 22, 2019
.travis.yml BLD: use 0.3.8dev build of OpenBLAS Jan 18, 2020
INSTALL.rst.txt MAINT: Update required cython version to 0.29.14. Dec 23, 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 BLD: use 0.3.8dev build of OpenBLAS Jan 18, 2020
azure-steps-windows.yml MAINT: Remove unnecessary 'from __future__ import ...' statements Jan 3, 2020
pavement.py MAINT: Remove unnecessary 'from __future__ import ...' statements Jan 3, 2020
pyproject.toml MAINT: Update required cython version to 0.29.14. Dec 23, 2019
pytest.ini MAINT: Remove python3 deprecationwarnings in pytest.ini (#15399) Jan 23, 2020
runtests.py [MAINT] Cleanup python2 sys.version checks Jan 20, 2020
setup.py DOC: fix typos Jan 14, 2020
shippable.yml BLD: use 0.3.8dev build of OpenBLAS Jan 18, 2020
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.2 to 5.3.3 Jan 20, 2020
tox.ini MAINT: Update tox for supported Python versions Jan 22, 2020

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.