|
1 | 1 | ---
|
2 | 2 | title: News
|
3 | 3 | sidebar: false
|
4 |
| -newsHeader: "numpy.org is now available in Japanese and Portuguese" |
5 |
| -date: 2023-08-02 |
| 4 | +newsHeader: "NumPy 1.26.0 released" |
| 5 | +date: 2023-09-16 |
6 | 6 | ---
|
7 | 7 |
|
| 8 | +### NumPy 1.26.0 released |
| 9 | + |
| 10 | +_Sep 16, 2023_ -- [NumPy 1.26.0](https://numpy.org/doc/stable/release/1.26.0-notes.html) |
| 11 | +is now available. The highlights of the release are: |
| 12 | + |
| 13 | +* Python 3.12.0 support. |
| 14 | +* Cython 3.0.0 compatibility. |
| 15 | +* Use of the Meson build system |
| 16 | +* Updated SIMD support |
| 17 | +* f2py fixes, meson and bind(x) support |
| 18 | +* Support for the updated Accelerate BLAS/LAPACK library |
| 19 | + |
| 20 | +The NumPy 1.26.0 release is a continuation of the 1.25.x series that marks the |
| 21 | +transition to the Meson build system and provision of support for Cython 3.0.0. |
| 22 | +A total of 20 people contributed to this release and 59 pull requests were |
| 23 | +merged. |
| 24 | + |
| 25 | +The Python versions supported by this release are 3.9-3.12. |
| 26 | + |
8 | 27 | ### numpy.org is now available in Japanese and Portuguese
|
9 | 28 |
|
10 | 29 | _Aug 2, 2023_ -- numpy.org is now available in 2 additional languages:
|
@@ -52,7 +71,7 @@ documentation. There has also been preparatory work for the future NumPy 2.0.0,
|
52 | 71 | resulting in a large number of new and expired deprecations.
|
53 | 72 |
|
54 | 73 | A total of 148 people contributed to this release and 530 pull requests were
|
55 |
| -merged. |
| 74 | +merged. |
56 | 75 |
|
57 | 76 | The Python versions supported by this release are 3.9-3.11.
|
58 | 77 |
|
@@ -350,6 +369,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
|
350 | 369 | releases (only the `z` changes in the `x.y.z` version number) have no new
|
351 | 370 | features; minor releases (the `y` increases) do.
|
352 | 371 |
|
| 372 | +- NumPy 1.26.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.0)) -- _16 Sep 2023_. |
353 | 373 | - NumPy 1.25.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.2)) -- _31 Jul 2023_.
|
354 | 374 | - NumPy 1.25.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.1)) -- _8 Jul 2023_.
|
355 | 375 | - NumPy 1.24.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.4)) -- _26 Jun 2023_.
|
|
0 commit comments