You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/ja/news.md
+18-4Lines changed: 18 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,23 @@
1
1
---
2
2
title: ニュース
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) is now available. Some highlights are:
11
+
12
+
* Support for MUSL, there are now MUSL wheels.
13
+
* Support the Fujitsu C/C++ compiler.
14
+
* Object arrays are now supported in einsum
15
+
* Support for inplace matrix multiplication (`@=`).
16
+
17
+
The NumPy 1.25.0 release continues the ongoing work to improve the handling and promotion of dtypes, increase the execution speed, and clarify the documentation. There has also been preparatory work for the future NumPy 2.0.0, resulting in a large number of new and expired deprecations.
18
+
19
+
A total of 148 people contributed to this release and 530 pull requests were merged. The Python versions supported are 3.9-3.11.
20
+
8
21
### Fostering an Inclusive Culture: Call for Participation
9
22
10
23
_May 10, 2023_ -- Fostering an Inclusive Culture: Call for Participation
@@ -15,9 +28,9 @@ How can we be better when it comes to diversity and inclusion? Read the report a
15
28
16
29
_Jan 6, 2023_ –- Mukulika Pahari and Ross Barnowski are appointed as the new NumPy documentation team leads replacing Melissa Mendonça. We thank Melissa for all her contributions to the NumPy official documentation and educational materials, and Mukulika and Ross for stepping up.
0 commit comments