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
+38-24Lines changed: 38 additions & 24 deletions
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,51 @@
2
2
title: ニュース
3
3
sidebar: false
4
4
newsHeader: "NumPy 1.26.0 がリリースされました。"
5
-
date: 2024-08-18
5
+
date: 2023-09-16
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:
_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:
11
24
12
25
- Python 3.12.0 のサポート
13
26
- 多くの期限切れの非推奨(Deprecation)の削除
14
-
-Array-api 2023.12 標準のサポート
27
+
-Support for the array-api 2023.12 standard.
15
28
16
-
このリリースでは、Pythonのバージョン 3.10-3.13 がサポートされています。
29
+
Python versions 3.10-3.13 are supported by this release.
_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.
28
41
29
42
30
43
### NumPy 1.25.0 リリース
31
44
32
45
_ 2024年5月23日_ -- NumPy 2.0が2024年6月16日にリリースされる予定になりました! このリリースは1年以上かけて我々が準備してきたもので、2006年以来のメジャーリリースとなります。 このリリースで重要なことは、多くの新機能とパフォーマンスの向上に加えて、 このリリースは、 **破壊的な変更** である Python と C API を含む、ABI への変更 が含まれています。 NumPyに依存しているパッケージやエンドユーザーのコードがこのは破壊的変更に適応する必要がある可能性があります。可能であれば、あなたのコードがNumPy `2.0.0rc2`で動作するかどうか確認をお願いします。 **詳細は下記をご覧ください:**
0 commit comments