Skip to content

Commit 7d21e99

Browse files
committed
Auto-generated commit
1 parent b68b156 commit 7d21e99

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2026-04-26)
7+
## Unreleased (2026-04-27)
88

99
<section class="features">
1010

@@ -152,6 +152,8 @@ A total of 4 issues were closed in this release:
152152

153153
<details>
154154

155+
- [`d6b1e3d`](https://github.com/stdlib-js/stdlib/commit/d6b1e3d2286c2ca1044ed87317707ae0be54a351) - **docs:** update namespace table of contents [(#11809)](https://github.com/stdlib-js/stdlib/pull/11809) _(by stdlib-bot)_
156+
- [`0dc62ae`](https://github.com/stdlib-js/stdlib/commit/0dc62ae39a4817ff888e9736c3ea599f6beff4e5) - **build:** replace `eslint-plugin-node` with `eslint-plugin-n` [(#10952)](https://github.com/stdlib-js/stdlib/pull/10952) _(by Philipp Burckhardt, Athan Reines)_
155157
- [`3637eb8`](https://github.com/stdlib-js/stdlib/commit/3637eb8e5767a32f8c5c78682fd6c9aebc0a7b09) - **feat:** add `toRot180` to namespace _(by Athan Reines)_
156158
- [`37197d9`](https://github.com/stdlib-js/stdlib/commit/37197d9632d9c94987cf1a9e0736e56fb477c76a) - **feat:** add `ndarray/base/to-rot180` [(#11778)](https://github.com/stdlib-js/stdlib/pull/11778) _(by Muhammad Haris)_
157159
- [`7442c80`](https://github.com/stdlib-js/stdlib/commit/7442c80a194a19e0784a8093afb743146dd3a668) - **docs:** update namespace table of contents [(#11789)](https://github.com/stdlib-js/stdlib/pull/11789) _(by stdlib-bot, Philipp Burckhardt)_

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ var o = ns;
242242
- <span class="signature">[`toNormalizedIndices( indices, max )`][@stdlib/ndarray/base/to-normalized-indices]</span><span class="delimiter">: </span><span class="description">normalize a list of indices to the interval `[0,max]`.</span>
243243
- <span class="signature">[`toReversedDimension( x, dim )`][@stdlib/ndarray/base/to-reversed-dimension]</span><span class="delimiter">: </span><span class="description">return a new ndarray where the order of elements of an input ndarray along a specified dimension is reversed.</span>
244244
- <span class="signature">[`toReversed( x )`][@stdlib/ndarray/base/to-reversed]</span><span class="delimiter">: </span><span class="description">return a new ndarray where the order of elements of an input ndarray is reversed along each dimension.</span>
245+
- <span class="signature">[`toRot180( x, dims )`][@stdlib/ndarray/base/to-rot180]</span><span class="delimiter">: </span><span class="description">return a new ndarray where an ndarray is rotated 180 degrees in a specified plane.</span>
245246
- <span class="signature">[`toRot90( x, dims, k )`][@stdlib/ndarray/base/to-rot90]</span><span class="delimiter">: </span><span class="description">return a new ndarray where an ndarray is rotated 90 degrees in a specified plane.</span>
246247
- <span class="signature">[`toRotl90( x, k )`][@stdlib/ndarray/base/to-rotl90]</span><span class="delimiter">: </span><span class="description">return a new ndarray where a matrix (or a stack of matrices) is rotated 90 degrees counterclockwise.</span>
247248
- <span class="signature">[`toRotr90( x, k )`][@stdlib/ndarray/base/to-rotr90]</span><span class="delimiter">: </span><span class="description">return a new ndarray where a matrix (or a stack of matrices) is rotated 90 degrees clockwise.</span>
@@ -733,6 +734,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
733734

734735
[@stdlib/ndarray/base/to-reversed]: https://github.com/stdlib-js/ndarray-base-to-reversed
735736

737+
[@stdlib/ndarray/base/to-rot180]: https://github.com/stdlib-js/ndarray-base-to-rot180
738+
736739
[@stdlib/ndarray/base/to-rot90]: https://github.com/stdlib-js/ndarray-base-to-rot90
737740

738741
[@stdlib/ndarray/base/to-rotl90]: https://github.com/stdlib-js/ndarray-base-to-rotl90

0 commit comments

Comments
 (0)