Skip to content

Commit a2a8687

Browse files
committed
Auto-generated commit
1 parent 74432fa commit a2a8687

2 files changed

Lines changed: 25 additions & 2 deletions

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+
- [`e01bf06`](https://github.com/stdlib-js/stdlib/commit/e01bf0651d5a7073bc92913e1cd0cadcba8bd75a) - **docs:** update copy _(by Athan Reines)_
867868
- [`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)_
868869
- [`1ab30a1`](https://github.com/stdlib-js/stdlib/commit/1ab30a16866d523544f06017e56a70e68d9933cf) - **feat:** add `rotl90` to namespace _(by Athan Reines)_
869870
- [`9ef9c56`](https://github.com/stdlib-js/stdlib/commit/9ef9c56b8d3fccad2b75d4f4316f7a99fa5bc660) - **feat:** add `ndarray/base/rotl90` [(#11633)](https://github.com/stdlib-js/stdlib/pull/11633) _(by Muhammad Haris)_

README.md

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,11 @@ var o = ns;
7272
// returns {...}
7373
```
7474

75+
##### Creation
76+
7577
The namespace exports the following functions to create multidimensional arrays:
7678

77-
<!-- <toc pattern="+(array|copy|ctor|empty|empty-like|from-scalar|from-scalar-like|ndarraylike2ndarray|ones|ones-like|to-fancy|zeros|zeros-like)"> -->
79+
<!-- <toc pattern="+(array|copy|ctor|empty|empty-like|fancy|from-scalar|from-scalar-like|ndarraylike2ndarray|ones|ones-like|to-fancy|zeros|zeros-like)"> -->
7880

7981
<div class="namespace-toc">
8082

@@ -95,6 +97,8 @@ The namespace exports the following functions to create multidimensional arrays:
9597

9698
<!-- </toc> -->
9799

100+
##### Manipulation
101+
98102
The namespace exports the following functions to manipulate multidimensional arrays:
99103

100104
<!-- <toc pattern="+(broadcast-array|broadcast-arrays|broadcast-scalar|colcat|concat|concat1d|fill|fill-by|fill-slice|flatten|flatten-by|flatten-from|flatten-from-by|flip|fliplr|flipud|hconcat|map|maybe-broadcast-array|maybe-broadcast-arrays|pop|prepend-singleton-dimensions|push|remove-singleton-dimensions|reverse|reverse-dimension|rotr90|rowcat|shift|slice|slice-assign|slice-dimension|slice-dimension-from|slice-dimension-to|slice-from|slice-to|spread-dimensions|to-flippedlr|to-flippedud|to-reversed|to-reversed-dimension|unshift|vconcat|with)"> -->
@@ -149,6 +153,8 @@ The namespace exports the following functions to manipulate multidimensional arr
149153

150154
<!-- </toc> -->
151155

156+
##### Search
157+
152158
The namespace exports the following functions to search multidimensional arrays:
153159

154160
<!-- <toc pattern="+(any|any-by|count-falsy|count-if|count-truthy|every|every-by|filter|filter-map|find|find-last|includes|reject|some|some-by)"> -->
@@ -175,6 +181,8 @@ The namespace exports the following functions to search multidimensional arrays:
175181

176182
<!-- </toc> -->
177183

184+
##### Inspection
185+
178186
The namespace exports the following functions to inspect multidimensional arrays:
179187

180188
<!-- <toc pattern="+(data-buffer|dtype|flag|flags|ndims|numel|numel-dimension|offset|order|shape|stride|strides)"> -->
@@ -198,6 +206,8 @@ The namespace exports the following functions to inspect multidimensional arrays
198206

199207
<!-- </toc> -->
200208

209+
##### Indexing
210+
201211
The namespace exports the following functions to index multidimensional arrays:
202212

203213
<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
@@ -213,6 +223,16 @@ The namespace exports the following functions to index multidimensional arrays:
213223

214224
<!-- </toc> -->
215225

226+
##### Conversion
227+
228+
The namespace exports the following functions to convert multidimensional arrays:
229+
230+
<!-- <toc pattern="+(to-array|to-json|to-locale-string|to-string)"> -->
231+
232+
<!-- </toc> -->
233+
234+
##### Sub-namespaces
235+
216236
The namespace contains the following sub-namespaces:
217237

218238
<!-- <toc pattern="+(base|iter|vector)"> -->
@@ -227,7 +247,9 @@ The namespace contains the following sub-namespaces:
227247

228248
<!-- </toc> -->
229249

230-
In addition, the namespace contains the following multidimensional array utility functions:
250+
##### Utilities
251+
252+
The namespace contains the following multidimensional array utility functions:
231253

232254
<!-- <toc pattern="*" > -->
233255

0 commit comments

Comments
 (0)