@@ -15,9 +15,12 @@ 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 ) .
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 ) .
2124
2225## Install
2326
@@ -179,9 +182,11 @@ issue, but this hasn't necessarily been tested thoroughly.
179182 function. array-api-strict currently implements all of these. In the
180183 future, [ there may be a way to disable them] ( https://github.com/data-apis/array-api-strict/issues/7 ) .
181184
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+
185190
186191(numpy.array_api)=
187192## Relationship to ` numpy.array_api `
0 commit comments