Skip to content

Commit 59e9c18

Browse files
committed
Auto-generated commit
1 parent a6198f3 commit 59e9c18

File tree

5 files changed

+24
-5
lines changed

5 files changed

+24
-5
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 12 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-05-26)
7+
## Unreleased (2025-06-20)
88

99
<section class="features">
1010

@@ -16,6 +16,16 @@
1616

1717
<!-- /.features -->
1818

19+
<section class="bug-fixes">
20+
21+
### Bug Fixes
22+
23+
- [`e8d53c1`](https://github.com/stdlib-js/stdlib/commit/e8d53c1ed0a84ef82f9cd4fb6c1791d395cec482) - remove unused eps dependency from beta/variance build task
24+
25+
</section>
26+
27+
<!-- /.bug-fixes -->
28+
1929
<section class="issues">
2030

2131
### Closed Issues
@@ -34,6 +44,7 @@ This release closes the following issue:
3444

3545
<details>
3646

47+
- [`e8d53c1`](https://github.com/stdlib-js/stdlib/commit/e8d53c1ed0a84ef82f9cd4fb6c1791d395cec482) - **fix:** remove unused eps dependency from beta/variance build task _(by Philipp Burckhardt)_
3748
- [`58636bd`](https://github.com/stdlib-js/stdlib/commit/58636bd810b01e44e6b3f5b987bcfc3da3f53d25) - **bench:** update random value generation [(#6813)](https://github.com/stdlib-js/stdlib/pull/6813) _(by Harsh)_
3849
- [`b7ca1bd`](https://github.com/stdlib-js/stdlib/commit/b7ca1bd43ab7777ea30f52b4f1392a78f3ad7b1b) - **docs:** replace manual `for` loop in examples [(#6793)](https://github.com/stdlib-js/stdlib/pull/6793) _(by Harsh)_
3950
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_

CONTRIBUTORS

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
26+
Annamalai Prabu <[email protected]>
2527
Anshu Kumar <[email protected]>
2628
Anshu Kumar <[email protected]>
2729
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2831
Athan Reines <[email protected]>
2932
3033
Bhavishy Agrawal <[email protected]>
@@ -38,6 +41,7 @@ Daniel Killenberger <[email protected]>
3841
Daniel Yu <[email protected]>
3942
Debashis Maharana <[email protected]>
4043
Deep Trivedi <[email protected]>
44+
Deepak Singh <[email protected]>
4145
Desh Deepak Kant <[email protected]>
4246
4347
Dhanyabad behera <[email protected]>
@@ -53,6 +57,7 @@ Frank Kovacs <[email protected]>
5357
GK Bishnoi <[email protected]>
5458
GURU PRASAD SHARMA <[email protected]>
5559
60+
Gautam Kaushik <[email protected]>
5661
Gautam sharma <[email protected]>
5762
Girish Garg <[email protected]>
5863
Golden Kumar <[email protected]>
@@ -80,6 +85,7 @@ Joris Labie <[email protected]>
8085
Justin Dennison <[email protected]>
8186
Justyn Shelby <[email protected]>
8287
Karan Anand <[email protected]>
88+
Karan Vasudevamurthy <[email protected]>
8389
Karan Yadav <[email protected]>
8490
Karthik Prakash <[email protected]>
8591
Kaushikgtm <[email protected]>
@@ -89,6 +95,7 @@ Krishnam Agarwal <[email protected]>
8995
Krishnendu Das <[email protected]>
9096
Kshitij-Dale <[email protected]>
9197
Lalit Narayan Yadav <[email protected]>
98+
Lokesh Ranjan <[email protected]>
9299
Lovelin Dhoni J B <[email protected]>
93100
94101
Mahfuza Humayra Mohona <[email protected]>
@@ -117,6 +124,7 @@ Ognjen Jevremović <[email protected]>
117124
Oneday12323 <[email protected]>
118125
Ori Miles <[email protected]>
119126
Philipp Burckhardt <[email protected]>
127+
Pierre Forstmann <[email protected]>
120128
Prajjwal Bajpai <[email protected]>
121129
Prajwal Kulkarni <[email protected]>
122130
Pranav Goswami <[email protected]>
@@ -172,7 +180,9 @@ Tanishq Ahuja <[email protected]>
172180
Tirtadwipa Manunggal <[email protected]>
173181
Tudor Pagu <[email protected]>
174182
Tufailahmed Bargir <[email protected]>
183+
Tushar Bhardwaj <[email protected]>
175184
Uday Kakade <[email protected]>
185+
Ujjwal Kirti <[email protected]>
176186
Utkarsh <http://[email protected]>
177187
Utkarsh Raj <[email protected]>
178188
UtkershBasnet <[email protected]>

manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,7 @@
3838
"libraries": [],
3939
"libpath": [],
4040
"dependencies": [
41-
"@stdlib/math-base-napi-binary",
42-
"@stdlib/constants-float64-eps"
41+
"@stdlib/math-base-napi-binary"
4342
]
4443
},
4544
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@
4040
"url": "https://github.com/stdlib-js/stdlib/issues"
4141
},
4242
"dependencies": {
43-
"@stdlib/constants-float64-eps": "^0.2.2",
4443
"@stdlib/math-base-napi-binary": "^0.3.0",
4544
"@stdlib/utils-library-manifest": "^0.2.2"
4645
},
4746
"devDependencies": {
4847
"@stdlib/console-log-each-map": "github:stdlib-js/console-log-each-map#main",
48+
"@stdlib/constants-float64-eps": "^0.2.2",
4949
"@stdlib/constants-float64-ninf": "^0.2.2",
5050
"@stdlib/constants-float64-pinf": "^0.2.2",
5151
"@stdlib/math-base-assert-is-nan": "^0.2.2",

0 commit comments

Comments
 (0)