1
1
---
2
2
title : News
3
3
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
6
6
---
7
7
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
+
8
26
### Fostering an Inclusive Culture: Call for Participation
9
27
10
28
_ May 10, 2023_ -- Fostering an Inclusive Culture: Call for Participation
@@ -15,12 +33,12 @@ Read the report and find out how to get involved
15
33
16
34
### NumPy documentation team leadership transition
17
35
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
20
38
contributions to the NumPy official documentation and educational materials,
21
39
and Mukulika and Ross for stepping up.
22
40
23
- ### Numpy 1.24.0 released
41
+ ### NumPy 1.24.0 released
24
42
25
43
_ Dec 18, 2022_ -- [ NumPy 1.24.0] ( https://numpy.org/doc/stable/release/1.24.0-notes.html )
26
44
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
298
316
releases (only the ` z ` changes in the ` x.y.z ` version number) have no new
299
317
features; minor releases (the ` y ` increases) do.
300
318
319
+ - NumPy 1.25.0 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v1.25.0 ) ) -- _ 17 Jun 2023_ .
301
320
- NumPy 1.24.3 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v1.24.3 ) ) -- _ 22 Apr 2023_ .
302
321
- NumPy 1.24.2 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v1.24.2 ) ) -- _ 5 Feb 2023_ .
303
322
- NumPy 1.24.1 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v1.24.1 ) ) -- _ 26 Dec 2022_ .
0 commit comments