Skip to content

Commit 6254250

Browse files
committed
Auto-generated commit
1 parent 4119e2c commit 6254250

4 files changed

Lines changed: 19 additions & 12 deletions

File tree

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-04-01)
7+
## Unreleased (2025-04-07)
88

99
<section class="issues">
1010

@@ -24,6 +24,7 @@ This release closes the following issue:
2424

2525
<details>
2626

27+
- [`630ddb7`](https://github.com/stdlib-js/stdlib/commit/630ddb777824b5f6e501fda6dadf4ce41dccb964) - **test:** replace equal with strictEqual _(by Karan Anand)_
2728
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
2829
- [`57efa3d`](https://github.com/stdlib-js/stdlib/commit/57efa3d9de9c4c2f0a94387079e356dad7649a40) - **chore:** rename C files to follow current project conventions [(#6410)](https://github.com/stdlib-js/stdlib/pull/6410) _(by Karan Anand, stdlib-bot)_
2930
- [`6c9505b`](https://github.com/stdlib-js/stdlib/commit/6c9505bc0d1b920718155d7f5118d9b0bd400ff0) - **chore:** fix C lint errors [(#5262)](https://github.com/stdlib-js/stdlib/pull/5262) _(by GK Bishnoi)_

CONTRIBUTORS

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ Dev Goel <135586571+corsairier@users.noreply.github.com>
4343
Dhanyabad behera <110620935+dhanyabad11@users.noreply.github.com>
4444
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
4545
Dhruvil Mehta <68022411+dhruvilmehta@users.noreply.github.com>
46+
Dipjyoti Das <126075231+dipexplorer@users.noreply.github.com>
4647
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
4748
Dominic Lim <46486515+domlimm@users.noreply.github.com>
4849
Dominik Moritz <domoritz@gmail.com>
@@ -75,7 +76,7 @@ Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
7576
Joris Labie <joris.labie1@gmail.com>
7677
Justin Dennison <justin1dennison@gmail.com>
7778
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
78-
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
79+
Karan Anand <anandkarancompsci@gmail.com>
7980
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8081
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
8182
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
@@ -95,9 +96,12 @@ Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
9596
Mohammad Kaif <mdkaifprofession@gmail.com>
9697
Momtchil Momtchev <momtchil@momtchev.com>
9798
Muhammad Haris <harriskhan047@outlook.com>
99+
Muhammad Taaha Tariq <166188821+Taaha-Tariq@users.noreply.github.com>
100+
Muhmmad Saad <106260977+saad-imran-dev@users.noreply.github.com>
98101
Naresh Jagadeesan <naresh.naresh000@gmail.com>
99102
Naveen Kumar <stupiddint@gmail.com>
100103
Neeraj Pathak <neerajrpathak710@gmail.com>
104+
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
101105
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
102106
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
103107
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
@@ -111,6 +115,7 @@ Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
111115
Pranav Goswami <pranavchiku11@gmail.com>
112116
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
113117
Prashant Kumar Yadav <144602492+0PrashantYadav0@users.noreply.github.com>
118+
PrathamBhamare <164445568+PrathamBhamare@users.noreply.github.com>
114119
Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
115120
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
116121
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
@@ -126,6 +131,7 @@ Rishav <115060907+rishav2404@users.noreply.github.com>
126131
Rishav Tarway <rishavtarway@gmail.com>
127132
Robert Gislason <gztown2216@yahoo.com>
128133
Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com>
134+
Rupa <102663541+Rupa-Rd@users.noreply.github.com>
129135
Rutam Kathale <138517416+performant23@users.noreply.github.com>
130136
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
131137
Ryan Seal <splrk@users.noreply.github.com>

test/test.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ tape( 'the function returns `0` if `i` does not equal `j`', function test( t ) {
5151
x += EPS;
5252
}
5353
v = kroneckerDelta( x, y );
54-
t.equal( isPositiveZero( v ), true, 'returns 0 when provided '+x+' and '+y );
54+
t.strictEqual( isPositiveZero( v ), true, 'returns 0 when provided '+x+' and '+y );
5555
}
5656
t.end();
5757
});
@@ -71,7 +71,7 @@ tape( 'the function returns `1` if `i` equals `j`', function test( t ) {
7171
];
7272
for ( i = 0; i < values.length; i++ ) {
7373
v = kroneckerDelta( values[ i ], values[ i ] );
74-
t.equal( v, 1.0, 'returns 1 when provided '+values[i]+' and '+values[i] );
74+
t.strictEqual( v, 1.0, 'returns 1 when provided '+values[i]+' and '+values[i] );
7575
}
7676
t.end();
7777
});
@@ -80,13 +80,13 @@ tape( 'the function returns `NaN` if provided a `NaN`', function test( t ) {
8080
var v;
8181

8282
v = kroneckerDelta( NaN, 0.0 );
83-
t.equal( isnan( v ), true, 'returns NaN' );
83+
t.strictEqual( isnan( v ), true, 'returns NaN' );
8484

8585
v = kroneckerDelta( 0.0, NaN );
86-
t.equal( isnan( v ), true, 'returns NaN' );
86+
t.strictEqual( isnan( v ), true, 'returns NaN' );
8787

8888
v = kroneckerDelta( NaN, NaN );
89-
t.equal( isnan( v ), true, 'returns NaN' );
89+
t.strictEqual( isnan( v ), true, 'returns NaN' );
9090

9191
t.end();
9292
});

test/test.native.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ tape( 'the function returns `0` if `i` does not equal `j`', opts, function test(
6060
x += EPS;
6161
}
6262
v = kroneckerDelta( x, y );
63-
t.equal( isPositiveZero( v ), true, 'returns 0 when provided '+x+' and '+y );
63+
t.strictEqual( isPositiveZero( v ), true, 'returns 0 when provided '+x+' and '+y );
6464
}
6565
t.end();
6666
});
@@ -80,7 +80,7 @@ tape( 'the function returns `1` if `i` equals `j`', opts, function test( t ) {
8080
];
8181
for ( i = 0; i < values.length; i++ ) {
8282
v = kroneckerDelta( values[ i ], values[ i ] );
83-
t.equal( v, 1.0, 'returns 1 when provided '+values[i]+' and '+values[i] );
83+
t.strictEqual( v, 1.0, 'returns 1 when provided '+values[i]+' and '+values[i] );
8484
}
8585
t.end();
8686
});
@@ -89,13 +89,13 @@ tape( 'the function returns `NaN` if provided a `NaN`', opts, function test( t )
8989
var v;
9090

9191
v = kroneckerDelta( NaN, 0.0 );
92-
t.equal( isnan( v ), true, 'returns NaN' );
92+
t.strictEqual( isnan( v ), true, 'returns NaN' );
9393

9494
v = kroneckerDelta( 0.0, NaN );
95-
t.equal( isnan( v ), true, 'returns NaN' );
95+
t.strictEqual( isnan( v ), true, 'returns NaN' );
9696

9797
v = kroneckerDelta( NaN, NaN );
98-
t.equal( isnan( v ), true, 'returns NaN' );
98+
t.strictEqual( isnan( v ), true, 'returns NaN' );
9999

100100
t.end();
101101
});

0 commit comments

Comments
 (0)