File tree Expand file tree Collapse file tree 4 files changed +44
-40
lines changed Expand file tree Collapse file tree 4 files changed +44
-40
lines changed Original file line number Diff line number Diff line change 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)_
Original file line number Diff line number Diff 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
164164var arr = ndarray2array ( y );
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments