File tree 1 file changed +7
-5
lines changed
1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -131,6 +131,12 @@ strict/minimal:
131
131
functions] ( https://data-apis.org/array-api/latest/API_specification/creation_functions.html )
132
132
such as ` asarray ` .
133
133
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
+
134
140
## Caveats
135
141
136
142
array-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.
170
176
this deviation may be tested with type checking. This [ behavior may improve
171
177
in the future] ( https://github.com/data-apis/array-api-strict/issues/6 ) .
172
178
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
178
180
standard by default. Support for 2023.12 is implemented but is still
179
181
experimental and not fully tested. It can be enabled with
180
182
{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