Skip to content

Commit 9251278

Browse files
committed
Deploying to gh-pages from @ d7b4111 🚀
1 parent 14ee187 commit 9251278

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

_sources/index.md.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ each array library itself fully compatible with the array API, but this
1212
requires making backwards incompatible changes in many cases, so this will
1313
take some time.
1414

15-
Currently all libraries here are implemented against the [2022.12
16-
version](https://data-apis.org/array-api/2022.12/) of the standard.
15+
Currently all libraries here are implemented against the [2023.12
16+
version](https://data-apis.org/array-api/2023.12/) of the standard.
1717

1818
## Installation
1919

helper-functions.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ <h2>Entry-point Helpers<a class="headerlink" href="#entry-point-helpers" title="
269269
<dd class="field-odd"><ul class="simple">
270270
<li><p><strong>xs</strong> (<em>arrays</em>) – one or more arrays.</p></li>
271271
<li><p><strong>api_version</strong> (<em>str</em>) – The newest version of the spec that you need support for (currently
272-
the compat library wrapped APIs support v2022.12).</p></li>
272+
the compat library wrapped APIs support v2023.12).</p></li>
273273
<li><p><strong>use_compat</strong> (<em>bool or None</em>) – If None (the default), the native namespace will be returned if it is
274274
already array API compatible, otherwise a compat wrapper is used. If
275275
True, the compat library wrapped library will be returned. If False,

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ <h1>Array API compatibility library<a class="headerlink" href="#array-api-compat
263263
each array library itself fully compatible with the array API, but this
264264
requires making backwards incompatible changes in many cases, so this will
265265
take some time.</p>
266-
<p>Currently all libraries here are implemented against the <a class="reference external" href="https://data-apis.org/array-api/2022.12/">2022.12
266+
<p>Currently all libraries here are implemented against the <a class="reference external" href="https://data-apis.org/array-api/2023.12/">2023.12
267267
version</a> of the standard.</p>
268268
<section id="installation">
269269
<h2>Installation<a class="headerlink" href="#installation" title="Link to this heading"></a></h2>

0 commit comments

Comments
 (0)