File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -873,6 +873,7 @@ A total of 49 issues were closed in this release:
873873
874874<details>
875875
876+ - [`af83cc1`](https://github.com/stdlib-js/stdlib/commit/af83cc1f4e6a4db857eecc946d8b922b9ac15318) - **docs:** update description _(by Athan Reines)_
876877- [`be023a5`](https://github.com/stdlib-js/stdlib/commit/be023a595aa7a1e537c1bf38bcf66a3acb2bdb41) - **feat:** add `ndarray/base/reinterpret-boolean` [(#11707)](https://github.com/stdlib-js/stdlib/pull/11707) _(by Muhammad Haris, Athan Reines)_
877878- [`bf821ca`](https://github.com/stdlib-js/stdlib/commit/bf821ca698340a14342ae1b12b5ea74b339f6adf) - **chore:** propagate recent fixes to sibling packages [(#11696)](https://github.com/stdlib-js/stdlib/pull/11696) _(by Philipp Burckhardt)_
878879- [`c1d72a0`](https://github.com/stdlib-js/stdlib/commit/c1d72a00c3832ccd0c0177649767fa291bc2d67a) - **feat:** add `ndarray/base/reinterpret-complex64` [(#11706)](https://github.com/stdlib-js/stdlib/pull/11706) _(by Muhammad Haris)_
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ var rot90 = require( '@stdlib/ndarray/base/rot90' );
4242
4343#### rot90( x, dims, k, writable )
4444
45- Rotates an ndarray 90 degrees in the plane specified by two dimension indices .
45+ Rotates an ndarray 90 degrees in a specified plane .
4646
4747``` javascript
4848var array = require ( ' @stdlib/ndarray/array' );
You can’t perform that action at this time.
0 commit comments