Skip to content

Commit 1fc99f2

Browse files
committed
Auto-generated commit
1 parent f6062e9 commit 1fc99f2

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -660,6 +660,7 @@ A total of 37 issues were closed in this release:
660660

661661
<details>
662662

663+
- [`345c740`](https://github.com/stdlib-js/stdlib/commit/345c7404530f8c5ba7215bfe6e25cc5e4a0af640) - **docs:** improve doctests for ndarray instances in `ndarray/count-falsy` [(#9377)](https://github.com/stdlib-js/stdlib/pull/9377) _(by kaushal-kumar-it)_
663664
- [`daf2cc8`](https://github.com/stdlib-js/stdlib/commit/daf2cc847c77117f4c5ae4e5e99ae224bb592edc) - **refactor:** add writable parameter to `ndarray/base/spread-dimensions` [(#9370)](https://github.com/stdlib-js/stdlib/pull/9370) _(by Muhammad Haris, Athan Reines)_
664665
- [`48c3c32`](https://github.com/stdlib-js/stdlib/commit/48c3c32ed78e8cad7b2719f2b2a0328a66e1c9e3) - **feat:** add `ndarray/unshift` [(#9066)](https://github.com/stdlib-js/stdlib/pull/9066) _(by Muhammad Haris, Athan Reines)_
665666
- [`413ac14`](https://github.com/stdlib-js/stdlib/commit/413ac146c9b1f2552d44aec272a7d899122b6210) - **docs:** update examples [(#9358)](https://github.com/stdlib-js/stdlib/pull/9358) _(by stdlib-bot)_

count-falsy/docs/repl.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@
2929
--------
3030
> var x = {{alias:@stdlib/ndarray/array}}( [ [ 1.0, 1.0 ], [ 0.0, 1.0 ] ] );
3131
> var y = {{alias}}( x )
32-
<ndarray>
33-
> y.get()
34-
1
32+
<ndarray>[ 1 ]
3533
> y = {{alias}}( x, { 'keepdims': true } )
3634
<ndarray>[ [ 1 ] ]
3735

0 commit comments

Comments
 (0)