Skip to content

Commit c270c9d

Browse files
committed
Auto-generated commit
1 parent b4f204d commit c270c9d

2 files changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010

1111
### Features
1212

13+
- [`ba7a157`](https://github.com/stdlib-js/stdlib/commit/ba7a1573c32d5660eb775e6abc9e1edc74f418bf) - add `reinterpretComplex` to namespace
1314
- [`2eb9120`](https://github.com/stdlib-js/stdlib/commit/2eb91207923da61aeee4a77e5cf1d0f408e26715) - add `ndarray/base/reinterpret-complex` [(#11779)](https://github.com/stdlib-js/stdlib/pull/11779)
1415
- [`e7ca25d`](https://github.com/stdlib-js/stdlib/commit/e7ca25d57d77aa8c78ed1f848b3f8f90f48da393) - add `unflatten` and `ndarraylike2scalar` to namespace
1516
- [`b5a289b`](https://github.com/stdlib-js/stdlib/commit/b5a289be8b05adcf88b84be696e786859fe88316) - add `ndarray/unflatten` [(#11781)](https://github.com/stdlib-js/stdlib/pull/11781)
@@ -902,6 +903,7 @@ A total of 49 issues were closed in this release:
902903

903904
<details>
904905

906+
- [`ba7a157`](https://github.com/stdlib-js/stdlib/commit/ba7a1573c32d5660eb775e6abc9e1edc74f418bf) - **feat:** add `reinterpretComplex` to namespace _(by Athan Reines)_
905907
- [`2eb9120`](https://github.com/stdlib-js/stdlib/commit/2eb91207923da61aeee4a77e5cf1d0f408e26715) - **feat:** add `ndarray/base/reinterpret-complex` [(#11779)](https://github.com/stdlib-js/stdlib/pull/11779) _(by Muhammad Haris, Athan Reines)_
906908
- [`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)_
907909
- [`12f7dcb`](https://github.com/stdlib-js/stdlib/commit/12f7dcbaad8d29a310cd04dad98cc1f9518ff36c) - **docs:** update related packages sections [(#11805)](https://github.com/stdlib-js/stdlib/pull/11805) _(by stdlib-bot)_

base/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1174,6 +1174,15 @@ setReadOnly( ns, 'quinaryBlockSize', require( './../../base/quinary-tiling-block
11741174
*/
11751175
setReadOnly( ns, 'reinterpretBoolean', require( './../../base/reinterpret-boolean' ) );
11761176

1177+
/**
1178+
* @name reinterpretComplex
1179+
* @memberof ns
1180+
* @readonly
1181+
* @type {Function}
1182+
* @see {@link module:@stdlib/ndarray/base/reinterpret-complex}
1183+
*/
1184+
setReadOnly( ns, 'reinterpretComplex', require( './../../base/reinterpret-complex' ) );
1185+
11771186
/**
11781187
* @name reinterpretComplex64
11791188
* @memberof ns

0 commit comments

Comments
 (0)