Skip to content

Commit 97ac99d

Browse files
committed
Auto-generated commit
1 parent a2a8687 commit 97ac99d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -864,6 +864,7 @@ A total of 49 issues were closed in this release:
864864

865865
<details>
866866

867+
- [`73e7bcf`](https://github.com/stdlib-js/stdlib/commit/73e7bcf003e6ff43f444494447445cb17384ccd4) - **docs:** add dtype section _(by Athan Reines)_
867868
- [`e01bf06`](https://github.com/stdlib-js/stdlib/commit/e01bf0651d5a7073bc92913e1cd0cadcba8bd75a) - **docs:** update copy _(by Athan Reines)_
868869
- [`0f96d30`](https://github.com/stdlib-js/stdlib/commit/0f96d3092e11bed46e6cd83efd770c2d6fa77af1) - **docs:** update namespace table of contents [(#11637)](https://github.com/stdlib-js/stdlib/pull/11637) _(by stdlib-bot, Philipp Burckhardt)_
869870
- [`1ab30a1`](https://github.com/stdlib-js/stdlib/commit/1ab30a16866d523544f06017e56a70e68d9933cf) - **feat:** add `rotl90` to namespace _(by Athan Reines)_

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ The namespace exports the following functions to inspect multidimensional arrays
210210

211211
The namespace exports the following functions to index multidimensional arrays:
212212

213-
<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
213+
<!-- <toc pattern="+(at|ind2sub|index|index-modes|sub2ind)"> -->
214214

215215
<div class="namespace-toc">
216216

@@ -231,6 +231,14 @@ The namespace exports the following functions to convert multidimensional arrays
231231

232232
<!-- </toc> -->
233233

234+
##### Data Types
235+
236+
The namespace exports the following functions for working with multidimensional array data types:
237+
238+
<!-- <toc pattern="+(casting-modes|dtype-ctor|dtypes|input-casting-policies|min-dtype|mostly-safe-casts|next-dtype|output-dtype-policies|promotion-rules|safe-casts|same-kind-casts)"> -->
239+
240+
<!-- </toc> -->
241+
234242
##### Sub-namespaces
235243

236244
The namespace contains the following sub-namespaces:

0 commit comments

Comments
 (0)