Skip to content

Commit 4025c1c

Browse files
committed
Auto-generated commit
1 parent d1b680d commit 4025c1c

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ This release closes the following issue:
4444

4545
<details>
4646

47+
- [`1f33916`](https://github.com/stdlib-js/stdlib/commit/1f33916dfe5b3d36c0d07c268be7be7ba2dee234) - **chore:** add missing eps dependency so C examples compile _(by Philipp Burckhardt)_
4748
- [`b039368`](https://github.com/stdlib-js/stdlib/commit/b039368dc397596a89242970f520ecc06259c3cd) - **bench:** add missing eps dependency so C benchmarks compile _(by Philipp Burckhardt)_
4849
- [`74596d4`](https://github.com/stdlib-js/stdlib/commit/74596d4df6801d9176bd5027eb237497e9b078c0) - **fix:** remove unused `eps` dependency from Frechet distribution manifests _(by Philipp Burckhardt)_
4950
- [`e0195dc`](https://github.com/stdlib-js/stdlib/commit/e0195dc51ddd7d614ea70a49d1cd69045fbdc239) - **feat:** add C implementation for `stats/base/dists/frechet/kurtosis` [(#4604)](https://github.com/stdlib-js/stdlib/pull/4604) _(by Manvith M, Philipp Burckhardt)_

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@
7979
"@stdlib/math-base-assert-is-nan",
8080
"@stdlib/math-base-special-pow",
8181
"@stdlib/math-base-special-gamma",
82-
"@stdlib/constants-float64-pinf"
82+
"@stdlib/constants-float64-pinf",
83+
"@stdlib/constants-float64-eps"
8384
]
8485
}
8586
]

0 commit comments

Comments
 (0)