Skip to content

Commit 43cf6ef

Browse files
author
array-api-bot
committedJan 25, 2024
Deploy: 95332bb
1 parent 63b3c1c commit 43cf6ef

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed
 

‎2022.12/API_specification/array_object.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,8 @@ <h3 id="comparison-operators">Comparison Operators<a class="headerlink" href="#c
712712
</ul>
713713
</li>
714714
</ul>
715-
<p>Comparison operators should be defined for arrays having any data type.</p>
715+
<p><a class="reference internal" href="generated/array_api.array.__lt__.html#array_api.array.__lt__" title="array_api.array.__lt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__lt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__le__.html#array_api.array.__le__" title="array_api.array.__le__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__le__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__gt__.html#array_api.array.__gt__" title="array_api.array.__gt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__gt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__ge__.html#array_api.array.__ge__" title="array_api.array.__ge__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__ge__()</span></code></a> are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
716+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see <a class="reference internal" href="../design_topics/complex_numbers.html#complex-number-ordering"><span class="std std-ref">Complex Number Ordering</span></a>).</p>
716717
</section>
717718
<section id="in-place-operators">
718719
<h3 id="in-place-operators">In-place Operators<a class="headerlink" href="#in-place-operators" title="Permalink to this heading"></a></h3>

‎2022.12/_sources/API_specification/array_object.rst.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ A conforming implementation of the array API standard must provide and support a
163163
- `operator.ne(x1, x2) <https://docs.python.org/3/library/operator.html#operator.ne>`_
164164
- `operator.__ne__(x1, x2) <https://docs.python.org/3/library/operator.html#operator.__ne__>`_
165165

166-
Comparison operators should be defined for arrays having any data type.
166+
:meth:`.array.__lt__`, :meth:`.array.__le__`, :meth:`.array.__gt__`, :meth:`.array.__ge__` are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
167+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see :ref:`complex-number-ordering`).
167168

168169
In-place Operators
169170
~~~~~~~~~~~~~~~~~~

‎2022.12/searchindex.js

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

‎draft/API_specification/array_object.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,8 @@ <h3 id="comparison-operators">Comparison Operators<a class="headerlink" href="#c
712712
</ul>
713713
</li>
714714
</ul>
715-
<p>Comparison operators should be defined for arrays having any data type.</p>
715+
<p><a class="reference internal" href="generated/array_api.array.__lt__.html#array_api.array.__lt__" title="array_api.array.__lt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__lt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__le__.html#array_api.array.__le__" title="array_api.array.__le__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__le__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__gt__.html#array_api.array.__gt__" title="array_api.array.__gt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__gt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__ge__.html#array_api.array.__ge__" title="array_api.array.__ge__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__ge__()</span></code></a> are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
716+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see <a class="reference internal" href="../design_topics/complex_numbers.html#complex-number-ordering"><span class="std std-ref">Complex Number Ordering</span></a>).</p>
716717
</section>
717718
<section id="in-place-operators">
718719
<h3 id="in-place-operators">In-place Operators<a class="headerlink" href="#in-place-operators" title="Permalink to this heading"></a></h3>

‎draft/_sources/API_specification/array_object.rst.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ A conforming implementation of the array API standard must provide and support a
163163
- `operator.ne(x1, x2) <https://docs.python.org/3/library/operator.html#operator.ne>`_
164164
- `operator.__ne__(x1, x2) <https://docs.python.org/3/library/operator.html#operator.__ne__>`_
165165

166-
Comparison operators should be defined for arrays having any data type.
166+
:meth:`.array.__lt__`, :meth:`.array.__le__`, :meth:`.array.__gt__`, :meth:`.array.__ge__` are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
167+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see :ref:`complex-number-ordering`).
167168

168169
In-place Operators
169170
~~~~~~~~~~~~~~~~~~

‎draft/searchindex.js

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

‎latest/API_specification/array_object.html

+2-1
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,8 @@ <h3 id="comparison-operators">Comparison Operators<a class="headerlink" href="#c
712712
</ul>
713713
</li>
714714
</ul>
715-
<p>Comparison operators should be defined for arrays having any data type.</p>
715+
<p><a class="reference internal" href="generated/array_api.array.__lt__.html#array_api.array.__lt__" title="array_api.array.__lt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__lt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__le__.html#array_api.array.__le__" title="array_api.array.__le__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__le__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__gt__.html#array_api.array.__gt__" title="array_api.array.__gt__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__gt__()</span></code></a>, <a class="reference internal" href="generated/array_api.array.__ge__.html#array_api.array.__ge__" title="array_api.array.__ge__"><code class="xref py py-meth docutils literal notranslate"><span class="pre">array.__ge__()</span></code></a> are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
716+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see <a class="reference internal" href="../design_topics/complex_numbers.html#complex-number-ordering"><span class="std std-ref">Complex Number Ordering</span></a>).</p>
716717
</section>
717718
<section id="in-place-operators">
718719
<h3 id="in-place-operators">In-place Operators<a class="headerlink" href="#in-place-operators" title="Permalink to this heading"></a></h3>

‎latest/_sources/API_specification/array_object.rst.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,8 @@ A conforming implementation of the array API standard must provide and support a
163163
- `operator.ne(x1, x2) <https://docs.python.org/3/library/operator.html#operator.ne>`_
164164
- `operator.__ne__(x1, x2) <https://docs.python.org/3/library/operator.html#operator.__ne__>`_
165165

166-
Comparison operators should be defined for arrays having any data type.
166+
:meth:`.array.__lt__`, :meth:`.array.__le__`, :meth:`.array.__gt__`, :meth:`.array.__ge__` are only defined for arrays having real-valued data types. Other comparison operators should be defined for arrays having any data type.
167+
For backward compatibility, conforming implementations may support complex numbers; however, inequality comparison of complex numbers is unspecified and thus implementation-dependent (see :ref:`complex-number-ordering`).
167168

168169
In-place Operators
169170
~~~~~~~~~~~~~~~~~~

‎latest/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)
Please sign in to comment.