NumPy

Original author(s)Travis Oliphant
Developer(s)Community project
Initial releaseAs Numeric, 1995 (1995); as NumPy, 2006 (2006)
Stable release
2.0.0[1] / 16 June 2024 (16 June 2024)
Repository
Written inPython, C
Operating systemCross-platform
TypeNumerical analysis
LicenseBSD[2]
Websitenumpy.org Edit this on Wikidata

NumPy (pronounced /ˈnʌmp/ NUM-py) is a library for the Python programming language, adding support for large, multi-dimensional arrays and matrices, along with a large collection of high-level mathematical functions to operate on these arrays.[3] The predecessor of NumPy, Numeric, was originally created by Jim Hugunin with contributions from several other developers. In 2005, Travis Oliphant created NumPy by incorporating features of the competing Numarray into Numeric, with extensive modifications. NumPy is open-source software and has many contributors. NumPy is a NumFOCUS fiscally sponsored project.[4]

  1. ^ https://numpy.org/doc/stable/release/2.0.0-notes.html. {{cite web}}: Missing or empty |title= (help)
  2. ^ "NumPy — NumPy". numpy.org. NumPy developers.
  3. ^ Charles R Harris; K. Jarrod Millman; Stéfan J. van der Walt; et al. (16 September 2020). "Array programming with NumPy" (PDF). Nature. 585 (7825): 357–362. arXiv:2006.10256. doi:10.1038/S41586-020-2649-2. ISSN 1476-4687. PMC 7759461. PMID 32939066. Wikidata Q99413970.
  4. ^ "NumFOCUS Sponsored Projects". NumFOCUS. Retrieved 2021-10-25.

From Wikipedia, the free encyclopedia · View on Wikipedia

Developed by Tubidy