Skip to content

Commit 7a79e33

Browse files
rgommerssteppi
authored andcommitted
New translations news.md (Japanese)
1 parent f9388ff commit 7a79e33

File tree

1 file changed

+18
-4
lines changed

1 file changed

+18
-4
lines changed

content/ja/news.md

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
---
22
title: ニュース
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) 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+
821
### Fostering an Inclusive Culture: Call for Participation
922

1023
_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
1528

1629
_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.
1730

18-
### Numpy 1.24.0 リリース
31+
### NumPy 1.24.0 released
1932

20-
_2022年12月18日_ -- [Numpy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html) がリリースされました。 今回のリリースのハイライトは次のとおりです。
33+
_2022年12月18日_ -- [Numpy 1.24.0](https://numpy.org/doc/stable/release/1.24.0-notes.html) がリリースされました。 The highlights of the release are:
2134

2235
* New "dtype" and "casting" keywords for stacking functions.
2336
* New F2PY features and fixes.
@@ -169,6 +182,7 @@ _2019年11月15日_ -- NumPyと、NumPyの重要な依存関係の1つであるO
169182

170183
こちらがより過去のNumPy リリースのリストで、各リリースノートへのリンクが記載されています。 全てのバグフィックスリリース(バージョン番号`x.y.z``z`だけが変更されたもの)は新しい機能追加はされず、マイナーリリース (`y` が増えたもの)は、新しい機能追加されています。
171184

185+
- NumPy 1.25.0 ([release notes](https://github.com/numpy/numpy/releases/tag/v1.25.0)) -- _17 Jun 2023_.
172186
- NumPy 1.24.3 ([リリースノート](https://github.com/numpy/numpy/releases/tag/v1.24.3)) -- _22 Apr 2023_.
173187
- NumPy 1.24.2 ([リリースノート](https://github.com/numpy/numpy/releases/tag/v1.24.2)) -- _5 Feb 2023_.
174188
- NumPy 1.24.1 ([リリースノート](https://github.com/numpy/numpy/releases/tag/v1.24.1)) -- _26 Dec 2022_.

0 commit comments

Comments
 (0)