@@ -5,6 +5,25 @@ newsHeader: "NumPy 2.2.0 released!"
55date : 2024-12-08
66---
77
8+ ### NumPy 2.3.0 released
9+
10+ _ 7 Jun, 2025_ -- The NumPy 2.3.0 release improves free threaded Python support
11+ and annotations together with the usual set of bug fixes. It is unusual in the
12+ number of expired deprecations, code modernizations, and style cleanups. The
13+ latter may not be visible to users, but is important for code maintenance over
14+ the long term. Note that we have also upgraded from manylinux2014 to
15+ manylinux_2_28. Highlights are:
16+
17+ - Interactive examples in the NumPy documentation.
18+ - Building NumPy with OpenMP Parallelization.
19+ - Preliminary support for Windows on ARM.
20+ - Improved support for free threaded Python.
21+ - Improved annotations.
22+
23+ This release supports Python versions 3.11-3.13, Python 3.14 will be
24+ supported when it is released.
25+
26+
827### NumPy 2.2.0 released
928
1029_ 8 Dec, 2024_ -- The NumPy 2.2.0 release is a quick release that brings us back
@@ -442,6 +461,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
442461releases (only the ` z ` changes in the ` x.y.z ` version number) have no new
443462features; minor releases (the ` y ` increases) do.
444463
464+ - NumPy 2.3.0 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.3.0 ) ) -- _ 7 Jun 2025_ .
445465- NumPy 2.2.6 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.2.6 ) ) -- _ 17 May 2025_ .
446466- NumPy 2.2.5 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.2.5 ) ) -- _ 19 Apr 2025_ .
447467- NumPy 2.2.4 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.2.4 ) ) -- _ 16 Mar 2025_ .
0 commit comments