Skip to content

Commit 6df6c75

Browse files
author
array-api-bot
committed
Deploy: 5f0fb82
1 parent 363df52 commit 6df6c75

21 files changed

Lines changed: 1326 additions & 555 deletions

2022.12/changelog.html

Lines changed: 256 additions & 110 deletions
Large diffs are not rendered by default.

2022.12/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2023.12/changelog.html

Lines changed: 256 additions & 110 deletions
Large diffs are not rendered by default.

2023.12/searchindex.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

2024.12/changelog.html

Lines changed: 256 additions & 110 deletions
Large diffs are not rendered by default.

2024.12/searchindex.js

Lines changed: 1 addition & 1 deletion
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_arrays.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -481,6 +481,10 @@ <h1 id="api-specification-generated-array-api-broadcast-arrays--page-root">broad
481481
<dd class="field-even"><p><strong>out</strong> (<em>Tuple[array, …]</em>) – tuple of broadcasted arrays. Each array <strong>must</strong> have the same shape. Each array <strong>must</strong> have the same dtype as its corresponding input array.</p>
482482
</dd>
483483
</dl>
484+
<p class="rubric">Notes</p>
485+
<div class="versionchanged">
486+
<p><span class="versionmodified changed">Changed in version 2025.12: </span>Changed the return value from a List to a Tuple.</p>
487+
</div>
484488
</dd></dl>
485489
</section>
486490

draft/API_specification/generated/array_api.expand_dims.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,9 @@ <h1 id="api-specification-generated-array-api-expand-dims--page-root">expand_dim
506506
</ul>
507507
</li>
508508
</ul>
509+
<div class="versionchanged">
510+
<p><span class="versionmodified changed">Changed in version 2025.12: </span>Added support for specifying a tuple of axis positions.</p>
511+
</div>
509512
</dd></dl>
510513
</section>
511514

draft/API_specification/generated/array_api.info.__array_namespace_info__.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,9 @@ <h1 id="api-specification-generated-array-api-info-array-namespace-info--page-ro
491491
<span class="c1"># ...</span>
492492
</pre></div>
493493
</div>
494+
<div class="versionadded">
495+
<p><span class="versionmodified added">New in version 2023.12.</span></p>
496+
</div>
494497
</dd></dl>
495498
</section>
496499

draft/API_specification/generated/array_api.info.capabilities.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -484,6 +484,9 @@ <h1 id="api-specification-generated-array-api-info-capabilities--page-root">capa
484484
</dd>
485485
</dl>
486486
<p class="rubric">Notes</p>
487+
<div class="versionadded">
488+
<p><span class="versionmodified added">New in version 2023.12.</span></p>
489+
</div>
487490
<div class="versionchanged">
488491
<p><span class="versionmodified changed">Changed in version 2024.12: </span>Added support for querying the maximum number of supported dimensions.</p>
489492
</div>

0 commit comments

Comments
 (0)