Skip to content

announce the NumPy 2.1.0 release #770

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
Aug 19, 2024
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: 18 additions & 2 deletions content/en/news.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,25 @@
---
title: News
sidebar: false
newsHeader: "NumPy 2.0 released!"
date: 2024-06-17
newsHeader: "NumPy 2.1 released!"
date: 2024-08-18
---

### NumPy 2.1.0 released

_18 Aug, 2024_ -- NumPy 2.1.0 provides support for Python 3.13 and
drops support for Python 3.9. In addition to the usual bug fixes and
updated Python support, it helps get NumPy back to its usual release
cycle after the extended development of 2.0. The highlights for this
release are:

- Support for Python 3.13.
- Preliminary support for free threaded Python 3.13.
- Support for the array-api 2023.12 standard.

Python versions 3.10-3.13 are supported by this release.


### NumPy 2.0.0 released

_16 Jun, 2024_ -- NumPy 2.0.0 is the first major release since 2006. It is the
Expand Down Expand Up @@ -411,6 +426,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.1.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.1.0)) -- _18 Aug 2024_.
- NumPy 2.0.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.0.1)) -- _21 Jul 2024_.
- NumPy 2.0.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.0.0)) -- _16 Jun 2024_.
- NumPy 1.26.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.4)) -- _5 Feb 2024_.
Expand Down