Skip to content

Commit 3619be2

Browse files
committed
Auto-generated commit
1 parent 8623be8 commit 3619be2

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
- [`c122b62`](https://github.com/stdlib-js/stdlib/commit/c122b62161a7a9ce7d06562e1083518d7c8130fe) - **bench:** update random value generation [(#5341)](https://github.com/stdlib-js/stdlib/pull/5341) _(by Karan Anand)_
2728
- [`6a0d6b8`](https://github.com/stdlib-js/stdlib/commit/6a0d6b861f8e2079a501ca4e46a9175440eedb46) - **style:** update to use tabs for indentation _(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 <jain.aadishj@gmail.com>
6+
Aarya Balwadkar <142713127+AaryaBalwadkar@users.noreply.github.com>
67
Aayush Khanna <aayushiitbhu23@gmail.com>
78
Abdelrahman Samir <60700731+abdelrahman04@users.noreply.github.com>
89
Abdul Kaium <97376242+impawstarlight@users.noreply.github.com>
@@ -77,6 +78,7 @@ Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
7778
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
7879
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
7980
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>
81+
Kavyansh-Bagdi <153486713+Kavyansh-Bagdi@users.noreply.github.com>
8082
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
8183
Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
8284
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -104,6 +106,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
104106
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
105107
Ori Miles <97595296+orimiles5@users.noreply.github.com>
106108
Philipp Burckhardt <pburckhardt@outlook.com>
109+
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
107110
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
108111
Pranav Goswami <pranavchiku11@gmail.com>
109112
Pranjal Jha <97080887+PraneGIT@users.noreply.github.com>
@@ -127,7 +130,10 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
127130
Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
128131
Ryan Seal <splrk@users.noreply.github.com>
129132
Rylan Yang <137365285+rylany27@users.noreply.github.com>
133+
SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
130134
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>
131137
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
132138
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
133139
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
@@ -165,6 +171,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
165171
ditsu <170345142+ditsus@users.noreply.github.com>
166172
ekambains <bainsinbusiness@gmail.com>
167173
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
174+
lohithganni <116790357+lohithganni@users.noreply.github.com>
168175
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
169176
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
170177
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/acoth.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

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

0 commit comments

Comments
 (0)