File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
# array-api-strict Changelog
2
2
3
+ ## 1.1.1 (2024-04-29)
4
+
5
+ - Fix the ` api_version ` argument to ` __array_namespace__ ` to accept
6
+ ` '2021.12' ` or ` '2022.12' ` .
7
+
3
8
## 1.1 (2024-04-08)
4
9
5
10
- Fix the ` copy ` flag in ` __array__ ` for NumPy 2.0.
Original file line number Diff line number Diff line change @@ -15,6 +15,10 @@ libraries. Consuming library code should use the
15
15
support the array API. Rather, it is intended to be used in the test suites of
16
16
consuming libraries to test their array API usage.
17
17
18
+ array-api-strict currently supports the 2022.12 version of the standard.
19
+ 2023.12 support is planned and is tracked by [ this
20
+ issue] ( https://github.com/data-apis/array-api-strict/issues/25 ) .
21
+
18
22
## Install
19
23
20
24
` array-api-strict ` is available on both
You can’t perform that action at this time.
0 commit comments