Skip to content

Commit 3a07079

Browse files
committed
Auto-generated commit
1 parent 5e597d7 commit 3a07079

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

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

99
<section class="features">
1010

@@ -46,6 +46,7 @@ This release closes the following issue:
4646

4747
<details>
4848

49+
- [`a1e230f`](https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc) - **chore:** clean up cppcheck-suppress comments _(by Karan Anand)_
4950
- [`42aab9b`](https://github.com/stdlib-js/stdlib/commit/42aab9b7f3e2cb90710712f21c7e4d2b613b6a9d) - **feat:** update `math/base/special/cabsf` to accept stdlib complex numbers [(#3358)](https://github.com/stdlib-js/stdlib/pull/3358) _(by Aayush Khanna, stdlib-bot)_
5051

5152
</details>
@@ -58,9 +59,10 @@ This release closes the following issue:
5859

5960
### Contributors
6061

61-
A total of 1 person contributed to this release. Thank you to this contributor:
62+
A total of 2 people contributed to this release. Thank you to the following contributors:
6263

6364
- Aayush Khanna
65+
- Karan Anand
6466

6567
</section>
6668

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,10 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
130130
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
131131
Ryan Seal <splrk@users.noreply.github.com>
132132
Rylan Yang <137365285+rylany27@users.noreply.github.com>
133+
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
133134
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>
134137
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
135138
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
136139
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
@@ -168,6 +171,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
168171
ditsu <170345142+ditsus@users.noreply.github.com>
169172
ekambains <bainsinbusiness@gmail.com>
170173
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
174+
lohithganni <116790357+lohithganni@users.noreply.github.com>
171175
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
172176
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
173177
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/cabsf.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
// cppcheck-suppress shadowFunction
2322
STDLIB_MATH_BASE_NAPI_MODULE_C_F( stdlib_base_cabsf )

0 commit comments

Comments
 (0)