Skip to content

Commit 5c0b57c

Browse files
committed
Auto-generated commit
1 parent 07a47ca commit 5c0b57c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-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-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)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ Naveen Kumar <stupiddint@gmail.com>
106106
Neeraj Pathak <neerajrpathak710@gmail.com>
107107
NirvedMishra <139633597+NirvedMishra@users.noreply.github.com>
108108
Nishant Shinde <97207366+nishant-s7@users.noreply.github.com>
109+
Nishant singh <38534128+Nishantsingh11@users.noreply.github.com>
109110
Nishchay Rajput <121144841+NishchayRajput@users.noreply.github.com>
110111
Nithin Katta <88046362+nithinkatta@users.noreply.github.com>
111112
Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>

base/unary-reduce-strided1d/lib/main.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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' );

0 commit comments

Comments
 (0)