Skip to content

Commit

Permalink
Deploy: 772fb46
Browse files Browse the repository at this point in the history
  • Loading branch information
array-api-bot committed Feb 27, 2025
1 parent 0af97d0 commit 7b56561
Show file tree
Hide file tree
Showing 10 changed files with 50 additions and 50 deletions.
18 changes: 9 additions & 9 deletions 2022.12/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,18 +701,18 @@ <h5 id="id4">APIs<a class="headerlink" href="#id4" title="Link to this heading">
<h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this heading"></a></h4>
<p>The following is a list of fixes and points of clarification with regard to the previous version of the specification:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">__add__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__add__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__bool__</span></code>: fix typo in special case notes (<a class="reference external" href="https://github.com/data-apis/array-api/pull/785">gh-785</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__dlpack__</span></code>: resolve conflicting exception guidance (<a class="reference external" href="https://github.com/data-apis/array-api/pull/887">gh-887</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__eq__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__eq__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__getitem__</span></code>: clarify required indexing semantics (<a class="reference external" href="https://github.com/data-apis/array-api/pull/821">gh-821</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__mul__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__ne__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__pow__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__mul__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__ne__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__pow__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: clarify required indexing semantics (<a class="reference external" href="https://github.com/data-apis/array-api/pull/821">gh-821</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">value</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__sub__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__truediv__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">value</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__sub__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__truediv__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">broadcast_to</span></code>: clarify broadcast behavior (<a class="reference external" href="https://github.com/data-apis/array-api/pull/888">gh-888</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">broadcast_to</span></code>: clarify required exception behavior (<a class="reference external" href="https://github.com/data-apis/array-api/pull/897">gh-897</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">clip</span></code>: clarify that the operation is only defined when elements in <code class="docutils literal notranslate"><span class="pre">min</span></code> and <code class="docutils literal notranslate"><span class="pre">max</span></code> are inside the bounds of the input array data type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/814">gh-814</a>)</p></li>
Expand All @@ -726,7 +726,7 @@ <h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this h
<li><p><code class="docutils literal notranslate"><span class="pre">fft.irfftn</span></code>: fix typo in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/806">gh-806</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">fft.hfft</span></code>: fix typo in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/806">gh-806</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">linalg.solve</span></code>: clarify broadcasting semantics and output shape (<a class="reference external" href="https://github.com/data-apis/array-api/pull/810">gh-810</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">nonzero</span></code>: fix return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/803">gh-803</a> and <a class="reference external" href="https://github.com/data-apis/array-api/pull/904">gh-https://github.com/data-apis/array-api/pull/904</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">nonzero</span></code>: fix return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/803">gh-803</a> and <a class="reference external" href="https://github.com/data-apis/array-api/pull/904">gh-904</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">searchsorted</span></code>: fix incorrect boundary conditions (<a class="reference external" href="https://github.com/data-apis/array-api/pull/898">gh-898</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">sign</span></code>: fix equation in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/844">gh-844</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">tile</span></code>: fix missing return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/798">gh-798</a>)</p></li>
Expand Down
2 changes: 1 addition & 1 deletion 2022.12/searchindex.js

Large diffs are not rendered by default.

18 changes: 9 additions & 9 deletions 2023.12/changelog.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,18 +701,18 @@ <h5 id="id4">APIs<a class="headerlink" href="#id4" title="Link to this heading">
<h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this heading"></a></h4>
<p>The following is a list of fixes and points of clarification with regard to the previous version of the specification:</p>
<ul class="simple">
<li><p><code class="docutils literal notranslate"><span class="pre">__add__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__add__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__bool__</span></code>: fix typo in special case notes (<a class="reference external" href="https://github.com/data-apis/array-api/pull/785">gh-785</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__dlpack__</span></code>: resolve conflicting exception guidance (<a class="reference external" href="https://github.com/data-apis/array-api/pull/887">gh-887</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__eq__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__eq__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__getitem__</span></code>: clarify required indexing semantics (<a class="reference external" href="https://github.com/data-apis/array-api/pull/821">gh-821</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__mul__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__ne__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__pow__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__mul__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__ne__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__pow__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: clarify required indexing semantics (<a class="reference external" href="https://github.com/data-apis/array-api/pull/821">gh-821</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">value</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__sub__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__truediv__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-https://github.com/data-apis/array-api/pull/905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__setitem__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">value</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__sub__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">__truediv__</span></code>: fix typing for <code class="docutils literal notranslate"><span class="pre">other</span></code> argument (<a class="reference external" href="https://github.com/data-apis/array-api/pull/905">gh-905</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">broadcast_to</span></code>: clarify broadcast behavior (<a class="reference external" href="https://github.com/data-apis/array-api/pull/888">gh-888</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">broadcast_to</span></code>: clarify required exception behavior (<a class="reference external" href="https://github.com/data-apis/array-api/pull/897">gh-897</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">clip</span></code>: clarify that the operation is only defined when elements in <code class="docutils literal notranslate"><span class="pre">min</span></code> and <code class="docutils literal notranslate"><span class="pre">max</span></code> are inside the bounds of the input array data type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/814">gh-814</a>)</p></li>
Expand All @@ -726,7 +726,7 @@ <h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this h
<li><p><code class="docutils literal notranslate"><span class="pre">fft.irfftn</span></code>: fix typo in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/806">gh-806</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">fft.hfft</span></code>: fix typo in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/806">gh-806</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">linalg.solve</span></code>: clarify broadcasting semantics and output shape (<a class="reference external" href="https://github.com/data-apis/array-api/pull/810">gh-810</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">nonzero</span></code>: fix return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/803">gh-803</a> and <a class="reference external" href="https://github.com/data-apis/array-api/pull/904">gh-https://github.com/data-apis/array-api/pull/904</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">nonzero</span></code>: fix return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/803">gh-803</a> and <a class="reference external" href="https://github.com/data-apis/array-api/pull/904">gh-904</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">searchsorted</span></code>: fix incorrect boundary conditions (<a class="reference external" href="https://github.com/data-apis/array-api/pull/898">gh-898</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">sign</span></code>: fix equation in function description (<a class="reference external" href="https://github.com/data-apis/array-api/pull/844">gh-844</a>)</p></li>
<li><p><code class="docutils literal notranslate"><span class="pre">tile</span></code>: fix missing return type (<a class="reference external" href="https://github.com/data-apis/array-api/pull/798">gh-798</a>)</p></li>
Expand Down
2 changes: 1 addition & 1 deletion 2023.12/searchindex.js

Large diffs are not rendered by default.

Loading

0 comments on commit 7b56561

Please sign in to comment.