File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 22
33> Package changelog.
44
5+ <section class =" release " id =" unreleased " >
6+
7+ ## Unreleased (2026-04-10)
8+
9+ <section class =" issues " >
10+
11+ ### Closed Issues
12+
13+ This release closes the following issue:
14+
15+ [ #11347 ] ( https://github.com/stdlib-js/stdlib/issues/11347 )
16+
17+ </section >
18+
19+ <!-- /.issues -->
20+
21+ <section class =" commits " >
22+
23+ ### Commits
24+
25+ <details >
26+
27+ - [ ` d6065f1 ` ] ( https://github.com/stdlib-js/stdlib/commit/d6065f1af58925d59d168fe786ccdb2ccf3a8df0 ) - ** chore:** fix C lint errors [ (#11348 )] ( https://github.com/stdlib-js/stdlib/pull/11348 ) _ (by Guneet Gill, Athan Reines)_
28+
29+ </details >
30+
31+ </section >
32+
33+ <!-- /.commits -->
34+
35+ <section class =" contributors " >
36+
37+ ### Contributors
38+
39+ A total of 2 people contributed to this release. Thank you to the following contributors:
40+
41+ - Athan Reines
42+ - Guneet Gill
43+
44+ </section >
45+
46+ <!-- /.contributors -->
47+
48+ </section >
49+
50+ <!-- /.release -->
51+
552<section class =" release " id =" v0.1.1 " >
653
754## 0.1.1 (2026-02-08)
Original file line number Diff line number Diff line change @@ -228,11 +228,11 @@ int8_t stdlib_ndarray_unary_accumulate_dispatch( const struct ndarrayUnaryAccumu
228228 struct ndarray * x1 ;
229229 struct ndarray * x2 ;
230230 struct ndarray * x3 ;
231+ const int64_t * s1 ;
231232 int8_t status ;
232233 int64_t ndims ;
233234 int64_t mab1 ;
234235 int64_t mib1 ;
235- int64_t * s1 ;
236236 int64_t len ;
237237 int64_t bp1 ;
238238 int8_t io1 ;
You can’t perform that action at this time.
0 commit comments