File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,12 @@ strict/minimal:
131131 functions] ( https://data-apis.org/array-api/latest/API_specification/creation_functions.html )
132132 such as ` asarray ` .
133133
134+ - Optional behavior such as [ optional
135+ extensions] ( https://data-apis.org/array-api/latest/extensions/index.html ) ,
136+ functions that use data-dependent shapes, and boolean indexing are enabled
137+ by default but can disabled with the [ array-api-strict
138+ flags] ( array-api-strict-flags ) .
139+
134140## Caveats
135141
136142array-api-strict is a thin pure Python wrapper around NumPy. NumPy 2.0 fully
@@ -170,11 +176,7 @@ issue, but this hasn't necessarily been tested thoroughly.
170176 this deviation may be tested with type checking. This [ behavior may improve
171177 in the future] ( https://github.com/data-apis/array-api-strict/issues/6 ) .
172178
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 ) .
176-
177- 6 . array-api-strict currently uses the 2022.12 version of the array API
179+ 5 . array-api-strict currently uses the 2022.12 version of the array API
178180 standard by default. Support for 2023.12 is implemented but is still
179181 experimental and not fully tested. It can be enabled with
180182 {func}`array_api_strict.set_array_api_strict_flags(api_version='2023.12')
You can’t perform that action at this time.
0 commit comments