Skip to content

Commit a7d9bce

Browse files
committed
Auto-generated commit
1 parent 6e73c2b commit a7d9bce

File tree

4 files changed

+44
-40
lines changed

4 files changed

+44
-40
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@
3737

3838
<details>
3939

40+
- [`e091542`](https://github.com/stdlib-js/stdlib/commit/e091542b1f458f3dfb68bdae82314930575404c7) - **docs:** update example _(by Athan Reines)_
41+
- [`7378ba6`](https://github.com/stdlib-js/stdlib/commit/7378ba6e3b77e50e90d4ea34cfecc263fdf8e65c) - **test:** use assertion utility _(by Athan Reines)_
4042
- [`e33ce98`](https://github.com/stdlib-js/stdlib/commit/e33ce98738a5fb62a81d17dbcd8b1b2606c6f208) - **fix:** enforce mostly-safe casting _(by Athan Reines)_
4143
- [`6c6b466`](https://github.com/stdlib-js/stdlib/commit/6c6b466ce5d2dff9110a56322009f3d7f1944f8b) - **refactor:** use base constructor _(by Athan Reines)_
4244
- [`9889c81`](https://github.com/stdlib-js/stdlib/commit/9889c81a20c4f0d6115dcf2f65a1bf9f1072cf26) - **refactor:** remove unnecessary variable _(by Athan Reines)_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ var y = flatten( x, {
158158
});
159159
// returns <ndarray>
160160

161-
var dt = dtype( y );
161+
var dt = String( dtype( y ) );
162162
// returns 'float32'
163163

164164
var arr = ndarray2array( y );

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
"@stdlib/assert-is-same-float32array": "^0.2.2",
6565
"@stdlib/assert-is-same-float64array": "^0.2.2",
6666
"@stdlib/ndarray-array": "^0.2.1",
67+
"@stdlib/ndarray-base-assert-is-equal-data-type": "github:stdlib-js/ndarray-base-assert-is-equal-data-type#main",
6768
"@stdlib/ndarray-base-strides2offset": "^0.2.2",
6869
"@stdlib/ndarray-base-zeros": "^0.3.0",
6970
"@stdlib/ndarray-ctor": "^0.2.2",

0 commit comments

Comments
 (0)