Skip to content

Commit e479150

Browse files
committed
Deploying to gh-pages from @ 019d935 🚀
1 parent a1c7ac8 commit e479150

File tree

5 files changed

+12
-28
lines changed

5 files changed

+12
-28
lines changed

_sources/index.md.txt

Lines changed: 4 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ support the array API. Rather, it is intended to be used in the test suites of
1616
consuming libraries to test their array API usage.
1717

1818
array-api-strict currently supports the
19-
[2022.12](https://data-apis.org/array-api/latest/changelog.html#v2022-12)
20-
version of the standard. Experimental
21-
[2023.12](https://data-apis.org/array-api/latest/changelog.html#v2023-12)
22-
support is implemented, [but must be enabled with a
19+
[2023.12](https://data-apis.org/array-api/latest/changelog.html#v2022-12)
20+
version of the standard.
21+
[2022.12](https://data-apis.org/array-api/latest/changelog.html#v2023-12)
22+
support is also implemented, [and can be enabled with a
2323
flag](array-api-strict-flags).
2424

2525
## Install
@@ -176,14 +176,6 @@ issue, but this hasn't necessarily been tested thoroughly.
176176
this deviation may be tested with type checking. This [behavior may improve
177177
in the future](https://github.com/data-apis/array-api-strict/issues/6).
178178

179-
5. array-api-strict currently uses the 2022.12 version of the array API
180-
standard by default. Support for 2023.12 is implemented but is still
181-
experimental and not fully tested. It can be enabled with
182-
{func}`array_api_strict.set_array_api_strict_flags(api_version='2023.12')
183-
<array_api_strict.set_array_api_strict_flags>` or by setting the
184-
environment variable {envvar}`ARRAY_API_STRICT_API_VERSION=2023.12
185-
<ARRAY_API_STRICT_API_VERSION>`.
186-
187179
(numpy.array_api)=
188180
## Relationship to `numpy.array_api`
189181

api.html

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -331,12 +331,9 @@
331331
<dd class="field-odd"><ul>
332332
<li><p><strong>api_version</strong> (<em>str, optional</em>) – The version of the standard to use. Supported versions are:
333333
<code class="docutils literal notranslate"><span class="pre">('2021.12',</span> <span class="pre">'2022.12',</span> <span class="pre">'2023.12')</span></code>. The default version number is
334-
<code class="docutils literal notranslate"><span class="pre">'2022.12'</span></code>.</p>
334+
<code class="docutils literal notranslate"><span class="pre">'2023.12'</span></code>.</p>
335335
<p>Note that 2021.12 is supported, but currently gives the same thing as
336336
2022.12 (except that the fft extension will be disabled).</p>
337-
<p>2023.12 support is experimental. Some features in 2023.12 may still be
338-
missing, and it hasn’t been fully tested. A future version of
339-
array-api-strict will change the default version to 2023.12.</p>
340337
</li>
341338
<li><p><strong>boolean_indexing</strong> (<em>bool, optional</em>) – Whether indexing by a boolean array is supported. This flag is enabled
342339
by default. Note that although boolean array indexing does result in

genindex.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ <h2>A</h2>
260260
</ul></li>
261261
</ul></td>
262262
<td style="width: 33%; vertical-align: top;"><ul>
263-
<li><a href="changelog.html#index-0">ARRAY_API_STRICT_API_VERSION</a>, <a href="index.html#index-0">[1]</a>
263+
<li><a href="changelog.html#index-0">ARRAY_API_STRICT_API_VERSION</a>
264264
</li>
265265
<li><a href="api.html#array_api_strict.ArrayAPIStrictFlags">ArrayAPIStrictFlags (class in array_api_strict)</a>
266266
</li>
@@ -276,7 +276,7 @@ <h2>E</h2>
276276
environment variable
277277

278278
<ul>
279-
<li><a href="api.html#envvar-ARRAY_API_STRICT_API_VERSION">ARRAY_API_STRICT_API_VERSION</a>, <a href="changelog.html#index-0">[1]</a>, <a href="index.html#index-0">[2]</a>
279+
<li><a href="api.html#envvar-ARRAY_API_STRICT_API_VERSION">ARRAY_API_STRICT_API_VERSION</a>, <a href="changelog.html#index-0">[1]</a>
280280
</li>
281281
<li><a href="api.html#envvar-ARRAY_API_STRICT_BOOLEAN_INDEXING">ARRAY_API_STRICT_BOOLEAN_INDEXING</a>
282282
</li>

index.html

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -258,10 +258,10 @@ <h1>array-api-strict<a class="headerlink" href="#array-api-strict" title="Link t
258258
support the array API. Rather, it is intended to be used in the test suites of
259259
consuming libraries to test their array API usage.</p>
260260
<p>array-api-strict currently supports the
261-
<a class="reference external" href="https://data-apis.org/array-api/latest/changelog.html#v2022-12">2022.12</a>
262-
version of the standard. Experimental
263-
<a class="reference external" href="https://data-apis.org/array-api/latest/changelog.html#v2023-12">2023.12</a>
264-
support is implemented, <a class="reference internal" href="api.html#array-api-strict-flags"><span class="std std-ref">but must be enabled with a
261+
<a class="reference external" href="https://data-apis.org/array-api/latest/changelog.html#v2022-12">2023.12</a>
262+
version of the standard.
263+
<a class="reference external" href="https://data-apis.org/array-api/latest/changelog.html#v2023-12">2022.12</a>
264+
support is also implemented, <a class="reference internal" href="api.html#array-api-strict-flags"><span class="std std-ref">and can be enabled with a
265265
flag</span></a>.</p>
266266
<section id="install">
267267
<h2>Install<a class="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">¶
394394
signatures have type annotations (based on those from the standard), so
395395
this deviation may be tested with type checking. This <a class="reference external" href="https://github.com/data-apis/array-api-strict/issues/6">behavior may improve
396396
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-
<a class="reference internal" href="api.html#array_api_strict.set_array_api_strict_flags" title="array_api_strict.set_array_api_strict_flags"><code class="xref py py-func docutils literal notranslate"><span class="pre">array_api_strict.set_array_api_strict_flags(api_version='2023.12')</span></code></a> or by setting the
401-
environment variable <span class="target" id="index-0"></span><a class="reference internal" href="api.html#envvar-ARRAY_API_STRICT_API_VERSION"><code class="xref std std-envvar docutils literal notranslate"><span class="pre">ARRAY_API_STRICT_API_VERSION=2023.12</span></code></a>.</p></li>
402397
</ol>
403398
</section>
404399
<section id="relationship-to-numpy-array-api">

0 commit comments

Comments
 (0)