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 11# array-api-strict Changelog
22
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+
38## 1.1 (2024-04-08)
49
510- 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
1515support the array API. Rather, it is intended to be used in the test suites of
1616consuming libraries to test their array API usage.
1717
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+
1822## Install
1923
2024` array-api-strict ` is available on both
You can’t perform that action at this time.
0 commit comments