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
+24-38Lines changed: 24 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -2,51 +2,38 @@
2
2
title: ニュース
3
3
sidebar: false
4
4
newsHeader: "NumPy 1.26.0 がリリースされました。"
5
-
date: 2023-09-16
5
+
date: 2024-08-18
6
6
---
7
7
8
-
### NumPy 2.2.0 released
9
-
10
-
_8 Dec, 2024_ -- The NumPy 2.2.0 release is a quick release that brings us back into sync with the usual twice yearly release cycle. There have been a number of small cleanups, improvements to the StringDType, and better support for free threaded Python. Highlights are:
11
-
12
-
* New functions `matvec` and `vecmat`,
13
-
* Many improved annotations,
14
-
* Improved support for the new StringDType,
15
-
* Improved support for free threaded Python,
16
-
* Fixes for f2py.
17
-
18
-
This release supports Python versions 3.10-3.13.
19
-
20
-
21
8
### NumPy 1.26.0 がリリースされました。
22
9
23
-
_18 Aug, 2024_ -- NumPy 2.1.0 provides support for Python 3.13 and drops support for Python 3.9. In addition to the usual bug fixes and updated Python support, it helps get NumPy back to its usual release cycle after the extended development of 2.0. The highlights for this release are:
Python versions 3.10-3.13 are supported by this release.
16
+
このリリースでは、Pythonのバージョン 3.10-3.13 がサポートされています。
30
17
31
18
32
19
### 多くの新しい非推奨(Deprecation)の追加
33
20
34
-
_16 Jun, 2024_-- NumPy 2.0.0 is the first major release since 2006. It is the result of 11 months of development since the last feature release and is the work of 212 contributors spread over 1078 pull requests. It contains a large number of exciting new features as well as changes to both the Python and C APIs. It includes breaking changes that could not happen in a regular minor release - including an ABI break, changes to type promotion rules, and API changes which may not have been emitting deprecation warnings in 1.26.x. Key documents related to how to adapt to changes in NumPy 2.0 include:
The blog post ["NumPy 2.0: an evolutionary milestone"](https://blog.scientific-python.org/numpy/numpy2/)tells a bit of the story about how this release came together.
0 commit comments