Skip to content

Commit 198de78

Browse files
committed
Auto-generated commit
1 parent c12197d commit 198de78

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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-06-07)
7+
## Unreleased (2025-06-20)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`5d83a20`](https://github.com/stdlib-js/stdlib/commit/5d83a20bab1fd787ba28f19cb13c20d395398b43) - **style:** remove double empty lines in C files _(by Philipp Burckhardt)_
2526
- [`7457723`](https://github.com/stdlib-js/stdlib/commit/74577238d8a2c72ecd1011dfd54d028034c68531) - **refactor:** rename variable in `blas/ext/base/` [(#7250)](https://github.com/stdlib-js/stdlib/pull/7250) _(by Shabareesh Shetty)_
2627
- [`6560077`](https://github.com/stdlib-js/stdlib/commit/6560077508ae3c79fbe9ba1e2f90ec6f5e610db8) - **feat:** add C `ndarray` API and refactor `blas/ext/base/scusumpw` [(#4814)](https://github.com/stdlib-js/stdlib/pull/4814) _(by Muhammad Haris, Athan Reines)_
2728
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,13 @@ Ali Salesi <ali_sal1381@yahoo.com>
2121
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2222
Aman Bhansali <bhansali.1@iitj.ac.in>
2323
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
24+
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
2425
Amit Jimiwal <amitjimiwal45@gmail.com>
26+
Annamalai Prabu <apfossdev@gmail.com>
2527
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2628
Anshu Kumar <contact.anshukumar@protonmail.com>
2729
Anudeep Sanapala <anudeep0306@gmail.com>
30+
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
2831
Athan Reines <kgryte@gmail.com>
2932
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3033
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
@@ -92,6 +95,7 @@ Krishnam Agarwal <83017176+888krishnam@users.noreply.github.com>
9295
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
9396
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
9497
Lalit Narayan Yadav <162928571+LalitNarayanYadav@users.noreply.github.com>
98+
Lokesh Ranjan <lokesh.ranjan.phe23@itbhu.ac.in>
9599
Lovelin Dhoni J B <100030865+lovelindhoni@users.noreply.github.com>
96100
MANI <77221000+Eternity0207@users.noreply.github.com>
97101
Mahfuza Humayra Mohona <mhmohona@gmail.com>
@@ -120,6 +124,7 @@ Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
120124
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
121125
Ori Miles <97595296+orimiles5@users.noreply.github.com>
122126
Philipp Burckhardt <pburckhardt@outlook.com>
127+
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
123128
Prajjwal Bajpai <142303989+prajjwalbajpai@users.noreply.github.com>
124129
Prajwal Kulkarni <prajwalkulkarni76@gmail.com>
125130
Pranav Goswami <pranavchiku11@gmail.com>

src/addon.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "stdlib/napi/argv_strided_float32array.h"
2626
#include <node_api.h>
2727

28-
2928
/**
3029
* Receives JavaScript callback invocation data.
3130
*

0 commit comments

Comments
 (0)