|
1 | 1 | ---
|
2 | 2 | title: News
|
3 | 3 | sidebar: false
|
4 |
| -newsHeader: "NumPy 2.1 released!" |
5 |
| -date: 2024-08-18 |
| 4 | +newsHeader: "NumPy 2.2.0 released!" |
| 5 | +date: 2024-12-8 |
6 | 6 | ---
|
7 | 7 |
|
| 8 | +### NumPy 2.2.0 released |
| 9 | + |
| 10 | +_8 Dec, 2024_ -- The NumPy 2.2.0 release is a quick release that brings us back |
| 11 | +into sync with the usual twice yearly release cycle. There have been a number |
| 12 | +of small cleanups, improvements to the StringDType, and better support for free |
| 13 | +threaded Python. Highlights are: |
| 14 | + |
| 15 | +* New functions ``matvec`` and ``vecmat``, |
| 16 | +* Many improved annotations, |
| 17 | +* Improved support for the new StringDType, |
| 18 | +* Improved support for free threaded Python, |
| 19 | +* Fixes for f2py. |
| 20 | + |
| 21 | +This release supports Python versions 3.10-3.13. |
| 22 | + |
| 23 | + |
8 | 24 | ### NumPy 2.1.0 released
|
9 | 25 |
|
10 | 26 | _18 Aug, 2024_ -- NumPy 2.1.0 provides support for Python 3.13 and
|
@@ -426,6 +442,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
|
426 | 442 | releases (only the `z` changes in the `x.y.z` version number) have no new
|
427 | 443 | features; minor releases (the `y` increases) do.
|
428 | 444 |
|
| 445 | +- NumPy 2.2.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.2.0)) -- _8 Dec 2024_. |
429 | 446 | - NumPy 2.1.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.3)) -- _2 Nov 2024_.
|
430 | 447 | - NumPy 2.1.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.2)) -- _5 Oct 2024_.
|
431 | 448 | - NumPy 2.1.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.1)) -- _3 Sep 2024_.
|
|
0 commit comments