Skip to content

Commit 688d030

Browse files
author
array-api-bot
committed
Deploy: 407a8ae
1 parent b9e04ce commit 688d030

File tree

7 files changed

+7
-4
lines changed

7 files changed

+7
-4
lines changed

2023.12/API_specification/generated/array_api.clip.html

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ <h1 id="api-specification-generated-array-api-clip--page-root">clip<a class="hea
482482
<ul class="simple">
483483
<li><p>If both <code class="docutils literal notranslate"><span class="pre">min</span></code> and <code class="docutils literal notranslate"><span class="pre">max</span></code> are <code class="docutils literal notranslate"><span class="pre">None</span></code>, the elements of the returned array must equal the respective elements in <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></li>
484484
<li><p>If a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> is greater than a corresponding broadcasted element in <code class="docutils literal notranslate"><span class="pre">max</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485+
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> has an integral data type and a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> is outside the bounds of the data type of <code class="docutils literal notranslate"><span class="pre">x</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485486
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> and either <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> have different data type kinds (e.g., integer versus floating-point), behavior is unspecified and thus implementation-dependent.</p></li>
486487
</ul>
487488
<p><strong>Special cases</strong></p>

2023.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/generated/array_api.broadcast_to.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ <h1 id="api-specification-generated-array-api-broadcast-to--page-root">broadcast
469469
<dl class="field-list simple">
470470
<dt class="field-odd">Parameters<span class="colon">:</span></dt>
471471
<dd class="field-odd"><ul class="simple">
472-
<li><p><strong>x</strong> (<em>array</em>) – array to broadcast. Must be capable of being broadcast to the specified <code class="docutils literal notranslate"><span class="pre">shape</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>). If the array is incompatible with the specified shape, the function should raise an exception.</p></li>
472+
<li><p><strong>x</strong> (<em>array</em>) – array to broadcast. Must be capable of being broadcast to the specified <code class="docutils literal notranslate"><span class="pre">shape</span></code> (see <a class="reference internal" href="../broadcasting.html#broadcasting"><span class="std std-ref">Broadcasting</span></a>). If the array is incompatible with the specified shape, the function must raise an exception.</p></li>
473473
<li><p><strong>shape</strong> (<em>Tuple</em><em>[</em><em>int</em><em>, </em><em>...</em><em>]</em>) – array shape.</p></li>
474474
</ul>
475475
</dd>

draft/API_specification/generated/array_api.clip.html

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ <h1 id="api-specification-generated-array-api-clip--page-root">clip<a class="hea
482482
<ul class="simple">
483483
<li><p>If both <code class="docutils literal notranslate"><span class="pre">min</span></code> and <code class="docutils literal notranslate"><span class="pre">max</span></code> are <code class="docutils literal notranslate"><span class="pre">None</span></code>, the elements of the returned array must equal the respective elements in <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></li>
484484
<li><p>If a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> is greater than a corresponding broadcasted element in <code class="docutils literal notranslate"><span class="pre">max</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485+
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> has an integral data type and a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> is outside the bounds of the data type of <code class="docutils literal notranslate"><span class="pre">x</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485486
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> and either <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> have different data type kinds (e.g., integer versus floating-point), behavior is unspecified and thus implementation-dependent.</p></li>
486487
</ul>
487488
<p><strong>Special cases</strong></p>

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/generated/array_api.clip.html

+1
Original file line numberDiff line numberDiff line change
@@ -482,6 +482,7 @@ <h1 id="api-specification-generated-array-api-clip--page-root">clip<a class="hea
482482
<ul class="simple">
483483
<li><p>If both <code class="docutils literal notranslate"><span class="pre">min</span></code> and <code class="docutils literal notranslate"><span class="pre">max</span></code> are <code class="docutils literal notranslate"><span class="pre">None</span></code>, the elements of the returned array must equal the respective elements in <code class="docutils literal notranslate"><span class="pre">x</span></code>.</p></li>
484484
<li><p>If a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> is greater than a corresponding broadcasted element in <code class="docutils literal notranslate"><span class="pre">max</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485+
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> has an integral data type and a broadcasted element in <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> is outside the bounds of the data type of <code class="docutils literal notranslate"><span class="pre">x</span></code>, behavior is unspecified and thus implementation-dependent.</p></li>
485486
<li><p>If <code class="docutils literal notranslate"><span class="pre">x</span></code> and either <code class="docutils literal notranslate"><span class="pre">min</span></code> or <code class="docutils literal notranslate"><span class="pre">max</span></code> have different data type kinds (e.g., integer versus floating-point), behavior is unspecified and thus implementation-dependent.</p></li>
486487
</ul>
487488
<p><strong>Special cases</strong></p>

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)