File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,8 @@ def set_array_api_strict_flags(
59
59
Flags are global variables that enable or disable array-api-strict
60
60
behaviors.
61
61
62
+ The flags can also be changed by setting :ref:`environment variables <environment-variables>`.
63
+
62
64
.. note::
63
65
64
66
This function is **not** part of the array API standard. It only exists
@@ -95,8 +97,8 @@ def set_array_api_strict_flags(
95
97
96
98
- `unique_all()`, `unique_counts()`, `unique_inverse()`, and `unique_values()`.
97
99
- `nonzero()`
98
- - `repeat()` when the `repeats` argument is an array (requires 2023.12
99
- version of the standard)
100
+ - `repeat()` when the `repeats` argument is an array (requires the
101
+ 2023.12 version of the standard)
100
102
101
103
Note that while boolean indexing is also data-dependent, it is
102
104
controlled by a separate `boolean_indexing` flag (see above).
@@ -110,8 +112,6 @@ def set_array_api_strict_flags(
110
112
is ``{default_extensions}``. Note that some extensions require a
111
113
minimum version of the standard.
112
114
113
- The flags can also be changed by setting :ref:`environment variables
114
- <environment-variables>`.
115
115
116
116
Examples
117
117
--------
You can’t perform that action at this time.
0 commit comments