Skip to content

Commit 62cb579

Browse files
committed
Auto-generated commit
1 parent 5004aa1 commit 62cb579

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

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

99
<section class="reverts">
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
- [`850472b`](https://github.com/stdlib-js/stdlib/commit/850472b35f4cf47cab44047acd94a9120d6d5b77) - **docs:** replace manual `for` loop in examples [(#6182)](https://github.com/stdlib-js/stdlib/pull/6182) _(by Karan Anand)_
2627
- [`c13062e`](https://github.com/stdlib-js/stdlib/commit/c13062e5b90cbe28ec62f0b690211bd14b626cf3) - **style:** update to use tabs for indentation _(by Philipp Burckhardt)_
2728
- [`f13ddb2`](https://github.com/stdlib-js/stdlib/commit/f13ddb2eb01e5520b6fa98634bbf9de76793036f) - **style:** use spaces for alignment in C comments _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
# Contributors listed in alphabetical order.
44

55
Aadish Jain <[email protected]>
6+
Aarya Balwadkar <[email protected]>
67
Aayush Khanna <[email protected]>
78
Abdelrahman Samir <[email protected]>
89
Abdul Kaium <[email protected]>
@@ -77,6 +78,7 @@ Justyn Shelby <[email protected]>
7778
Karan Anand <[email protected]>
7879
Karthik Prakash <[email protected]>
7980
Kaushikgtm <[email protected]>
81+
Kavyansh-Bagdi <[email protected]>
8082
Kohantika Nath <[email protected]>
8183
Krishnam Agarwal <[email protected]>
8284
Krishnendu Das <[email protected]>
@@ -104,6 +106,7 @@ Ognjen Jevremović <[email protected]>
104106
Oneday12323 <[email protected]>
105107
Ori Miles <[email protected]>
106108
Philipp Burckhardt <[email protected]>
109+
Prajjwal Bajpai <[email protected]>
107110
Prajwal Kulkarni <[email protected]>
108111
Pranav Goswami <[email protected]>
109112
Pranjal Jha <[email protected]>
@@ -127,7 +130,10 @@ Rutam Kathale <[email protected]>
127130
Ruthwik Chikoti <[email protected]>
128131
Ryan Seal <[email protected]>
129132
Rylan Yang <[email protected]>
133+
SAHIL KUMAR <[email protected]>
130134
SHIVAM YADAV <[email protected]>
135+
Sahil Goyal <[email protected]>
136+
Sai Avinash <[email protected]>
131137
Sai Srikar Dumpeti <[email protected]>
132138
Sanchay Ketan Sinha <[email protected]>
133139
Sarthak Paandey <[email protected]>
@@ -165,6 +171,7 @@ Yuvi Mittal <[email protected]>
165171
166172
ekambains <[email protected]>
167173
fadiothman22 <[email protected]>
174+
lohithganni <[email protected]>
168175
olenkabilonizhka <[email protected]>
169176
pranav-1720 <[email protected]>
170177
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/math/base/special/avercos.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

22-
// cppcheck-suppress shadowFunction
2322
STDLIB_MATH_BASE_NAPI_MODULE_D_D( stdlib_base_avercos )

0 commit comments

Comments
 (0)