Skip to content

Commit c0d07ad

Browse files
committed
Auto-generated commit
1 parent 3d2d70b commit c0d07ad

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-02-24)
7+
## Unreleased (2025-02-25)
88

99
<section class="packages">
1010

@@ -85,9 +85,10 @@
8585

8686
### Contributors
8787

88-
A total of 1 person contributed to this release. Thank you to this contributor:
88+
A total of 2 people contributed to this release. Thank you to the following contributors:
8989

9090
- Athan Reines
91+
- Philipp Burckhardt
9192

9293
</section>
9394

@@ -99,6 +100,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
99100

100101
<details>
101102

103+
- [`9d532b5`](https://github.com/stdlib-js/stdlib/commit/9d532b5510055d80c5df8ba4c8e897c1670dcd1a) - **docs:** update namespace table of contents [(#5438)](https://github.com/stdlib-js/stdlib/pull/5438) _(by stdlib-bot, Philipp Burckhardt)_
102104
- [`98336f5`](https://github.com/stdlib-js/stdlib/commit/98336f5011237a2d607be003f05060146e55d204) - **docs:** fix comment _(by Athan Reines)_
103105
- [`1e9b650`](https://github.com/stdlib-js/stdlib/commit/1e9b650d29bc3584af013e3ef7d4206dc674b0dd) - **docs:** fix comment _(by Athan Reines)_
104106
- [`a4b312d`](https://github.com/stdlib-js/stdlib/commit/a4b312d7b75231f171b3c475d884e17e350f2856) - **feat:** add `unaryFactory` to namespace _(by Athan Reines)_

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ The namespace contains the following:
7878

7979
<div class="namespace-toc">
8080

81+
- <span class="signature">[`unaryFactory( fcn, idtypes, odtypes, policy )`][@stdlib/math/array/tools/unary-factory]</span><span class="delimiter">: </span><span class="description">create a function for applying a unary function to each element in an input array.</span>
82+
- <span class="signature">[`unary( fcn, idtypes, odtypes, policy )`][@stdlib/math/array/tools/unary]</span><span class="delimiter">: </span><span class="description">constructor for applying a unary function to each element in an input array.</span>
83+
8184
</div>
8285

8386
<!-- </toc> -->
@@ -207,6 +210,10 @@ Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
207210

208211
<!-- <toc-links> -->
209212

213+
[@stdlib/math/array/tools/unary-factory]: https://github.com/stdlib-js/math-array-tools-unary-factory
214+
215+
[@stdlib/math/array/tools/unary]: https://github.com/stdlib-js/math-array-tools-unary
216+
210217
<!-- </toc-links> -->
211218

212219
</section>

0 commit comments

Comments
 (0)