Skip to content

Commit

Permalink
Deploy: 6d205d7
Browse files Browse the repository at this point in the history
  • Loading branch information
array-api-bot committed Oct 31, 2024
1 parent 6a870d4 commit dd2a39e
Show file tree
Hide file tree
Showing 13 changed files with 49 additions and 5 deletions.
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__eq__.html
Original file line number Diff line number Diff line change
Expand Up @@ -481,6 +481,10 @@ <h1 id="api-specification-generated-array-api-array-eq--page-root">__eq__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results, including special cases, must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.equal.html#array_api.equal" title="array_api.equal"><code class="xref py py-func docutils literal notranslate"><span class="pre">equal()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
</dd></dl>
</section>

Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__ge__.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ <h1 id="api-specification-generated-array-api-array-ge--page-root">__ge__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.greater_equal.html#array_api.greater_equal" title="array_api.greater_equal"><code class="xref py py-func docutils literal notranslate"><span class="pre">greater_equal()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
</dd></dl>
</section>

Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__gt__.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ <h1 id="api-specification-generated-array-api-array-gt--page-root">__gt__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.greater.html#array_api.greater" title="array_api.greater"><code class="xref py py-func docutils literal notranslate"><span class="pre">greater()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
</dd></dl>
</section>

Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__le__.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ <h1 id="api-specification-generated-array-api-array-le--page-root">__le__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.less_equal.html#array_api.less_equal" title="array_api.less_equal"><code class="xref py py-func docutils literal notranslate"><span class="pre">less_equal()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
</dd></dl>
</section>

Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__lt__.html
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,10 @@ <h1 id="api-specification-generated-array-api-array-lt--page-root">__lt__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.less.html#array_api.less" title="array_api.less"><code class="xref py py-func docutils literal notranslate"><span class="pre">less()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
</dd></dl>
</section>

Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.array.__ne__.html
Original file line number Diff line number Diff line change
Expand Up @@ -482,6 +482,10 @@ <h1 id="api-specification-generated-array-api-array-ne--page-root">__ne__<a clas
<p class="admonition-title">Note</p>
<p>Element-wise results, including special cases, must equal the results returned by the equivalent element-wise function <a class="reference internal" href="array_api.not_equal.html#array_api.not_equal" title="array_api.not_equal"><code class="xref py py-func docutils literal notranslate"><span class="pre">not_equal()</span></code></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
<div class="versionchanged">
<p><span class="versionmodified changed">Changed in version 2022.12: </span>Added complex data type support.</p>
</div>
Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.equal.html
Original file line number Diff line number Diff line change
Expand Up @@ -498,6 +498,10 @@ <h1 id="api-specification-generated-array-api-equal--page-root">equal<a class="h
<p class="admonition-title">Note</p>
<p>For discussion of complex number equality, see <a class="reference internal" href="../../design_topics/complex_numbers.html#complex-numbers"><span class="std std-ref">Complex Numbers</span></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
<div class="versionchanged">
<p><span class="versionmodified changed">Changed in version 2022.12: </span>Added complex data type support.</p>
</div>
Expand Down
5 changes: 4 additions & 1 deletion draft/API_specification/generated/array_api.greater.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,10 @@ <h1 id="api-specification-generated-array-api-greater--page-root">greater<a clas
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p>
<dd class="field-even"><ul class="simple">
<li><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p></li>
<li><p><strong>.. note::</strong> – Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,10 @@ <h1 id="api-specification-generated-array-api-greater-equal--page-root">greater_
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p>
<dd class="field-even"><ul class="simple">
<li><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p></li>
<li><p><strong>.. note::</strong> – Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
Expand Down
5 changes: 4 additions & 1 deletion draft/API_specification/generated/array_api.less.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,10 @@ <h1 id="api-specification-generated-array-api-less--page-root">less<a class="hea
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p>
<dd class="field-even"><ul class="simple">
<li><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p></li>
<li><p><strong>.. note::</strong> – Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
Expand Down
5 changes: 4 additions & 1 deletion draft/API_specification/generated/array_api.less_equal.html
Original file line number Diff line number Diff line change
Expand Up @@ -478,7 +478,10 @@ <h1 id="api-specification-generated-array-api-less-equal--page-root">less_equal<
</ul>
</dd>
<dt class="field-even">Returns<span class="colon">:</span></dt>
<dd class="field-even"><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p>
<dd class="field-even"><ul class="simple">
<li><p><strong>out</strong> (<em>array</em>) – an array containing the element-wise results. The returned array must have a data type of <code class="docutils literal notranslate"><span class="pre">bool</span></code>.</p></li>
<li><p><strong>.. note::</strong> – Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p></li>
</ul>
</dd>
</dl>
</dd></dl>
Expand Down
4 changes: 4 additions & 0 deletions draft/API_specification/generated/array_api.not_equal.html
Original file line number Diff line number Diff line change
Expand Up @@ -496,6 +496,10 @@ <h1 id="api-specification-generated-array-api-not-equal--page-root">not_equal<a
<p class="admonition-title">Note</p>
<p>For discussion of complex number equality, see <a class="reference internal" href="../../design_topics/complex_numbers.html#complex-numbers"><span class="std std-ref">Complex Numbers</span></a>.</p>
</div>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Comparison of arrays without a corresponding promotable data type (see <a class="reference internal" href="../type_promotion.html#type-promotion"><span class="std std-ref">Type Promotion Rules</span></a>) is undefined and thus implementation-dependent.</p>
</div>
<div class="versionchanged">
<p><span class="versionmodified changed">Changed in version 2022.12: </span>Added complex data type support.</p>
</div>
Expand Down
2 changes: 1 addition & 1 deletion draft/searchindex.js

Large diffs are not rendered by default.

0 comments on commit dd2a39e

Please sign in to comment.