Skip to content

Commit 35805bb

Browse files
committed
Auto-generated commit
1 parent 137564c commit 35805bb

5 files changed

Lines changed: 47 additions & 4 deletions

File tree

CHANGELOG.md

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

7-
## Unreleased (2026-04-21)
7+
## Unreleased (2026-04-22)
88

99
<section class="features">
1010

1111
### Features
1212

13+
- [`7c878a8`](https://github.com/stdlib-js/stdlib/commit/7c878a8c3103503f9a2f7782861e3b9ccfeb33e5) - add `rot180` to namespace
14+
- [`2a4f2f1`](https://github.com/stdlib-js/stdlib/commit/2a4f2f1edc5a5e3455b9be6a5390120e7b43ff79) - add `reinterpretBoolean` to namespace
15+
- [`f226fa6`](https://github.com/stdlib-js/stdlib/commit/f226fa66bbf9772a84b0d23ae2228ae5d56e7656) - add `reinterpretComplex64` to namespace
16+
- [`fdae0a5`](https://github.com/stdlib-js/stdlib/commit/fdae0a5ff47f23a9cde10ce84959d607b22b0b3f) - add `ndarray/base/rot180` [(#11704)](https://github.com/stdlib-js/stdlib/pull/11704)
17+
- [`be023a5`](https://github.com/stdlib-js/stdlib/commit/be023a595aa7a1e537c1bf38bcf66a3acb2bdb41) - add `ndarray/base/reinterpret-boolean` [(#11707)](https://github.com/stdlib-js/stdlib/pull/11707)
18+
- [`c1d72a0`](https://github.com/stdlib-js/stdlib/commit/c1d72a00c3832ccd0c0177649767fa291bc2d67a) - add `ndarray/base/reinterpret-complex64` [(#11706)](https://github.com/stdlib-js/stdlib/pull/11706)
1319
- [`4a00996`](https://github.com/stdlib-js/stdlib/commit/4a0099621945f4fb17cd8bde8d7375715e309b6e) - add `reinterpret-complex128` to namespace
1420
- [`8860b05`](https://github.com/stdlib-js/stdlib/commit/8860b05c83ef17376bfa54b47c2aaa57a92b2fe1) - add `rot90` to namespace
1521
- [`7368bff`](https://github.com/stdlib-js/stdlib/commit/7368bff8ade81ae99638f53ceacc8b5ab5d04c74) - add `ndarray/base/rot90` [(#11660)](https://github.com/stdlib-js/stdlib/pull/11660)
@@ -136,6 +142,13 @@ A total of 4 issues were closed in this release:
136142

137143
<details>
138144

145+
- [`7c878a8`](https://github.com/stdlib-js/stdlib/commit/7c878a8c3103503f9a2f7782861e3b9ccfeb33e5) - **feat:** add `rot180` to namespace _(by Athan Reines)_
146+
- [`2a4f2f1`](https://github.com/stdlib-js/stdlib/commit/2a4f2f1edc5a5e3455b9be6a5390120e7b43ff79) - **feat:** add `reinterpretBoolean` to namespace _(by Athan Reines)_
147+
- [`f226fa6`](https://github.com/stdlib-js/stdlib/commit/f226fa66bbf9772a84b0d23ae2228ae5d56e7656) - **feat:** add `reinterpretComplex64` to namespace _(by Athan Reines)_
148+
- [`fdae0a5`](https://github.com/stdlib-js/stdlib/commit/fdae0a5ff47f23a9cde10ce84959d607b22b0b3f) - **feat:** add `ndarray/base/rot180` [(#11704)](https://github.com/stdlib-js/stdlib/pull/11704) _(by Muhammad Haris, Athan Reines)_
149+
- [`af83cc1`](https://github.com/stdlib-js/stdlib/commit/af83cc1f4e6a4db857eecc946d8b922b9ac15318) - **docs:** update description _(by Athan Reines)_
150+
- [`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)_
151+
- [`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)_
139152
- [`0f62461`](https://github.com/stdlib-js/stdlib/commit/0f62461c976de87b8782e28eceaa89b7f42f89e2) - **docs:** update namespace table of contents [(#11688)](https://github.com/stdlib-js/stdlib/pull/11688) _(by stdlib-bot)_
140153
- [`4a00996`](https://github.com/stdlib-js/stdlib/commit/4a0099621945f4fb17cd8bde8d7375715e309b6e) - **feat:** add `reinterpret-complex128` to namespace _(by Athan Reines)_
141154
- [`8860b05`](https://github.com/stdlib-js/stdlib/commit/8860b05c83ef17376bfa54b47c2aaa57a92b2fe1) - **feat:** add `rot90` to namespace _(by Athan Reines)_

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/index.js

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1156,6 +1156,24 @@ setReadOnly( ns, 'quinaryLoopOrder', require( '@stdlib/ndarray-base-quinary-loop
11561156
*/
11571157
setReadOnly( ns, 'quinaryBlockSize', require( '@stdlib/ndarray-base-quinary-tiling-block-size' ) );
11581158

1159+
/**
1160+
* @name reinterpretBoolean
1161+
* @memberof ns
1162+
* @readonly
1163+
* @type {Function}
1164+
* @see {@link module:@stdlib/ndarray/base/reinterpret-boolean}
1165+
*/
1166+
setReadOnly( ns, 'reinterpretBoolean', require( '@stdlib/ndarray-base-reinterpret-boolean' ) );
1167+
1168+
/**
1169+
* @name reinterpretComplex64
1170+
* @memberof ns
1171+
* @readonly
1172+
* @type {Function}
1173+
* @see {@link module:@stdlib/ndarray/base/reinterpret-complex64}
1174+
*/
1175+
setReadOnly( ns, 'reinterpretComplex64', require( '@stdlib/ndarray-base-reinterpret-complex64' ) );
1176+
11591177
/**
11601178
* @name reinterpretComplex128
11611179
* @memberof ns
@@ -1201,6 +1219,15 @@ setReadOnly( ns, 'reverseDimension', require( '@stdlib/ndarray-base-reverse-dime
12011219
*/
12021220
setReadOnly( ns, 'rot90', require( '@stdlib/ndarray-base-rot90' ) );
12031221

1222+
/**
1223+
* @name rot180
1224+
* @memberof ns
1225+
* @readonly
1226+
* @type {Function}
1227+
* @see {@link module:@stdlib/ndarray/base/rot180}
1228+
*/
1229+
setReadOnly( ns, 'rot180', require( '@stdlib/ndarray-base-rot180' ) );
1230+
12041231
/**
12051232
* @name rotl90
12061233
* @memberof ns

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,13 @@
160160
"@stdlib/ndarray-base-quaternary-tiling-block-size": "^0.1.1",
161161
"@stdlib/ndarray-base-quinary-loop-interchange-order": "^0.1.1",
162162
"@stdlib/ndarray-base-quinary-tiling-block-size": "^0.1.1",
163+
"@stdlib/ndarray-base-reinterpret-boolean": "github:stdlib-js/ndarray-base-reinterpret-boolean#main",
163164
"@stdlib/ndarray-base-reinterpret-complex128": "github:stdlib-js/ndarray-base-reinterpret-complex128#main",
165+
"@stdlib/ndarray-base-reinterpret-complex64": "github:stdlib-js/ndarray-base-reinterpret-complex64#main",
164166
"@stdlib/ndarray-base-remove-singleton-dimensions": "^0.2.3",
165167
"@stdlib/ndarray-base-reverse": "^0.3.1",
166168
"@stdlib/ndarray-base-reverse-dimension": "^0.2.3",
169+
"@stdlib/ndarray-base-rot180": "github:stdlib-js/ndarray-base-rot180#main",
167170
"@stdlib/ndarray-base-rot90": "github:stdlib-js/ndarray-base-rot90#main",
168171
"@stdlib/ndarray-base-rotl90": "github:stdlib-js/ndarray-base-rotl90#main",
169172
"@stdlib/ndarray-base-rotr90": "github:stdlib-js/ndarray-base-rotr90#main",

0 commit comments

Comments
 (0)