You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9-2Lines changed: 9 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
5
5
<sectionclass="release"id="unreleased">
6
6
7
-
## Unreleased (2026-04-17)
7
+
## Unreleased (2026-04-18)
8
8
9
9
<sectionclass="features">
10
10
@@ -122,6 +122,12 @@ A total of 4 issues were closed in this release:
122
122
123
123
<details>
124
124
125
+
-[`2505815`](https://github.com/stdlib-js/stdlib/commit/25058156cf7b1138c5c33209a5143100c376b46d) - **docs:** update namespace table of contents [(#11520)](https://github.com/stdlib-js/stdlib/pull/11520)_(by stdlib-bot)_
126
+
-[`3af178c`](https://github.com/stdlib-js/stdlib/commit/3af178cc07862b3070234245f015a4bdc8370acb) - **style:** use single quotes for require calls [(#11516)](https://github.com/stdlib-js/stdlib/pull/11516)_(by Philipp Burckhardt)_
127
+
-[`4c6c7a1`](https://github.com/stdlib-js/stdlib/commit/4c6c7a13a022fb679e9f7793ce06b06674b21956) - **docs:** improve doctests for ndarray instances in `ndarray/base/reverse`[(#11509)](https://github.com/stdlib-js/stdlib/pull/11509)_(by Uday Kakade)_
128
+
-[`c1376cb`](https://github.com/stdlib-js/stdlib/commit/c1376cb9550a82c5c2377a7c97f1ce4a59ea141a) - **docs:** improve doctests for ndarray instances in `ndarray/base/to-reversed`[(#11511)](https://github.com/stdlib-js/stdlib/pull/11511)_(by Uday Kakade)_
129
+
-[`13ec30d`](https://github.com/stdlib-js/stdlib/commit/13ec30d69ff91423504ba76bf5de59b0322ff8db) - **bench:** refactor to use string interpolation in `@stdlib/ndarray-base`[(#11435)](https://github.com/stdlib-js/stdlib/pull/11435)_(by Karan Anand)_
130
+
-[`ad3f046`](https://github.com/stdlib-js/stdlib/commit/ad3f04667c2cc32b6e749d8b08259afecff3f1e8) - **bench:** refactor to use string interpolation in `@stdlib/ndarray-base`[(#11434)](https://github.com/stdlib-js/stdlib/pull/11434)_(by Karan Anand)_
125
131
-[`97fd5b7`](https://github.com/stdlib-js/stdlib/commit/97fd5b7de7e74e99e0ffb4ccd27c5ae555aa02cb) - **feat:** add `toUnflattened` to namespace _(by Athan Reines)_
126
132
-[`737511b`](https://github.com/stdlib-js/stdlib/commit/737511bad0cbe580a8771094f13ef75fd8975f01) - **feat:** add `ndarray/base/to-unflattened`[(#11493)](https://github.com/stdlib-js/stdlib/pull/11493)_(by Muhammad Haris)_
127
133
-[`36e8e4b`](https://github.com/stdlib-js/stdlib/commit/36e8e4be9c05de181d5e69f7a0f4b689d27c3f35) - **docs:** update namespace table of contents [(#11448)](https://github.com/stdlib-js/stdlib/pull/11448)_(by stdlib-bot)_
@@ -270,7 +276,7 @@ A total of 4 issues were closed in this release:
270
276
271
277
### Contributors
272
278
273
-
A total of 11 people contributed to this release. Thank you to the following contributors:
279
+
A total of 12 people contributed to this release. Thank you to the following contributors:
274
280
275
281
- Athan Reines
276
282
- Bhargav Dabhade
@@ -282,6 +288,7 @@ A total of 11 people contributed to this release. Thank you to the following con
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -231,6 +231,7 @@ var o = ns;
231
231
- <spanclass="signature">[`toReversedDimension( x, dim )`][@stdlib/ndarray/base/to-reversed-dimension]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray where the order of elements of an input ndarray along a specified dimension is reversed.</span>
232
232
- <spanclass="signature">[`toReversed( x )`][@stdlib/ndarray/base/to-reversed]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.</span>
233
233
- <spanclass="signature">[`toTransposed( x )`][@stdlib/ndarray/base/to-transposed]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray containing the elements of an input ndarray but whose last two dimensions are transposed.</span>
234
+
- <spanclass="signature">[`toUnflattened( x, dim, sizes )`][@stdlib/ndarray/base/to-unflattened]</span><spanclass="delimiter">: </span><spanclass="description">return a new ndarray in which a specified dimension of an input ndarray is expanded over multiple dimensions.</span>
234
235
- <spanclass="signature">[`toUniqueNormalizedIndices( indices, max )`][@stdlib/ndarray/base/to-unique-normalized-indices]</span><spanclass="delimiter">: </span><spanclass="description">return a list of unique indices after normalizing to the interval `[0,max]`.</span>
235
236
- <spanclass="signature">[`transpose( x, writable )`][@stdlib/ndarray/base/transpose]</span><spanclass="delimiter">: </span><spanclass="description">transpose a matrix (or a stack of matrices).</span>
236
237
- <spanclass="signature">[`unaryAccumulate( arrays, initial, clbk )`][@stdlib/ndarray/base/unary-accumulate]</span><spanclass="delimiter">: </span><spanclass="description">perform a reduction over elements in an input ndarray.</span>
0 commit comments