File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
base/unary-reduce-strided1d/lib Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55<section class="release" id="unreleased">
66
7- ## Unreleased (2025-04-19 )
7+ ## Unreleased (2025-04-21 )
88
99<section class="packages">
1010
@@ -1587,6 +1587,7 @@ A total of 13 people contributed to this release. Thank you to the following con
15871587
15881588<details>
15891589
1590+ - [`6223529`](https://github.com/stdlib-js/stdlib/commit/62235292bcb59d6ee9a1af4418aec6afee619f6d) - **docs:** remove unused import in example _(by Athan Reines)_
15901591- [`00450cc`](https://github.com/stdlib-js/stdlib/commit/00450cc5a91760e1d2aba09bb942bb0a84bc9157) - **feat:** add `ndarray/base/every-by` [(#6667)](https://github.com/stdlib-js/stdlib/pull/6667) _(by Muhammad Haris, Athan Reines)_
15911592- [`f7bb91c`](https://github.com/stdlib-js/stdlib/commit/f7bb91c2aa3b31c86ddd57cfd3396632c78d42c0) - **fix:** ensure support for zero-dimensional shapes _(by Athan Reines)_
15921593- [`046926b`](https://github.com/stdlib-js/stdlib/commit/046926b9a0ad4643802944ef110b1cfe1eb488c9) - **fix:** ensure support for zero-dimensional shapes _(by Athan Reines)_
Original file line number Diff line number Diff line change @@ -106,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
106106Neeraj Pathak <neerajrpathak710@gmail.com>
107107NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
108108Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+ Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
109110Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
110111Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
111112Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
Original file line number Diff line number Diff line change @@ -202,7 +202,6 @@ var MAX_DIMS = UNARY.length - 1;
202202*
203203* @example
204204* var Float64Array = require( '@stdlib/array/float64' );
205- * var ndarray2array = require( '@stdlib/ndarray/base/to-array' );
206205* var getStride = require( '@stdlib/ndarray/base/stride' );
207206* var getOffset = require( '@stdlib/ndarray/base/offset' );
208207* var getData = require( '@stdlib/ndarray/base/data-buffer' );
You can’t perform that action at this time.
0 commit comments