You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.html
+1-4Lines changed: 1 addition & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -331,12 +331,9 @@
331
331
<ddclass="field-odd"><ul>
332
332
<li><p><strong>api_version</strong> (<em>str, optional</em>) – The version of the standard to use. Supported versions are:
333
333
<codeclass="docutils literal notranslate"><spanclass="pre">('2021.12',</span><spanclass="pre">'2022.12',</span><spanclass="pre">'2023.12')</span></code>. The default version number is
support is also implemented, <aclass="reference internal" href="api.html#array-api-strict-flags"><spanclass="std std-ref">and can be enabled with a
265
265
flag</span></a>.</p>
266
266
<sectionid="install">
267
267
<h2>Install<aclass="headerlink" href="#install" title="Link to this heading">¶</a></h2>
@@ -394,11 +394,6 @@ <h2>Caveats<a class="headerlink" href="#caveats" title="Link to this heading">¶
394
394
signatures have type annotations (based on those from the standard), so
395
395
this deviation may be tested with type checking. This <aclass="reference external" href="https://github.com/data-apis/array-api-strict/issues/6">behavior may improve
396
396
in the future</a>.</p></li>
397
-
<li><p>array-api-strict currently uses the 2022.12 version of the array API
398
-
standard by default. Support for 2023.12 is implemented but is still
399
-
experimental and not fully tested. It can be enabled with
400
-
<aclass="reference internal" href="api.html#array_api_strict.set_array_api_strict_flags" title="array_api_strict.set_array_api_strict_flags"><codeclass="xref py py-func docutils literal notranslate"><spanclass="pre">array_api_strict.set_array_api_strict_flags(api_version='2023.12')</span></code></a> or by setting the
0 commit comments