Skip to content

Commit e24c467

Browse files
committed
Auto-generated commit
1 parent 5e9a4f8 commit e24c467

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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 (2024-12-22)
7+
## Unreleased (2024-12-30)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`4301694`](https://github.com/stdlib-js/stdlib/commit/43016945387e02d6396d33cb7134c62c977b7fd8) - **docs:** update related packages sections [(#4362)](https://github.com/stdlib-js/stdlib/pull/4362) _(by stdlib-bot)_
2526
- [`ac735b1`](https://github.com/stdlib-js/stdlib/commit/ac735b1ee32aa14c3760551c3f9a4acf3843fd76) - **feat:** add `ndarray/for-each` [(#3926)](https://github.com/stdlib-js/stdlib/pull/3926) _(by Muhammad Haris, Athan Reines)_
2627

2728
</details>

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,12 @@ forEach( x, naryFunction( log, 2 ) );
180180

181181
<section class="related">
182182

183+
* * *
184+
185+
## See Also
186+
187+
- <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>
188+
183189
</section>
184190

185191
<!-- /.related -->
@@ -258,6 +264,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
258264

259265
<!-- <related-links> -->
260266

267+
[@stdlib/ndarray/map]: https://github.com/stdlib-js/ndarray-map
268+
261269
<!-- </related-links> -->
262270

263271
</section>

0 commit comments

Comments
 (0)