Skip to content

Commit 34d4e95

Browse files
committed
announce the NumPy 1.25.0 release
1 parent cb41bbb commit 34d4e95

File tree

1 file changed

+24
-5
lines changed

1 file changed

+24
-5
lines changed

content/en/news.md

Lines changed: 24 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,28 @@
11
---
22
title: News
33
sidebar: false
4-
newsHeader: "Fostering an Inclusive Culture: Call for Participation"
5-
date: 2023-05-10
4+
newsHeader: "NumPy 1.25.0 released"
5+
date: 2023-06-17
66
---
77

8+
### NumPy 1.25.0 released
9+
10+
_Jun 17, 2023_ -- [NumPy 1.25.0](https://numpy.org/doc/stable/release/1.25.0-notes.html)
11+
is now available. Some highlights are:
12+
13+
* Support for MUSL, there are now MUSL wheels.
14+
* Support the Fujitsu C/C++ compiler.
15+
* Object arrays are now supported in einsum
16+
* Support for inplace matrix multiplication (``@=``).
17+
18+
The NumPy 1.25.0 release continues the ongoing work to improve the handling and
19+
promotion of dtypes, increase the execution speed, and clarify the
20+
documentation. There has also been preparatory work for the future NumPy 2.0.0,
21+
resulting in a large number of new and expired deprecations.
22+
23+
A total of 148 people contributed to this release and 530 pull requests were
24+
merged. The Python versions supported are 3.9-3.11.
25+
826
### Fostering an Inclusive Culture: Call for Participation
927

1028
_May 10, 2023_ -- Fostering an Inclusive Culture: Call for Participation
@@ -15,12 +33,12 @@ Read the report and find out how to get involved
1533

1634
### NumPy documentation team leadership transition
1735

18-
_Jan 6, 2023_ –- Mukulika Pahari and Ross Barnowski are appointed as the new NumPy
19-
documentation team leads replacing Melissa Mendonça. We thank Melissa for all her
36+
_Jan 6, 2023_ –- Mukulika Pahari and Ross Barnowski are appointed as the new NumPy
37+
documentation team leads replacing Melissa Mendonça. We thank Melissa for all her
2038
contributions to the NumPy official documentation and educational materials,
2139
and Mukulika and Ross for stepping up.
2240

23-
### Numpy 1.24.0 released
41+
### NumPy 1.24.0 released
2442

2543
_Dec 18, 2022_ -- [NumPy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html)
2644
is now available. The highlights of the release are:
@@ -298,6 +316,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
298316
releases (only the `z` changes in the `x.y.z` version number) have no new
299317
features; minor releases (the `y` increases) do.
300318

319+
- NumPy 1.25.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.0)) -- _17 Jun 2023_.
301320
- NumPy 1.24.3 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.3)) -- _22 Apr 2023_.
302321
- NumPy 1.24.2 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.2)) -- _5 Feb 2023_.
303322
- NumPy 1.24.1 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.24.1)) -- _26 Dec 2022_.

0 commit comments

Comments
 (0)