|
1 | 1 | --- |
2 | 2 | title: "News" |
3 | 3 | sidebar: false |
4 | | -newsHeader: "NumPy 2.4.0 released!" |
5 | | -date: 2025-12-20 |
| 4 | +newsHeader: "NumPy 2.5.0 released!" |
| 5 | +date: 2026-06-21 |
6 | 6 | --- |
7 | 7 |
|
| 8 | +### NumPy 2.5.0 released |
| 9 | + |
| 10 | +_21 Jun, 2026_ -- Numpy 2.5.0 is a transitional release. It drops support for |
| 11 | +Python 3.11, marking the end of distutils, and expires a large number of |
| 12 | +deprecations made in the 2.0.x release. It also improves free threading and |
| 13 | +brings sorting into compliance with the array-api standard with the addition of |
| 14 | +descending sorts. Highlights are: |
| 15 | + |
| 16 | +- Distutils has been removed, |
| 17 | +- Many expired deprecations, see below, |
| 18 | +- Many new deprecations, see below, |
| 19 | +- Many static typing improvements, |
| 20 | +- Improved support for free threading, |
| 21 | +- Support for descending sorts. |
| 22 | + |
| 23 | +This release supports Python versions 3.12-3.14 |
| 24 | + |
| 25 | + |
8 | 26 | ### NumPy Fellowship Program 2025 Retrospective |
9 | 27 |
|
10 | 28 | _8 Jan, 2026_ -- Joren Hammudoglu ([@jorenham](https://github.com/jorenham)) has published a |
@@ -484,6 +502,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix |
484 | 502 | releases (only the `z` changes in the `x.y.z` version number) have no new |
485 | 503 | features; minor releases (the `y` increases) do. |
486 | 504 |
|
| 505 | +- NumPy 2.5.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.5.0)) -- _21 Jun 2026_. |
487 | 506 | - NumPy 2.4.6 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.6)) -- _18 May 2026_. |
488 | 507 | - NumPy 2.4.5 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.5)) -- _15 May 2026_. |
489 | 508 | - NumPy 2.4.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.4)) -- _29 Mar 2026_. |
|
0 commit comments