Skip to content

Commit 727e9d6

Browse files
committed
Auto-generated commit
1 parent 22389e9 commit 727e9d6

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-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 (2025-01-05)
7+
## Unreleased (2025-01-07)
88

99
<section class="packages">
1010

@@ -530,6 +530,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
530530

531531
<details>
532532

533+
- [`cc71dc2`](https://github.com/stdlib-js/stdlib/commit/cc71dc23c9335d7187844e6a020cff2594679e76) - **docs:** update related packages sections [(#4622)](https://github.com/stdlib-js/stdlib/pull/4622) _(by stdlib-bot)_
533534
- [`f231799`](https://github.com/stdlib-js/stdlib/commit/f231799e1d40cfff7ceb79a6074166a08c4ba072) - **docs:** update related packages sections [(#4545)](https://github.com/stdlib-js/stdlib/pull/4545) _(by stdlib-bot)_
534535
- [`84a3698`](https://github.com/stdlib-js/stdlib/commit/84a36981e85104c9ee4204a87d3d7b14f4141396) - **docs:** fix grammar _(by Athan Reines)_
535536
- [`2764a32`](https://github.com/stdlib-js/stdlib/commit/2764a32b5942d2aff2d0fe8cfcb2cd6b9c184633) - **docs:** fix grammar _(by Athan Reines)_

filter/README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -204,6 +204,15 @@ console.log( ndarray2array( y ) );
204204

205205
<section class="related">
206206

207+
* * *
208+
209+
## See Also
210+
211+
- <span class="package-name">[`@stdlib/ndarray/filter-map`][@stdlib/ndarray/filter-map]</span><span class="delimiter">: </span><span class="description">filter and map elements in an input ndarray to elements in a new output ndarray according to a callback function.</span>
212+
- <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>
213+
- <span class="package-name">[`@stdlib/ndarray/reject`][@stdlib/ndarray/reject]</span><span class="delimiter">: </span><span class="description">return a shallow copy of an ndarray containing only those elements which fail a test implemented by a predicate function.</span>
214+
- <span class="package-name">[`@stdlib/ndarray/slice`][@stdlib/ndarray/slice]</span><span class="delimiter">: </span><span class="description">return a read-only view of an input ndarray.</span>
215+
207216
</section>
208217

209218
<!-- /.related -->
@@ -218,6 +227,14 @@ console.log( ndarray2array( y ) );
218227

219228
<!-- <related-links> -->
220229

230+
[@stdlib/ndarray/filter-map]: https://github.com/stdlib-js/ndarray/tree/main/filter-map
231+
232+
[@stdlib/ndarray/map]: https://github.com/stdlib-js/ndarray/tree/main/map
233+
234+
[@stdlib/ndarray/reject]: https://github.com/stdlib-js/ndarray/tree/main/reject
235+
236+
[@stdlib/ndarray/slice]: https://github.com/stdlib-js/ndarray/tree/main/slice
237+
221238
<!-- </related-links> -->
222239

223240
</section>

0 commit comments

Comments
 (0)