File tree 1 file changed +16
-0
lines changed
1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 2.1.3 (2024-11-08)
4
+
5
+ ## Major Changes
6
+
7
+ - Revert the change to require NumPy >= 2.1 and Python >= 3.10 from
8
+ array-api-strict 2.1.2. array-api-strict now requires NumPy >= 1.21 and
9
+ Python >= 3.9, as before. These changes were made to improve the maintenance
10
+ of array-api-strict, but they caused some issues in upstream packages that
11
+ cannot yet support NumPy 2.0, so this will be postponed to a later date.
12
+
13
+ - Revert the removal of ` __array__ ` from array-api-strict 2.1.1. This caused
14
+ some difficulties for upstream libraries, so it will be postponed to a later
15
+ date. This is still planned because ` __array__ ` is not part of the array API
16
+ standard. See https://github.com/data-apis/array-api-strict/issues/67 for
17
+ more discussion about this.
18
+
3
19
## 2.1.2 (2024-11-07)
4
20
5
21
## Major Changes
You can’t perform that action at this time.
0 commit comments