Skip to content

Commit c7f100c

Browse files
authored
Add a news entry about the 2.0 release date (#750)
1 parent b5da857 commit c7f100c

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

content/en/news.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,25 @@
11
---
22
title: News
33
sidebar: false
4-
newsHeader: "NumPy 1.26.0 released"
5-
date: 2023-09-16
4+
newsHeader: "NumPy 2.0 release date: June 16"
5+
date: 2024-05-23
66
---
77

8+
### NumPy 2.0 release date: June 16
9+
10+
_23 May, 2024_ -- We are excited to announce that NumPy 2.0 is planned to be
11+
released on June 16, 2024. This release has been over a year in the making, and
12+
is the first major release since 2006. Importantly, in addition to many new
13+
features and performance improvement, it contains **breaking changes** to the
14+
ABI as well as the Python and C APIs. It is likely that downstream packages and
15+
end user code needs to be adapted - if you can, please verify whether your code
16+
works with NumPy `2.0.0rc2`. **Please see the following for more details:**
17+
18+
- The [NumPy 2.0 migration guide](https://numpy.org/devdocs/numpy_2_0_migration_guide.html)
19+
- The [2.0.0 release notes](https://numpy.org/devdocs/release/2.0.0-notes.html)
20+
- Announcement issue for status updates: [numpy#24300](https://github.com/numpy/numpy/issues/24300)
21+
22+
823
### NumFOCUS end of the year fundraiser
924
_Dec 19, 2023_ -- NumFOCUS has teamed up with PyCharm during their EOY campaign to offer a 30% discount
1025
on first-time PyCharm licenses. All year-one revenue from PyCharm purchases from now

0 commit comments

Comments
 (0)