Skip to content

Commit 3862cdd

Browse files
committed
Auto-generated commit
1 parent d1cbda3 commit 3862cdd

2 files changed

Lines changed: 43 additions & 2 deletions

File tree

CHANGELOG.md

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

861861
<details>
862862

863+
- [`59ef54e`](https://github.com/stdlib-js/stdlib/commit/59ef54e322f02dc4cfacb0b1ff98d5869341a33c) - **docs:** organize functions _(by Athan Reines)_
863864
- [`6117db9`](https://github.com/stdlib-js/stdlib/commit/6117db9a02e613a5a5dc02e2d948c1d900c93739) - **feat:** add `hconcat` to namespace _(by Athan Reines)_
864865
- [`50e53a1`](https://github.com/stdlib-js/stdlib/commit/50e53a18d36e39662e7bf8f69e720f5df5cc9df1) - **feat:** add `ndarray/hconcat` [(#11583)](https://github.com/stdlib-js/stdlib/pull/11583) _(by Muhammad Haris)_
865866
- [`aaa6e06`](https://github.com/stdlib-js/stdlib/commit/aaa6e06422092ba41c57fc3dfb2a8b833edd0163) - **feat:** add `vconcat` to namespace _(by Athan Reines)_

README.md

Lines changed: 42 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ var o = ns;
7474

7575
The namespace exports the following functions to create multidimensional arrays:
7676

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

7979
<div class="namespace-toc">
8080

@@ -85,9 +85,49 @@ The namespace exports the following functions to create multidimensional arrays:
8585

8686
<!-- </toc> -->
8787

88+
The namespace exports the following functions to manipulate multidimensional arrays:
89+
90+
<!-- <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|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)"> -->
91+
92+
<div class="namespace-toc">
93+
94+
</div>
95+
96+
<!-- </toc> -->
97+
98+
The namespace exports the following functions to search multidimensional arrays:
99+
100+
<!-- <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)"> -->
101+
102+
<div class="namespace-toc">
103+
104+
</div>
105+
106+
<!-- </toc> -->
107+
108+
The namespace exports the following functions to inspect multidimensional arrays:
109+
110+
<!-- <toc pattern="+(data-buffer|dtype|flag|flags|ndims|numel|numel-dimension|offset|order|shape|stride|strides)"> -->
111+
112+
<div class="namespace-toc">
113+
114+
</div>
115+
116+
<!-- </toc> -->
117+
118+
The namespace exports the following functions to index multidimensional arrays:
119+
120+
<!-- <toc pattern="+(at|ind2sub|index|sub2ind)"> -->
121+
122+
<div class="namespace-toc">
123+
124+
</div>
125+
126+
<!-- </toc> -->
127+
88128
The namespace contains the following sub-namespaces:
89129

90-
<!-- <toc pattern="+(base|iter)"> -->
130+
<!-- <toc pattern="+(base|iter|vector)"> -->
91131

92132
<div class="namespace-toc">
93133

0 commit comments

Comments
 (0)