Skip to content

Commit 8045529

Browse files
committed
Auto-generated commit
1 parent fd6a5de commit 8045529

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-04-11)
7+
## Unreleased (2025-04-14)
88

99
<section class="packages">
1010

@@ -1471,6 +1471,7 @@ A total of 12 people contributed to this release. Thank you to the following con
14711471

14721472
<details>
14731473

1474+
- [`f9d3b79`](https://github.com/stdlib-js/stdlib/commit/f9d3b793f4100fcf1c9b7391550d3264bb395b00) - **docs:** update related packages sections [(#6670)](https://github.com/stdlib-js/stdlib/pull/6670) _(by stdlib-bot)_
14741475
- [`0ede0da`](https://github.com/stdlib-js/stdlib/commit/0ede0dafa46ddea7dfce7be63250ca9ae0c1c546) - **fix:** add missing imports in `ndarray/base/unary-reduce-subarray` [(#6642)](https://github.com/stdlib-js/stdlib/pull/6642) _(by Muhammad Haris)_
14751476
- [`b2eef05`](https://github.com/stdlib-js/stdlib/commit/b2eef05de589bc6dafb0f462fa0088c2eb1bf26d) - **docs:** update namespace table of contents [(#6631)](https://github.com/stdlib-js/stdlib/pull/6631) _(by stdlib-bot)_
14761477
- [`710e6dd`](https://github.com/stdlib-js/stdlib/commit/710e6dde3e7201cec996e3bdc70f8be3c0905416) - **refactor:** update signature to use `const` qualifier [(#6610)](https://github.com/stdlib-js/stdlib/pull/6610) _(by Pravesh Kunwar, Athan Reines)_

fill-by/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ console.log( ndarray2array( x ) );
140140

141141
<section class="related">
142142

143+
* * *
144+
145+
## See Also
146+
147+
- <span class="package-name">[`@stdlib/ndarray/fill`][@stdlib/ndarray/fill]</span><span class="delimiter">: </span><span class="description">fill an input ndarray with a specified value.</span>
148+
- <span class="package-name">[`@stdlib/ndarray/map`][@stdlib/ndarray/map]</span><span class="delimiter">: </span><span class="description">apply a callback to elements in an input ndarray and assign results to elements in a new output ndarray.</span>
149+
- <span class="package-name">[`@stdlib/ndarray/zeros`][@stdlib/ndarray/zeros]</span><span class="delimiter">: </span><span class="description">create a zero-filled ndarray having a specified shape and data type.</span>
150+
143151
</section>
144152

145153
<!-- /.related -->
@@ -150,6 +158,12 @@ console.log( ndarray2array( x ) );
150158

151159
<!-- <related-links> -->
152160

161+
[@stdlib/ndarray/fill]: https://github.com/stdlib-js/ndarray/tree/main/fill
162+
163+
[@stdlib/ndarray/map]: https://github.com/stdlib-js/ndarray/tree/main/map
164+
165+
[@stdlib/ndarray/zeros]: https://github.com/stdlib-js/ndarray/tree/main/zeros
166+
153167
<!-- </related-links> -->
154168

155169
</section>

0 commit comments

Comments
 (0)