Skip to content

Commit 6493453

Browse files
authored
Merge pull request #906 from charris/announce-numpy-2.5.0
announce the NumPy 2.5.0 release
2 parents 94d45b5 + 9a980ed commit 6493453

2 files changed

Lines changed: 22 additions & 3 deletions

File tree

content/en/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ params:
1111
# Hero subtitle (optional)
1212
subtitle: The fundamental package for scientific computing with Python
1313
# Button text
14-
buttontext: "Latest release: NumPy 2.4. View all releases"
14+
buttontext: "Latest release: NumPy 2.5. View all releases"
1515
# Where the main hero button links to
1616
buttonlink: "/news/#releases"
1717
# Hero image (from static/images/___)

content/en/news.md

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
---
22
title: "News"
33
sidebar: false
4-
newsHeader: "NumPy 2.4.0 released!"
5-
date: 2025-12-20
4+
newsHeader: "NumPy 2.5.0 released!"
5+
date: 2026-06-21
66
---
77

8+
### NumPy 2.5.0 released
9+
10+
_21 Jun, 2026_ -- Numpy 2.5.0 is a transitional release. It drops support for
11+
Python 3.11, marking the end of distutils, and expires a large number of
12+
deprecations made in the 2.0.x release. It also improves free threading and
13+
brings sorting into compliance with the array-api standard with the addition of
14+
descending sorts. Highlights are:
15+
16+
- Distutils has been removed,
17+
- Many expired deprecations, see below,
18+
- Many new deprecations, see below,
19+
- Many static typing improvements,
20+
- Improved support for free threading,
21+
- Support for descending sorts.
22+
23+
This release supports Python versions 3.12-3.14
24+
25+
826
### NumPy Fellowship Program 2025 Retrospective
927

1028
_8 Jan, 2026_ -- Joren Hammudoglu ([@jorenham](https://github.com/jorenham)) has published a
@@ -484,6 +502,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
484502
releases (only the `z` changes in the `x.y.z` version number) have no new
485503
features; minor releases (the `y` increases) do.
486504

505+
- NumPy 2.5.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.5.0)) -- _21 Jun 2026_.
487506
- NumPy 2.4.6 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.6)) -- _18 May 2026_.
488507
- NumPy 2.4.5 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.5)) -- _15 May 2026_.
489508
- NumPy 2.4.4 ([release notes](https://github.com/numpy/numpy/releases/tag/v2.4.4)) -- _29 Mar 2026_.

0 commit comments

Comments
 (0)