Skip to content

Commit 731c0ad

Browse files
committed
Auto-generated commit
1 parent dbfafe9 commit 731c0ad

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-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-17)
7+
## Unreleased (2024-12-18)
88

99
<section class="packages">
1010

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

434434
<details>
435435

436+
- [`a1b543a`](https://github.com/stdlib-js/stdlib/commit/a1b543a2a1bdf4d1fb9438bd4a13cb971af62063) - **docs:** update related packages sections [(#4009)](https://github.com/stdlib-js/stdlib/pull/4009) _(by stdlib-bot, Philipp Burckhardt)_
436437
- [`323e4e5`](https://github.com/stdlib-js/stdlib/commit/323e4e5e0f1af8130e8a6462abf619999c955f88) - **feat:** update namespace TypeScript declarations [(#3977)](https://github.com/stdlib-js/stdlib/pull/3977) _(by stdlib-bot, Philipp Burckhardt)_
437438
- [`c5a9ae2`](https://github.com/stdlib-js/stdlib/commit/c5a9ae2f9d4076665eba406ab1d420ba9df1fbdc) - **docs:** update namespace table of contents [(#3979)](https://github.com/stdlib-js/stdlib/pull/3979) _(by stdlib-bot, Philipp Burckhardt)_
438439
- [`9d912a3`](https://github.com/stdlib-js/stdlib/commit/9d912a3e992cb9c5fe272a3aecc55293efbc0647) - **feat:** add `ndarray2json` to namespace _(by Athan Reines)_

map/README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -233,6 +233,14 @@ console.log( ndarray2array( y ) );
233233

234234
<section class="related">
235235

236+
* * *
237+
238+
## See Also
239+
240+
- <span class="package-name">[`@stdlib/ndarray/filter`][@stdlib/ndarray/filter]</span><span class="delimiter">: </span><span class="description">return a shallow copy of an ndarray containing only those elements which pass a test implemented by a predicate function.</span>
241+
- <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>
242+
- <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>
243+
236244
</section>
237245

238246
<!-- /.related -->
@@ -247,6 +255,12 @@ console.log( ndarray2array( y ) );
247255

248256
<!-- <related-links> -->
249257

258+
[@stdlib/ndarray/filter]: https://github.com/stdlib-js/ndarray/tree/main/filter
259+
260+
[@stdlib/ndarray/filter-map]: https://github.com/stdlib-js/ndarray/tree/main/filter-map
261+
262+
[@stdlib/ndarray/slice]: https://github.com/stdlib-js/ndarray/tree/main/slice
263+
250264
<!-- </related-links> -->
251265

252266
</section>

0 commit comments

Comments
 (0)