Skip to content

Commit 4067801

Browse files
committed
Auto-generated commit
1 parent 3a487af commit 4067801

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
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 (2025-06-20)
7+
## Unreleased (2025-06-29)
88

99
<section class="features">
1010

@@ -44,6 +44,7 @@ This release closes the following issue:
4444

4545
<details>
4646

47+
- [`c698e73`](https://github.com/stdlib-js/stdlib/commit/c698e73a6365ec5d828861bb26a6e3bb74fb1af8) - **chore:** add missing eps dependency to benchmark and examples configs _(by Philipp Burckhardt)_
4748
- [`32e4068`](https://github.com/stdlib-js/stdlib/commit/32e40687fc5b2e5ed1717b63ca2eda830ddcca44) - **fix:** remove unused `exp` and `eps` dependencies from `gumbel/mean` manifest _(by Philipp Burckhardt)_
4849
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
4950
- [`9f2c153`](https://github.com/stdlib-js/stdlib/commit/9f2c153fdf42e0d123212d4dfaec574db34680a4) - **feat:** add C implementation of `stats/base/dists/gumbel/mean` [(#4086)](https://github.com/stdlib-js/stdlib/pull/4086) _(by Vinit Pandit, Philipp Burckhardt, stdlib-bot)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Bryan Elee <[email protected]>
3737
Chinmay Joshi <[email protected]>
3838
Christopher Dambamuromo <[email protected]>
3939
40+
Daniel Hernandez Gomez <[email protected]>
4041
Daniel Killenberger <[email protected]>
4142
Daniel Yu <[email protected]>
4243
Debashis Maharana <[email protected]>
@@ -63,6 +64,7 @@ Girish Garg <[email protected]>
6364
Golden Kumar <[email protected]>
6465
Gunj Joshi <[email protected]>
6566
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6668
Haroon Rasheed <[email protected]>
6769
6870
@@ -201,6 +203,7 @@ ditsu <[email protected]>
201203
ekambains <[email protected]>
202204
fadiothman22 <[email protected]>
203205
iraandrushko <[email protected]>
206+
204207
lohithganni <[email protected]>
205208
olenkabilonizhka <[email protected]>
206209
pranav-1720 <[email protected]>

manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@
5656
"libpath": [],
5757
"dependencies": [
5858
"@stdlib/math-base-assert-is-nan",
59-
"@stdlib/constants-float64-eulergamma"
59+
"@stdlib/constants-float64-eulergamma",
60+
"@stdlib/constants-float64-eps"
6061
]
6162
},
6263
{

0 commit comments

Comments
 (0)