Skip to content

Commit accb486

Browse files
committed
Auto-generated commit
1 parent 461bbf5 commit accb486

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`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)_
3536
- [`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)_
3637
- [`46d9a44`](https://github.com/stdlib-js/stdlib/commit/46d9a441ddf70ca13ac2a8d61cf54c628876e537) - **docs:** improve doctests for ndarray instances in `ndarray/count-falsy` _(by Athan Reines)_
3738
- [`67f4feb`](https://github.com/stdlib-js/stdlib/commit/67f4feb3b59fc5466e8302977634d3d5113467a8) - **style:** remove space _(by Athan Reines)_
@@ -51,11 +52,12 @@
5152

5253
### Contributors
5354

54-
A total of 3 people contributed to this release. Thank you to the following contributors:
55+
A total of 4 people contributed to this release. Thank you to the following contributors:
5556

5657
- Athan Reines
5758
- Muhammad Haris
5859
- Philipp Burckhardt
60+
- kaushal-kumar-it
5961

6062
</section>
6163

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)