NumPy - AshokBhat/notes GitHub Wiki

About

  • Pronounced NUM-py or NUM-pee
  • Open-source library for the Python Programming Language

Key features

  • Allows large, multi-dimensional arrays and matrices
  • A large library of high-level mathematical functions to operate on these arrays
  • Rely on BLAS and LAPACK for efficient linear algebra computations

Versions

Version Date OpenBLAS Notes
1.26.0 Dec 2023? ? Python 3.12?
1.25.0 Jun 2023 OpenBLAS snapshot
1.24.0 Dec 2022 0.3.21 (Aug 22)
1.23.0 Jun 2022 0.3.20 (Feb 22)
1.22.0 Dec 2021 0.3.18 (Oct 21)
1.21.0 Jun 2021 0.3.13 dev based
1.20.0 Jan 2021 0.3.13 dev based
1.19.0 Jun 2020 AArch64 support
1.18.0 Dec 2019
1.17.0 Jul 2019

AArch64 support

  • First in numpy 1.19

OpenBLAS dependency

See also