Skip to content

Commit 554b3af

Browse files
authored
announce the NumPy 2.3.0 release (#865)
1 parent ef3cd04 commit 554b3af

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

content/en/news.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ newsHeader: "NumPy 2.2.0 released!"
55
date: 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
442461
releases (only the `z` changes in the `x.y.z` version number) have no new
443462
features; 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

Comments
 (0)