Skip to content

Commit 16e8d44

Browse files
committed
Auto-generated commit
1 parent fd0d584 commit 16e8d44

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-05-18)
7+
## Unreleased (2025-05-21)
88

99
<section class="issues">
1010

1111
### Closed Issues
1212

13-
This release closes the following issue:
13+
A total of 2 issues were closed in this release:
1414

15-
[#6994](https://github.com/stdlib-js/stdlib/issues/6994)
15+
[#6994](https://github.com/stdlib-js/stdlib/issues/6994), [#7004](https://github.com/stdlib-js/stdlib/issues/7004)
1616

1717
</section>
1818

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

2525
<details>
2626

27+
- [`295552a`](https://github.com/stdlib-js/stdlib/commit/295552a680556056d92f9920f69c402bd779d533) - **chore:** fix C lint errors [(#7052)](https://github.com/stdlib-js/stdlib/pull/7052) _(by zhanggy)_
2728
- [`b480ff0`](https://github.com/stdlib-js/stdlib/commit/b480ff02ebf1d1f334d49172358c86e8bca5fbc3) - **chore:** fix C lint errors [(#7012)](https://github.com/stdlib-js/stdlib/pull/7012) _(by zhanggy)_
2829
- [`4df836a`](https://github.com/stdlib-js/stdlib/commit/4df836acfee5e6f359fc5d15a31ee9f6ef4237f0) - **refactor:** update paths _(by Aayush Khanna)_
2930
- [`49878d2`](https://github.com/stdlib-js/stdlib/commit/49878d2f175bf20a1afa08e9f0a9e3fd541c5a33) - **refactor:** update `stats/base/dmeanstdevpn` native addon from C++ to C [(#4647)](https://github.com/stdlib-js/stdlib/pull/4647) _(by Dhruv Arvind Singh)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,7 @@ Ryan Seal <splrk@users.noreply.github.com>
146146
Rylan Yang <137365285+rylany27@users.noreply.github.com>
147147
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
148148
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
149+
Sachin Raj <120590207+schnrj@users.noreply.github.com>
149150
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
150151
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
151152
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
@@ -170,6 +171,7 @@ Tanishq Ahuja <68651083+TheGEN1U5@users.noreply.github.com>
170171
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
171172
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
172173
Tufailahmed Bargir <142114244+Tufailahmed-Bargir@users.noreply.github.com>
174+
Uday Kakade <141299403+udaykakade25@users.noreply.github.com>
173175
Utkarsh <http://utkarsh11105@gmail.com>
174176
Utkarsh Raj <rajutkarsh2505@gmail.com>
175177
UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>

benchmark/c/benchmark.length.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ static double benchmark( int iterations, int len ) {
109109

110110
t = tic();
111111
for ( i = 0; i < iterations; i++ ) {
112+
// cppcheck-suppress uninitvar
112113
stdlib_strided_dmeanstdevpn( len, 1.0, x, 1, out, 1 );
113114
if ( out[ i%2 ] != out[ i%2 ] ) {
114115
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)