Skip to content

Commit d993575

Browse files
committed
Auto-generated commit
1 parent 5cb89cc commit d993575

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Features
1212

13+
- [`08b7638`](https://github.com/stdlib-js/stdlib/commit/08b76385da8c244e4256e361e4b0d717966642cb) - add `unflatten` to namespace
1314
- [`63c4c05`](https://github.com/stdlib-js/stdlib/commit/63c4c057c630dc607b336c37e1cfc4b5e6ceac3d) - add `ndarray/base/unflatten` [(#10706)](https://github.com/stdlib-js/stdlib/pull/10706)
1415
- [`ef49a3e`](https://github.com/stdlib-js/stdlib/commit/ef49a3e72514684846fcf77b42c084e080ad5902) - add `removeSingletonDimensions` to namespace
1516
- [`c7633e9`](https://github.com/stdlib-js/stdlib/commit/c7633e9c62c55e333ad23d7f240fcab45fd25d98) - add `ndarray/remove-singleton-dimensions` [(#10807)](https://github.com/stdlib-js/stdlib/pull/10807)
@@ -839,6 +840,7 @@ A total of 49 issues were closed in this release:
839840

840841
<details>
841842

843+
- [`08b7638`](https://github.com/stdlib-js/stdlib/commit/08b76385da8c244e4256e361e4b0d717966642cb) - **feat:** add `unflatten` to namespace _(by Athan Reines)_
842844
- [`63c4c05`](https://github.com/stdlib-js/stdlib/commit/63c4c057c630dc607b336c37e1cfc4b5e6ceac3d) - **feat:** add `ndarray/base/unflatten` [(#10706)](https://github.com/stdlib-js/stdlib/pull/10706) _(by Muhammad Haris, Athan Reines, stdlib-bot)_
843845
- [`5795b39`](https://github.com/stdlib-js/stdlib/commit/5795b39e0f0f1d7ccae3ea1ed43809b7ff78b77d) - **fix:** determine layout based on physical layout _(by Athan Reines)_
844846
- [`c20c5d6`](https://github.com/stdlib-js/stdlib/commit/c20c5d602a0f897e86d7fbd83180fec84c535984) - **fix:** determine layout based on physical layout _(by Athan Reines)_

base/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1633,6 +1633,15 @@ setReadOnly( ns, 'unaryStrided1dDispatchFactory', require( './../../base/unary-s
16331633
*/
16341634
setReadOnly( ns, 'unaryBlockSize', require( './../../base/unary-tiling-block-size' ) );
16351635

1636+
/**
1637+
* @name unflatten
1638+
* @memberof ns
1639+
* @readonly
1640+
* @type {Function}
1641+
* @see {@link module:@stdlib/ndarray/base/unflatten}
1642+
*/
1643+
setReadOnly( ns, 'unflatten', require( './../../base/unflatten' ) );
1644+
16361645
/**
16371646
* @name unflattenShape
16381647
* @memberof ns

0 commit comments

Comments
 (0)