|
1 | 1 | ---
|
2 | 2 | title: News
|
3 | 3 | sidebar: false
|
4 |
| -newsHeader: "NumPy 2.0 release date: June 16" |
5 |
| -date: 2024-05-23 |
| 4 | +newsHeader: "NumPy 2.0 released!" |
| 5 | +date: 2024-06-17 |
6 | 6 | ---
|
7 | 7 |
|
| 8 | +### NumPy 2.0.0 released |
| 9 | + |
| 10 | +_16 Jun, 2024_ -- NumPy 2.0.0 is the first major release since 2006. It is the |
| 11 | +result of 11 months of development since the last feature release and is the |
| 12 | +work of 212 contributors spread over 1078 pull requests. It contains a large |
| 13 | +number of exciting new features as well as changes to both the Python and C |
| 14 | +APIs. It includes breaking changes that could not happen in a regular minor |
| 15 | +release - including an ABI break, changes to type promotion rules, and API |
| 16 | +changes which may not have been emitting deprecation warnings in 1.26.x. Key |
| 17 | +documents related to how to adapt to changes in NumPy 2.0 include: |
| 18 | + |
| 19 | +- The [NumPy 2.0 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html) |
| 20 | +- The [2.0.0 release notes](https://numpy.org/devdocs/release/2.0.0-notes.html) |
| 21 | +- Announcement issue for status updates: [numpy#24300](https://github.com/numpy/numpy/issues/24300) |
| 22 | + |
| 23 | +The blog post ["NumPy 2.0: an evolutionary milestone"](https://blog.scientific-python.org/numpy/numpy2/) |
| 24 | +tells a bit of the story about how this release came together. |
| 25 | + |
| 26 | + |
8 | 27 | ### NumPy 2.0 release date: June 16
|
9 | 28 |
|
10 | 29 | _23 May, 2024_ -- We are excited to announce that NumPy 2.0 is planned to be
|
@@ -392,6 +411,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
|
392 | 411 | releases (only the `z` changes in the `x.y.z` version number) have no new
|
393 | 412 | features; minor releases (the `y` increases) do.
|
394 | 413 |
|
| 414 | +- NumPy 2.0.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.0.0)) -- _16 Jun 2024_. |
395 | 415 | - NumPy 1.26.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.4)) -- _5 Feb 2024_.
|
396 | 416 | - NumPy 1.26.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.3)) -- _2 Jan 2024_.
|
397 | 417 | - NumPy 1.26.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.26.2)) -- _12 Nov 2023_.
|
|
0 commit comments