Skip to content

Commit 4cde6f3

Browse files
committed
Auto-generated commit
1 parent b53ff68 commit 4cde6f3

File tree

4 files changed

+50
-3
lines changed

4 files changed

+50
-3
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-04-19)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3275ec2`](https://github.com/stdlib-js/stdlib/commit/3275ec2fd4cadcb50d5191fda88ffa78fbf3b831) - **chore:** update test messages in `constants/float64` [(#6728)](https://github.com/stdlib-js/stdlib/pull/6728) _(by Harsh)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Harsh
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-27)

CONTRIBUTORS

+15-1
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,15 @@ Dev Goel <[email protected]>
4343
Dhanyabad behera <[email protected]>
4444
Dhruv Arvind Singh <[email protected]>
4545
Dhruvil Mehta <[email protected]>
46+
Dipjyoti Das <[email protected]>
4647
Divyansh Seth <[email protected]>
4748
Dominic Lim <[email protected]>
4849
Dominik Moritz <[email protected]>
4950
Dorrin Sotoudeh <[email protected]>
5051
EuniceSim142 <[email protected]>
5152
Frank Kovacs <[email protected]>
5253
GK Bishnoi <[email protected]>
54+
GURU PRASAD SHARMA <[email protected]>
5355
5456
Gautam sharma <[email protected]>
5557
Golden Kumar <[email protected]>
@@ -75,7 +77,8 @@ Jordan Gallivan <[email protected]>
7577
Joris Labie <[email protected]>
7678
Justin Dennison <[email protected]>
7779
Justyn Shelby <[email protected]>
78-
Karan Anand <[email protected]>
80+
Karan Anand <[email protected]>
81+
Karan Yadav <[email protected]>
7982
Karthik Prakash <[email protected]>
8083
Kaushikgtm <[email protected]>
8184
Kavyansh-Bagdi <[email protected]>
@@ -85,6 +88,7 @@ Krishnendu Das <[email protected]>
8588
Kshitij-Dale <[email protected]>
8689
Lovelin Dhoni J B <[email protected]>
8790
91+
Mahfuza Humayra Mohona <[email protected]>
8892
Manik Sharma <[email protected]>
8993
Manvith M <[email protected]>
9094
Marcus Fantham <[email protected]>
@@ -95,9 +99,12 @@ Mohammad Bin Aftab <[email protected]>
9599
Mohammad Kaif <[email protected]>
96100
Momtchil Momtchev <[email protected]>
97101
Muhammad Haris <[email protected]>
102+
Muhammad Taaha Tariq <[email protected]>
103+
Muhmmad Saad <[email protected]>
98104
Naresh Jagadeesan <[email protected]>
99105
Naveen Kumar <[email protected]>
100106
Neeraj Pathak <[email protected]>
107+
NirvedMishra <[email protected]>
101108
Nishant Shinde <[email protected]>
102109
Nishchay Rajput <[email protected]>
103110
Nithin Katta <[email protected]>
@@ -111,8 +118,10 @@ Prajwal Kulkarni <[email protected]>
111118
Pranav Goswami <[email protected]>
112119
Pranjal Jha <[email protected]>
113120
Prashant Kumar Yadav <[email protected]>
121+
PrathamBhamare <[email protected]>
114122
Pratik Singh <[email protected]>
115123
Pratyush Kumar Chouhan <[email protected]>
124+
Pravesh Kunwar <[email protected]>
116125
Priyansh Prajapati <[email protected]>
117126
Priyanshu Agarwal <[email protected]>
118127
Pulkit Gupta <[email protected]>
@@ -126,12 +135,15 @@ Rishav <[email protected]>
126135
Rishav Tarway <[email protected]>
127136
Robert Gislason <[email protected]>
128137
Roman Stetsyk <[email protected]>
138+
129139
Rutam Kathale <[email protected]>
130140
Ruthwik Chikoti <[email protected]>
131141
Ryan Seal <[email protected]>
132142
Rylan Yang <[email protected]>
133143
SAHIL KUMAR <[email protected]>
134144
SHIVAM YADAV <[email protected]>
145+
Sahil Goyal <[email protected]>
146+
Sai Avinash <[email protected]>
135147
Sai Srikar Dumpeti <[email protected]>
136148
Sanchay Ketan Sinha <[email protected]>
137149
Sarthak Paandey <[email protected]>
@@ -169,6 +181,8 @@ Yuvi Mittal <[email protected]>
169181
170182
ekambains <[email protected]>
171183
fadiothman22 <[email protected]>
184+
iraandrushko <[email protected]>
185+
lohithganni <[email protected]>
172186
olenkabilonizhka <[email protected]>
173187
pranav-1720 <[email protected]>
174188
rahulrangers <[email protected]>

test/test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ tape( 'main export is a number', function test( t ) {
3333
});
3434

3535
tape( 'export is a double-precision floating-point number equal to 7.85398163397448309616e-1', function test( t ) {
36-
t.equal( FOURTH_PI, 7.85398163397448309616e-1, 'equals 7.85398163397448309616e-1' );
36+
t.equal( FOURTH_PI, 7.85398163397448309616e-1, 'returns expected value' );
3737
t.end();
3838
});

0 commit comments

Comments
 (0)