File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-03-25 )
7+ ## Unreleased (2025-04-01 )
88
99<section class =" commits " >
1010
1111### Commits
1212
1313<details >
1414
15+ - [ ` a1e230f ` ] ( https://github.com/stdlib-js/stdlib/commit/a1e230f29297caa89880e9c194c615a0400fb7bc ) - ** chore:** clean up cppcheck-suppress comments _ (by Karan Anand)_
1516- [ ` 2e1dd43 ` ] ( https://github.com/stdlib-js/stdlib/commit/2e1dd438de6a412fcb94d486933a61709fd250ab ) - ** chore:** replace manual ` for ` loop in examples [ (#6351 )] ( https://github.com/stdlib-js/stdlib/pull/6351 ) _ (by Harsh)_
1617- [ ` e0d7522 ` ] ( https://github.com/stdlib-js/stdlib/commit/e0d7522fc5f65cbb7e949eeed509a45b208008ec ) - ** bench:** update random value generation [ (#6327 )] ( https://github.com/stdlib-js/stdlib/pull/6327 ) _ (by Harsh, Athan Reines)_
1718- [ ` ff25e13 ` ] ( https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6 ) - ** docs:** remove excess whitespace _ (by Philipp Burckhardt)_
2829
2930### Contributors
3031
31- A total of 3 people contributed to this release. Thank you to the following contributors:
32+ A total of 4 people contributed to this release. Thank you to the following contributors:
3233
3334- Athan Reines
3435- Harsh
36+ - Karan Anand
3537- Philipp Burckhardt
3638
3739</section >
Original file line number Diff line number Diff line change @@ -130,7 +130,10 @@ Rutam Kathale <138517416+performant23@users.noreply.github.com>
130130Ruthwik Chikoti <145591715+ruthwikchikoti@users.noreply.github.com>
131131Ryan Seal <splrk@users.noreply.github.com>
132132Rylan Yang <137365285+rylany27@users.noreply.github.com>
133+ SAHIL KUMAR <168997976+sahilk45@users.noreply.github.com>
133134SHIVAM 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>
134137Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
135138Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
136139Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
@@ -168,6 +171,7 @@ Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
168171ditsu <170345142+ditsus@users.noreply.github.com>
169172ekambains <bainsinbusiness@gmail.com>
170173fadiothman22 <48636283+fadiothman22@users.noreply.github.com>
174+ lohithganni <116790357+lohithganni@users.noreply.github.com>
171175olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
172176pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
173177rahulrangers <127782777+rahulrangers@users.noreply.github.com>
Original file line number Diff line number Diff line change 1919#include "stdlib/math/base/special/erfcinv.h"
2020#include "stdlib/math/base/napi/unary.h"
2121
22- // cppcheck-suppress shadowFunction
2322STDLIB_MATH_BASE_NAPI_MODULE_D_D ( stdlib_base_erfcinv )
You can’t perform that action at this time.
0 commit comments