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 <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
26+
Annamalai Prabu <[email protected]>
2527
Anshu Kumar <[email protected]>
2628
Anshu Kumar <[email protected]>
2729
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2831
Athan Reines <[email protected]>
2932
3033
Bhavishy Agrawal <[email protected]>
@@ -92,6 +95,7 @@ Krishnam Agarwal <[email protected]>
9295
Krishnendu Das <[email protected]>
9396
Kshitij-Dale <[email protected]>
9497
Lalit Narayan Yadav <[email protected]>
98+
Lokesh Ranjan <[email protected]>
9599
Lovelin Dhoni J B <[email protected]>
96100
97101
Mahfuza Humayra Mohona <[email protected]>
@@ -120,6 +124,7 @@ Ognjen Jevremović <[email protected]>
120124
Oneday12323 <[email protected]>
121125
Ori Miles <[email protected]>
122126
Philipp Burckhardt <[email protected]>
127+
Pierre Forstmann <[email protected]>
123128
Prajjwal Bajpai <[email protected]>
124129
Prajwal Kulkarni <[email protected]>
125130
Pranav Goswami <[email protected]>

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)