From 47760ed3ca90164a6fb5ced7f4316b7b1b6fb59d Mon Sep 17 00:00:00 2001 From: Charles Harris Date: Sat, 7 Jun 2025 09:40:52 -0600 Subject: [PATCH] announce the NumPy 2.3.0 release --- content/en/news.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/content/en/news.md b/content/en/news.md index 3dcc92e2b1..42795e1902 100644 --- a/content/en/news.md +++ b/content/en/news.md @@ -5,6 +5,25 @@ newsHeader: "NumPy 2.2.0 released!" date: 2024-12-08 --- +### NumPy 2.3.0 released + +_7 Jun, 2025_ -- The NumPy 2.3.0 release improves free threaded Python support +and annotations together with the usual set of bug fixes. It is unusual in the +number of expired deprecations, code modernizations, and style cleanups. The +latter may not be visible to users, but is important for code maintenance over +the long term. Note that we have also upgraded from manylinux2014 to +manylinux_2_28. Highlights are: + +- Interactive examples in the NumPy documentation. +- Building NumPy with OpenMP Parallelization. +- Preliminary support for Windows on ARM. +- Improved support for free threaded Python. +- Improved annotations. + +This release supports Python versions 3.11-3.13, Python 3.14 will be +supported when it is released. + + ### NumPy 2.2.0 released _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 releases (only the `z` changes in the `x.y.z` version number) have no new features; minor releases (the `y` increases) do. +- NumPy 2.3.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.3.0)) -- _7 Jun 2025_. - NumPy 2.2.6 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.2.6)) -- _17 May 2025_. - NumPy 2.2.5 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.2.5)) -- _19 Apr 2025_. - NumPy 2.2.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.2.4)) -- _16 Mar 2025_.