Skip to content

Commit d3a017c

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

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-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-18)
7+
## Unreleased (2024-12-20)
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+
- [`c322b66`](https://github.com/stdlib-js/stdlib/commit/c322b6647751b73a9d0fe12bf5665e8e2243d4ca) - **docs:** update related packages sections [(#4070)](https://github.com/stdlib-js/stdlib/pull/4070) _(by stdlib-bot, Philipp Burckhardt)_
436437
- [`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)_
437438
- [`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)_
438439
- [`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)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Dan Rose <[email protected]>
2626
Daniel Killenberger <[email protected]>
2727
Daniel Yu <[email protected]>
2828
Debashis Maharana <[email protected]>
29+
Desh Deepak Kant <[email protected]>
2930
Divyansh Seth <[email protected]>
3031
Dominic Lim <[email protected]>
3132
Dominik Moritz <[email protected]>
@@ -75,6 +76,7 @@ Philipp Burckhardt <[email protected]>
7576
Prajwal Kulkarni <[email protected]>
7677
Pranav Goswami <[email protected]>
7778
Pranjal Jha <[email protected]>
79+
Prashant Kumar Yadav <[email protected]>
7880
Pratik Singh <[email protected]>
7981
Pratyush Kumar Chouhan <[email protected]>
8082
Priyansh Prajapati <[email protected]>

reject/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`][@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>
212+
- <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>
213+
- <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>
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]: https://github.com/stdlib-js/ndarray/tree/main/filter
231+
232+
[@stdlib/ndarray/filter-map]: https://github.com/stdlib-js/ndarray/tree/main/filter-map
233+
234+
[@stdlib/ndarray/map]: https://github.com/stdlib-js/ndarray/tree/main/map
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)