File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55<section class="release" id="unreleased">
66
7- ## Unreleased (2026-06-11 )
7+ ## Unreleased (2026-06-12 )
88
99<section class="features">
1010
4040
4141<details>
4242
43+ - [`6a027a4`](https://github.com/stdlib-js/stdlib/commit/6a027a42f2488d90e0a0c6873735397a26cdf5c4) - **docs:** update `ndarray/base` TypeScript declarations [(#12834)](https://github.com/stdlib-js/stdlib/pull/12834) _(by stdlib-bot)_
4344- [`4b35470`](https://github.com/stdlib-js/stdlib/commit/4b35470b5d827db631a59fba4f848aba4a44110c) - **docs:** update related packages sections [(#12823)](https://github.com/stdlib-js/stdlib/pull/12823) _(by stdlib-bot)_
4445- [`cae5335`](https://github.com/stdlib-js/stdlib/commit/cae53357950b4c389b0020878c268995cd79d222) - **docs:** propagate develop fixes to sibling packages [(#12736)](https://github.com/stdlib-js/stdlib/pull/12736) _(by Philipp Burckhardt)_
4546- [`8477cf4`](https://github.com/stdlib-js/stdlib/commit/8477cf466ddfda9e00d3cf246d16f1bc8499943c) - **docs:** fix descriptions in `ndarray/base/nulls-like` [(#12756)](https://github.com/stdlib-js/stdlib/pull/12756) _(by Philipp Burckhardt)_
Original file line number Diff line number Diff line change @@ -3520,10 +3520,10 @@ interface Namespace {
35203520 nulls : typeof nulls ;
35213521
35223522 /**
3523- * Creates a null-filled array having the same shape and data type as a provided input ndarray.
3523+ * Creates a null-filled ndarray having the same shape and data type as a provided input ndarray.
35243524 *
35253525 * @param x - input array
3526- * @returns null-filled array
3526+ * @returns null-filled ndarray
35273527 *
35283528 * @example
35293529 * var getShape = require( './../../../shape' );
You can’t perform that action at this time.
0 commit comments