Skip to content
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

Announce NumPy 2.0.0 #760

Merged
merged 4 commits into from
Jun 18, 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
24 changes: 22 additions & 2 deletions content/en/news.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,29 @@
---
title: News
sidebar: false
newsHeader: "NumPy 2.0 release date: June 16"
date: 2024-05-23
newsHeader: "NumPy 2.0 released!"
date: 2024-06-17
---

### NumPy 2.0.0 released

_16 Jun, 2024_ -- NumPy 2.0.0 is the first major release since 2006. It is the
result of 11 months of development since the last feature release and is the
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The result of 5 years of work 😅

work of 212 contributors spread over 1078 pull requests. It contains a large
number of exciting new features as well as changes to both the Python and C
APIs. It includes breaking changes that could not happen in a regular minor
release - including an ABI break, changes to type promotion rules, and API
changes which may not have been emitting deprecation warnings in 1.26.x. Key
documents related to how to adapt to changes in NumPy 2.0 include:

- The [NumPy 2.0 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html)
- The [2.0.0 release notes](https://numpy.org/devdocs/release/2.0.0-notes.html)
- Announcement issue for status updates: [numpy#24300](https://github.com/numpy/numpy/issues/24300)

The blog post ["NumPy 2.0: an evolutionary milestone"](https://blog.scientific-python.org/numpy/numpy2/)
tells a bit of the story about how this release came together.


### NumPy 2.0 release date: June 16

_23 May, 2024_ -- We are excited to announce that NumPy 2.0 is planned to be
Expand Down Expand Up @@ -392,6 +411,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.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_.
- NumPy 1.26.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.3)) -- _2 Jan 2024_.
- NumPy 1.26.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.2)) -- _12 Nov 2023_.
Expand Down