@@ -170,23 +170,17 @@ issue, but this hasn't necessarily been tested thoroughly.
170170 this deviation may be tested with type checking. This [ behavior may improve
171171 in the future] ( https://github.com/data-apis/array-api-strict/issues/6 ) .
172172
173- 5 . There are some behaviors in the standard that are not required to be
174- implemented by libraries that cannot support [ data dependent
175- shapes] ( https://data-apis.org/array-api/latest/design_topics/data_dependent_output_shapes.html ) .
176- This includes [ the ` unique_* `
177- functions] ( https://data-apis.org/array-api/latest/API_specification/set_functions.html ) ,
178- [ boolean array
179- indexing] ( https://data-apis.org/array-api/latest/API_specification/indexing.html#boolean-array-indexing ) ,
180- and the
181- [ ` nonzero ` ] ( https://data-apis.org/array-api/latest/API_specification/generated/array_api.nonzero.html )
182- function. array-api-strict currently implements all of these. In the
183- future, [ there may be a way to disable them] ( https://github.com/data-apis/array-api-strict/issues/7 ) .
173+ 5 . By default, all extensions in the standard are enabled, as well as optional
174+ behaviors such as data-dependent shapes and boolean indexing. These can be
175+ disabled with the [ array-api-strict flags] ( array-api-strict-flags ) .
184176
1851776 . 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- {func}` array_api_strict.set_array_api_strict_flags(api_version='2023.12') <array_api_strict.set_array_api_strict_flags> ` .
189-
178+ standard by default. Support for 2023.12 is implemented but is still
179+ experimental and not fully tested. It can be enabled with
180+ {func}`array_api_strict.set_array_api_strict_flags(api_version='2023.12')
181+ <array_api_strict.set_array_api_strict_flags>` or by setting the
182+ environment variable {envvar}`ARRAY_API_STRICT_API_VERSION=2023.12
183+ <ARRAY_API_STRICT_API_VERSION>`.
190184
191185(numpy.array_api)=
192186## Relationship to ` numpy.array_api `
0 commit comments