Skip to content

Commit 52fbacc

Browse files
committed
Auto-generated commit
1 parent 230a767 commit 52fbacc

4 files changed

Lines changed: 18 additions & 3 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2025-06-30)
7+
## Unreleased (2025-07-05)
8+
9+
<section class="issues">
10+
11+
### Closed Issues
12+
13+
This release closes the following issue:
14+
15+
[#7561](https://github.com/stdlib-js/stdlib/issues/7561)
16+
17+
</section>
18+
19+
<!-- /.issues -->
820

921
<section class="commits">
1022

1123
### Commits
1224

1325
<details>
1426

27+
- [`eaefc47`](https://github.com/stdlib-js/stdlib/commit/eaefc4753cd023d939761614cf95d7e0b2ecc03d) - **chore:** fix C lint errors [(#7562)](https://github.com/stdlib-js/stdlib/pull/7562) _(by zhanggy)_
1528
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_
1629
- [`2777e4b`](https://github.com/stdlib-js/stdlib/commit/2777e4be161869d09406e3b17947d24c64b47af2) - **bench:** resolve lint errors in benchmarks _(by Athan Reines)_
1730

@@ -25,10 +38,11 @@
2538

2639
### Contributors
2740

28-
A total of 2 people contributed to this release. Thank you to the following contributors:
41+
A total of 3 people contributed to this release. Thank you to the following contributors:
2942

3043
- Athan Reines
3144
- Philipp Burckhardt
45+
- zhanggy
3246

3347
</section>
3448

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
198198
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
199199
Yugal Kaushik <yugalkaushik14@gmail.com>
200200
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
201+
deepak427 <62477872+deepak427@users.noreply.github.com>
201202
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
202203
ditsu <170345142+ditsus@users.noreply.github.com>
203204
ekambains <bainsinbusiness@gmail.com>

benchmark/c/benchmark.length.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ static double benchmark( int iterations, int len ) {
125125
}
126126
t = tic();
127127
for ( i = 0; i < iterations; i++ ) {
128+
// cppcheck-suppress uninitvar
128129
stdlib_strided_dsqrt( len, x, 1, y, 1 );
129130
if ( y[ 0 ] != y[ 0 ] ) {
130131
printf( "should not return NaN\n" );

0 commit comments

Comments
 (0)