File tree 1 file changed +18
-2
lines changed 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : News
3
3
sidebar : false
4
- newsHeader : " NumPy 2.0 released!"
5
- date : 2024-06-17
4
+ newsHeader : " NumPy 2.1 released!"
5
+ date : 2024-08-18
6
6
---
7
7
8
+ ### NumPy 2.1.0 released
9
+
10
+ _ 18 Aug, 2024_ -- NumPy 2.1.0 provides support for Python 3.13 and
11
+ drops support for Python 3.9. In addition to the usual bug fixes and
12
+ updated Python support, it helps get NumPy back to its usual release
13
+ cycle after the extended development of 2.0. The highlights for this
14
+ release are:
15
+
16
+ - Support for Python 3.13.
17
+ - Preliminary support for free threaded Python 3.13.
18
+ - Support for the array-api 2023.12 standard.
19
+
20
+ Python versions 3.10-3.13 are supported by this release.
21
+
22
+
8
23
### NumPy 2.0.0 released
9
24
10
25
_ 16 Jun, 2024_ -- NumPy 2.0.0 is the first major release since 2006. It is the
@@ -411,6 +426,7 @@ Here is a list of NumPy releases, with links to release notes. Bugfix
411
426
releases (only the ` z ` changes in the ` x.y.z ` version number) have no new
412
427
features; minor releases (the ` y ` increases) do.
413
428
429
+ - NumPy 2.1.0 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.1.0 ) ) -- _ 18 Aug 2024_ .
414
430
- NumPy 2.0.1 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.0.1 ) ) -- _ 21 Jul 2024_ .
415
431
- NumPy 2.0.0 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v2.0.0 ) ) -- _ 16 Jun 2024_ .
416
432
- NumPy 1.26.4 ([ release notes] ( https://github.com/numpy/numpy/releases/tag/v1.26.4 ) ) -- _ 5 Feb 2024_ .
You can’t perform that action at this time.
0 commit comments