File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 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 (2024-12-13 )
7+ ## Unreleased (2024-12-14 )
88
99<section class =" packages " >
1010
@@ -204,6 +204,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
204204
205205<details >
206206
207+ - [ ` 2d9de13 ` ] ( https://github.com/stdlib-js/stdlib/commit/2d9de13da6f54c36452274c5179e1354c7be3f34 ) - ** docs:** fix description _ (by Athan Reines)_
207208- [ ` 3ea906b ` ] ( https://github.com/stdlib-js/stdlib/commit/3ea906bb64f93b4d323bc91f99a176d2729a2cc9 ) - ** feat:** add ` ndarray/map ` [ (#3314 )] ( https://github.com/stdlib-js/stdlib/pull/3314 ) _ (by Muhammad Haris, Athan Reines)_
208209- [ ` cf7d38a ` ] ( https://github.com/stdlib-js/stdlib/commit/cf7d38ae3e7bce92cf47778f7b1c3da731121d77 ) - ** docs:** update related packages sections [ (#3527 )] ( https://github.com/stdlib-js/stdlib/pull/3527 ) _ (by stdlib-bot)_
209210- [ ` bf5643f ` ] ( https://github.com/stdlib-js/stdlib/commit/bf5643fb1a3f32a60903d8e210f71571e609119f ) - ** docs:** update related packages sections [ (#3404 )] ( https://github.com/stdlib-js/stdlib/pull/3404 ) _ (by stdlib-bot)_
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ var format = require( '@stdlib/string/format' );
3939* @param {string } [options.dtype] - output array data type
4040* @param {Callback } fcn - callback function
4141* @param {* } [thisArg] - callback execution context
42- * @throws {TypeError } first argument must have a recognized data type
42+ * @throws {TypeError } first argument must be an ndarray-like object
4343* @throws {TypeError } callback argument must be a function
4444* @throws {TypeError } options argument must be an object
4545* @returns {ndarray } output ndarray
You can’t perform that action at this time.
0 commit comments