Skip to content

Commit f62178b

Browse files
committed
Auto-generated commit
1 parent faee198 commit f62178b

3 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
- [`bb378ff`](https://github.com/stdlib-js/stdlib/commit/bb378ffa3c07f4acce9504440d26db9d2d97e091) - **docs:** replace manual `for` loop in examples [(#6472)](https://github.com/stdlib-js/stdlib/pull/6472) _(by Harsh)_
2627
- [`2decebf`](https://github.com/stdlib-js/stdlib/commit/2decebfef3381b37b7c84ebe6c4e35792d685e1e) - **chore:** update package meta data [(#6447)](https://github.com/stdlib-js/stdlib/pull/6447) _(by stdlib-bot)_
2728
- [`3a6a913`](https://github.com/stdlib-js/stdlib/commit/3a6a913fe41d3ffbbb4f73837fc6aa8396cdccce) - **bench:** update random value generation [(#6377)](https://github.com/stdlib-js/stdlib/pull/6377) _(by Harsh)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -133,6 +133,7 @@ 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>
135135
Sahil Goyal <87982509+sahil20021008@users.noreply.github.com>
136+
Sai Avinash <120403424+nasarobot@users.noreply.github.com>
136137
Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
137138
Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
138139
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
@@ -170,6 +171,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
170171
ditsu <170345142+ditsus@users.noreply.github.com>
171172
ekambains <bainsinbusiness@gmail.com>
172173
fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
174+
lohithganni <116790357+lohithganni@users.noreply.github.com>
173175
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
174176
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
175177
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/log2.h"
2020
#include "stdlib/math/base/napi/unary.h"
2121

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

0 commit comments

Comments
 (0)