Skip to content

Commit 7b56561

Browse files
author
array-api-bot
committed
Deploy: 772fb46
1 parent 0af97d0 commit 7b56561

10 files changed

+50
-50
lines changed

2022.12/changelog.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -701,18 +701,18 @@ <h5 id="id4">APIs<a class="headerlink" href="#id4" title="Link to this heading">
701701
<h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this heading"></a></h4>
702702
<p>The following is a list of fixes and points of clarification with regard to the previous version of the specification:</p>
703703
<ul class="simple">
704-
<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>
704+
<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>
705705
<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>
706706
<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>
707-
<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>
707+
<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>
708708
<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>
709-
<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>
710-
<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>
711-
<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>
709+
<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>
710+
<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>
711+
<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>
712712
<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>
713-
<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>
714-
<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>
715-
<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>
713+
<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>
714+
<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>
715+
<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>
716716
<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>
717717
<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>
718718
<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>
@@ -726,7 +726,7 @@ <h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this h
726726
<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>
727727
<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>
728728
<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>
729-
<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>
729+
<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>
730730
<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>
731731
<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>
732732
<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>

2022.12/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023.12/changelog.html

+9-9
Original file line numberDiff line numberDiff line change
@@ -701,18 +701,18 @@ <h5 id="id4">APIs<a class="headerlink" href="#id4" title="Link to this heading">
701701
<h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this heading"></a></h4>
702702
<p>The following is a list of fixes and points of clarification with regard to the previous version of the specification:</p>
703703
<ul class="simple">
704-
<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>
704+
<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>
705705
<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>
706706
<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>
707-
<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>
707+
<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>
708708
<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>
709-
<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>
710-
<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>
711-
<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>
709+
<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>
710+
<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>
711+
<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>
712712
<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>
713-
<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>
714-
<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>
715-
<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>
713+
<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>
714+
<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>
715+
<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>
716716
<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>
717717
<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>
718718
<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>
@@ -726,7 +726,7 @@ <h4 id="errata">Errata<a class="headerlink" href="#errata" title="Link to this h
726726
<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>
727727
<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>
728728
<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>
729-
<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>
729+
<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>
730730
<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>
731731
<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>
732732
<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>

2023.12/searchindex.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)