Skip to content

Commit edae7f6

Browse files
committed
Auto-generated commit
1 parent 7cfe477 commit edae7f6

2 files changed

Lines changed: 21 additions & 1 deletion

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-05-28)
7+
## Unreleased (2026-05-31)
88

99
<section class="features">
1010

@@ -963,6 +963,7 @@ A total of 50 issues were closed in this release:
963963

964964
<details>
965965

966+
- [`9d35248`](https://github.com/stdlib-js/stdlib/commit/9d3524866ec6833c164e5f56bc6197d63faafb48) - **docs:** update related packages sections [(#12386)](https://github.com/stdlib-js/stdlib/pull/12386) _(by stdlib-bot)_
966967
- [`ece1cb0`](https://github.com/stdlib-js/stdlib/commit/ece1cb034f55713dfc2c677e7a8fb091e090f099) - **docs:** update related packages sections [(#12326)](https://github.com/stdlib-js/stdlib/pull/12326) _(by stdlib-bot)_
967968
- [`8ff59d6`](https://github.com/stdlib-js/stdlib/commit/8ff59d63eaa88d252f5404e3b3affdf5c66821d5) - **chore:** propagate `blas/*` JSDoc and `cscal` header fixes to siblings [(#12318)](https://github.com/stdlib-js/stdlib/pull/12318) _(by Philipp Burckhardt)_
968969
- [`f42a835`](https://github.com/stdlib-js/stdlib/commit/f42a835a111bc9a78805bbe096bb6c90a182ea6c) - **docs:** update related packages sections [(#12293)](https://github.com/stdlib-js/stdlib/pull/12293) _(by stdlib-bot)_

trues-like/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,15 @@ for ( i = 0; i < dt.length; i++ ) {
160160

161161
<section class="related">
162162

163+
* * *
164+
165+
## See Also
166+
167+
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
168+
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
169+
- <span class="package-name">[`@stdlib/ndarray/falses-like`][@stdlib/ndarray/falses-like]</span><span class="delimiter">: </span><span class="description">create an ndarray filled with false values and having the same shape and data type as a provided ndarray.</span>
170+
- <span class="package-name">[`@stdlib/ndarray/trues`][@stdlib/ndarray/trues]</span><span class="delimiter">: </span><span class="description">create an ndarray filled with true values and having a specified shape and data type.</span>
171+
163172
</section>
164173

165174
<!-- /.related -->
@@ -172,6 +181,16 @@ for ( i = 0; i < dt.length; i++ ) {
172181

173182
[@stdlib/ndarray/dtypes]: https://github.com/stdlib-js/ndarray/tree/main/dtypes
174183

184+
<!-- <related-links> -->
185+
186+
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array
187+
188+
[@stdlib/ndarray/falses-like]: https://github.com/stdlib-js/ndarray/tree/main/falses-like
189+
190+
[@stdlib/ndarray/trues]: https://github.com/stdlib-js/ndarray/tree/main/trues
191+
192+
<!-- </related-links> -->
193+
175194
</section>
176195

177196
<!-- /.links -->

0 commit comments

Comments
 (0)