Opened 3 years ago
Closed 3 years ago
#18565 closed enhancement (fixed)
numpy-1.26.0 (Python module)
| Reported by: | Bruce Dubbs | Owned by: | Douglas R. Reno |
|---|---|---|---|
| Priority: | normal | Milestone: | 12.1 |
| Component: | BOOK | Version: | git |
| Severity: | normal | Keywords: | |
| Cc: |
Description
New minor version.
Change History (3)
comment:1 by , 3 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:2 by , 3 years ago
comment:3 by , 3 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

NumPy 1.26.0 released Sep 16, 2023 – NumPy 1.26.0 is now available. The highlights of the release are: Python 3.12.0 support. Cython 3.0.0 compatibility. Use of the Meson build system Updated SIMD support f2py fixes, meson and bind(x) support Support for the updated Accelerate BLAS/LAPACK libraryThat meson conversion was a bit of a challenge. We'll need to add -Csetup-args=-Dallow-noblas=true to the pip3 wheel command, otherwise we'll get an error from meson about not having a BLAS library present:
Run-time dependency openblas found: NO (tried pkgconfig and cmake) ../../numpy/meson.build:207:4: ERROR: Problem encountered: No BLAS library detected! Install one, or use the `allow-noblas` build option (note, this may be up to 100x slower for some linear algebra operations).