Skip to content

announce the NumPy 2.3.0 release #865

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 7, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/en/news.md
Original file line number Diff line number Diff line change
@@ -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_.