Skip to content

Commit 4119e2c

Browse files
committed
Auto-generated commit
1 parent 9f2ac9f commit 4119e2c

3 files changed

Lines changed: 5 additions & 2 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-03-28)
7+
## Unreleased (2025-04-01)
88

99
<section class="issues">
1010

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

2525
<details>
2626

27+
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
2728
- [`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)_
2829
- [`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)_
2930
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Ryan Seal <splrk@users.noreply.github.com>
132132
Rylan Yang <137365285+rylany27@users.noreply.github.com>
133133
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
134134
SHIVAM YADAV <120725381+Shivam-1827@users.noreply.github.com>
135+
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
136+
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
135137
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
136138
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
137139
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
@@ -169,6 +171,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
169171
ditsu <170345142+ditsus@users.noreply.github.com>
170172
ekambains <bainsinbusiness@gmail.com>
171173
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
174+
lohithganni <116790357+lohithganni@users.noreply.github.com>
172175
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
173176
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
174177
rahulrangers <127782777+rahulrangers@users.noreply.github.com>

src/addon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,4 @@
1919
#include "stdlib/math/base/special/kronecker_delta.h"
2020
#include "stdlib/math/base/napi/binary.h"
2121

22-
// cppcheck-suppress shadowFunction
2322
STDLIB_MATH_BASE_NAPI_MODULE_DD_D( stdlib_base_kronecker_delta )

0 commit comments

Comments
 (0)