File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -906,7 +906,9 @@ A total of 49 issues were closed in this release:
906906
907907<details>
908908
909+ - [`987f182`](https://github.com/stdlib-js/stdlib/commit/987f182e475a79dd64b586a5b12af84517238f00) - **docs:** fix heading and disable lint rule [(#11840)](https://github.com/stdlib-js/stdlib/pull/11840) _(by Philipp Burckhardt)_
909910- [`4357292`](https://github.com/stdlib-js/stdlib/commit/4357292825d418623c6f92aefc406a854a13fec6) - **docs:** update namespace table of contents [(#11887)](https://github.com/stdlib-js/stdlib/pull/11887) _(by stdlib-bot)_
911+ - [`7efd598`](https://github.com/stdlib-js/stdlib/commit/7efd598cbd3b40c453e2bcd27ebf142753058547) - **docs:** update ToC _(by Athan Reines)_
910912- [`dabdc73`](https://github.com/stdlib-js/stdlib/commit/dabdc73cf7df57d6840f5576b801755cb84497f0) - **docs:** update examples _(by Athan Reines)_
911913- [`7c54f16`](https://github.com/stdlib-js/stdlib/commit/7c54f16e5ad8e3bb02fef147a07faf04e4d56e40) - **feat:** add `toRot180` and `toRotl90` to namespace _(by Athan Reines)_
912914- [`e34b36c`](https://github.com/stdlib-js/stdlib/commit/e34b36cdedc2287b3eff185f30986cb65bfd6ca5) - **docs:** update namespace table of contents [(#11855)](https://github.com/stdlib-js/stdlib/pull/11855) _(by stdlib-bot, Philipp Burckhardt)_
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ The namespace exports the following functions to create multidimensional arrays:
102102
103103The namespace exports the following functions to manipulate multidimensional arrays:
104104
105- <!-- <toc pattern="+(broadcast-array|broadcast-arrays|broadcast-scalar|broadcast-scalar-like|colcat|concat|concat1d|fill|fill-by|fill-slice|flatten|flatten-by|flatten-from|flatten-from-by|flip|fliplr|flipud|hconcat|map|maybe-broadcast-array|maybe-broadcast-arrays|pop|prepend-singleton-dimensions|push|remove-singleton-dimensions|reverse|reverse-dimension|rot90|rotr90|rowcat|shift|slice|slice-assign|slice-dimension|slice-dimension-from|slice-dimension-to|slice-from|slice-to|spread-dimensions|to-flippedlr|to-flippedud|to-reversed|to-reversed-dimension|unshift|vconcat|with)"> -->
105+ <!-- <toc pattern="+(broadcast-array|broadcast-arrays|broadcast-scalar|broadcast-scalar-like|colcat|concat|concat1d|fill|fill-by|fill-slice|flatten|flatten-by|flatten-from|flatten-from-by|flip|fliplr|flipud|hconcat|map|maybe-broadcast-array|maybe-broadcast-arrays|pop|prepend-singleton-dimensions|push|remove-singleton-dimensions|reverse|reverse-dimension|rot90|rot180|rotl90| rotr90|rowcat|shift|slice|slice-assign|slice-dimension|slice-dimension-from|slice-dimension-to|slice-from|slice-to|spread-dimensions|to-flippedlr|to-flippedud|to-reversed|to-reversed-dimension|to-rot90|to-rot180|to-rotl90|to-rotr90 |unshift|vconcat|with)"> -->
106106
107107<div class =" namespace-toc " >
108108
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ limitations under the License.
1818
1919-->
2020
21- # reinterpret
21+ # reinterpretComplex
2222
2323> Reinterpret a complex-valued floating-point [ ndarray] [ @stdlib/ndarray/base/ctor ] as a real-valued floating-point [ ndarray] [ @stdlib/ndarray/base/ctor ] having the same precision.
2424
You can’t perform that action at this time.
0 commit comments