@@ -15,9 +15,12 @@ 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 ) .
18
+ array-api-strict currently supports the
19
+ [ 2022.12] ( https://data-apis.org/array-api/latest/changelog.html#v2022-12 )
20
+ version of the standard. Experimental
21
+ [ 2023.12] ( https://data-apis.org/array-api/latest/changelog.html#v2023-12 )
22
+ support is implemented, [ but must be enabled with a
23
+ flag] ( set_array_api_strict_flags ) .
21
24
22
25
## Install
23
26
@@ -179,9 +182,11 @@ issue, but this hasn't necessarily been tested thoroughly.
179
182
function. array-api-strict currently implements all of these. In the
180
183
future, [ there may be a way to disable them] ( https://github.com/data-apis/array-api-strict/issues/7 ) .
181
184
182
- 6 . array-api-strict currently only supports the 2022.12 version of the array
183
- API standard. [ Support for 2023.12 is
184
- planned] ( https://github.com/data-apis/array-api-strict/issues/25 ) .
185
+ 6 . array-api-strict currently uses the 2022.12 version of the array API
186
+ standard. Support for 2023.12 is implemented but is still experimental and
187
+ not fully tested. It can be enabled with
188
+ [ ` array_api_strict.set_array_api_strict_flags(api_version='2023.12') ` ] ( set_array_api_strict_flags ) .
189
+
185
190
186
191
(numpy.array_api)=
187
192
## Relationship to ` numpy.array_api `
0 commit comments