Skip to content

Commit 78f4aed

Browse files
authored
Merge pull request #26 from asmeurer/1.1.1
1.1.1 release
2 parents 829d515 + b835dd2 commit 78f4aed

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
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.

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ libraries. Consuming library code should use the
1515
support the array API. Rather, it is intended to be used in the test suites of
1616
consuming 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

0 commit comments

Comments
 (0)