We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 829d515 + b835dd2 commit 78f4aedCopy full SHA for 78f4aed
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# array-api-strict Changelog
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
8
## 1.1 (2024-04-08)
9
10
- Fix the `copy` flag in `__array__` for NumPy 2.0.
README.md
@@ -15,6 +15,10 @@ libraries. Consuming library code should use the
15
support the array API. Rather, it is intended to be used in the test suites of
16
consuming libraries to test their array API usage.
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
22
## Install
23
24
`array-api-strict` is available on both
0 commit comments