Skip to content

Commit 2b2c8f7

Browse files
committed
Auto-generated commit
1 parent 9e45c8b commit 2b2c8f7

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-06-11)
7+
## Unreleased (2026-06-12)
88

99
<section class="features">
1010

@@ -40,6 +40,7 @@
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)_

base/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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' );

0 commit comments

Comments
 (0)