Skip to content

Commit 6314547

Browse files
authored
Announce the NumPy 2.2.0 release
2 parents 4d22f78 + 05a541c commit 6314547

File tree

1 file changed

+19
-2
lines changed

1 file changed

+19
-2
lines changed

content/en/news.md

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,26 @@
11
---
22
title: News
33
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
66
---
77

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+
824
### NumPy 2.1.0 released
925

1026
_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
426442
releases (only the `z` changes in the `x.y.z` version number) have no new
427443
features; minor releases (the `y` increases) do.
428444

445+
- NumPy 2.2.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.2.0)) -- _8 Dec 2024_.
429446
- NumPy 2.1.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.3)) -- _2 Nov 2024_.
430447
- NumPy 2.1.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.2)) -- _5 Oct 2024_.
431448
- NumPy 2.1.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.1)) -- _3 Sep 2024_.

0 commit comments

Comments
 (0)