Skip to content

Commit 9a997ac

Browse files
committed
Auto-generated commit
1 parent ac0c3ce commit 9a997ac

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -710,6 +710,7 @@ A total of 78 issues were closed in this release:
710710

711711
<details>
712712

713+
- [`bba26d6`](https://github.com/stdlib-js/stdlib/commit/bba26d6b93fc742d7518ca4090787cd41f4659e0) - **chore:** add `float32` scalar kernel of `log1p` in unary function database [(#9452)](https://github.com/stdlib-js/stdlib/pull/9452) _(by Gunj Joshi)_
713714
- [`15e0b09`](https://github.com/stdlib-js/stdlib/commit/15e0b09a9bda620a7a80e265049d8ffdc2e632b1) - **feat:** update math scaffold databases [(#9451)](https://github.com/stdlib-js/stdlib/pull/9451) _(by stdlib-bot)_
714715
- [`f452525`](https://github.com/stdlib-js/stdlib/commit/f45252555bdcc40bac553852422ae028194179cb) - **chore:** add structured package data for `math/base/special/csignum` [(#8583)](https://github.com/stdlib-js/stdlib/pull/8583) _(by Kaustubh Patange, Athan Reines)_
715716
- [`56a4f52`](https://github.com/stdlib-js/stdlib/commit/56a4f52f455a60af0b56028aabc1aea7628ee1df) - **chore:** update meta data _(by Athan Reines)_

special/data/unary_function_database.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,6 +1887,7 @@
18871887
],
18881888
"primary_dtype": "float64",
18891889
"scalar_kernels": {
1890+
"float32": "@stdlib/math/base/special/log1pf",
18901891
"float64": "@stdlib/math/base/special/log1p",
18911892
"generic": "@stdlib/math/base/special/log1p"
18921893
},

0 commit comments

Comments
 (0)