Skip to content

Commit 7ea145c

Browse files
committed
Auto-generated commit
1 parent 4fd500e commit 7ea145c

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2025-03-31)
7+
## Unreleased (2025-04-01)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
2526
- [`27a5a10`](https://github.com/stdlib-js/stdlib/commit/27a5a100469ef790c3e12d32947f8f299b6b7c15) - **feat:** add `complex/float64/base/neg` _(by Gururaj Gurram)_
2627

2728
</details>
@@ -34,9 +35,10 @@
3435

3536
### Contributors
3637

37-
A total of 1 person contributed to this release. Thank you to this contributor:
38+
A total of 2 people contributed to this release. Thank you to the following contributors:
3839

3940
- Gururaj Gurram
41+
- Karan Anand
4042

4143
</section>
4244

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,8 @@ Ryan Seal <[email protected]>
132132
Rylan Yang <[email protected]>
133133
SAHIL KUMAR <[email protected]>
134134
SHIVAM YADAV <[email protected]>
135+
Sahil Goyal <[email protected]>
136+
Sai Avinash <[email protected]>
135137
Sai Srikar Dumpeti <[email protected]>
136138
Sanchay Ketan Sinha <[email protected]>
137139
Sarthak Paandey <[email protected]>
@@ -169,6 +171,7 @@ Yuvi Mittal <[email protected]>
169171
170172
ekambains <[email protected]>
171173
fadiothman22 <[email protected]>
174+
lohithganni <[email protected]>
172175
olenkabilonizhka <[email protected]>
173176
pranav-1720 <[email protected]>
174177
rahulrangers <[email protected]>

src/addon.c

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

22-
// cppcheck-suppress shadowFunction
2322
STDLIB_MATH_BASE_NAPI_MODULE_Z_Z( stdlib_base_complex128_neg )

0 commit comments

Comments
 (0)