Skip to content

Commit ab091af

Browse files
committed
Auto-generated commit
1 parent c1c92cd commit ab091af

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -518,6 +518,9 @@ A total of 24 issues were closed in this release:
518518

519519
<details>
520520

521+
- [`0b84dbb`](https://github.com/stdlib-js/stdlib/commit/0b84dbba9791d2033079cecb12a33f9e66640e54) - **docs:** update description _(by Athan Reines)_
522+
- [`5ba8e94`](https://github.com/stdlib-js/stdlib/commit/5ba8e94230c744e76b6c13e5d534019bab83591f) - **docs:** update description _(by Athan Reines)_
523+
- [`6e295d6`](https://github.com/stdlib-js/stdlib/commit/6e295d6318d437bd1d139a9ef036195d09562c83) - **docs:** update description _(by Athan Reines)_
521524
- [`ce2a417`](https://github.com/stdlib-js/stdlib/commit/ce2a4171ac366e3023a240d01c154f8e9bfdfa5e) - **feat:** add `ndarray/base/binary-reduce-strided1d-dispatch` [(#7908)](https://github.com/stdlib-js/stdlib/pull/7908) _(by Gururaj Gurram, Athan Reines, stdlib-bot)_
522525
- [`794dcb3`](https://github.com/stdlib-js/stdlib/commit/794dcb39a1a97b958b56f2a56ada615344a0d993) - **docs:** fix examples _(by Athan Reines)_
523526
- [`725ba50`](https://github.com/stdlib-js/stdlib/commit/725ba500a8ac24922b4a764acd65a035a4993032) - **docs:** fix comment _(by Athan Reines)_

base/unary-reduce-strided1d-dispatch-by-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function factory( table, idtypes, odtypes, policies ) {
128128
* @param {string} [options.dtype] - output ndarray data type
129129
* @param {Function} clbk - callback function
130130
* @param {*} [thisArg] - callback function execution context
131-
* @throws {TypeError} first argument must be an ndarray-like object
131+
* @throws {TypeError} first argument must be an ndarray
132132
* @throws {TypeError} options argument must be an object
133133
* @throws {TypeError} callback argument must be a function
134134
* @throws {RangeError} dimension indices must not exceed input ndarray bounds

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ function factory( table, idtypes, odtypes, policies ) {
118118
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform a reduction
119119
* @param {boolean} [options.keepdims=false] - boolean indicating whether the reduced dimensions should be included in the returned ndarray as singleton dimensions
120120
* @param {string} [options.dtype] - output ndarray data type
121-
* @throws {TypeError} first argument must be an ndarray-like object
121+
* @throws {TypeError} first argument must be an ndarray
122122
* @throws {TypeError} options argument must be an object
123123
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
124124
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions

base/unary-strided1d-dispatch-factory/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ function factory( table, idtypes, odtypes, policies, options ) {
128128
* @param {Options} [options] - function options
129129
* @param {IntegerArray} [options.dims] - list of dimensions over which to perform operation
130130
* @param {string} [options.dtype] - output ndarray data type
131-
* @throws {TypeError} first argument must be an ndarray-like object
131+
* @throws {TypeError} first argument must be an ndarray
132132
* @throws {TypeError} options argument must be an object
133133
* @throws {RangeError} dimension indices must not exceed input ndarray bounds
134134
* @throws {RangeError} number of dimension indices must not exceed the number of input ndarray dimensions

0 commit comments

Comments
 (0)