Skip to content

Commit 3005081

Browse files
committed
Auto-generated commit
1 parent fa53f07 commit 3005081

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

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+
- [`636e9ba`](https://github.com/stdlib-js/stdlib/commit/636e9ba626fb59ebd2abe0fb5562fd34bca253d3) - add `unaryReduceStrided1dToStruct` to namespace
1314
- [`0f1545f`](https://github.com/stdlib-js/stdlib/commit/0f1545fc6d22ad051bdae2f081f26d1d56cc9538) - add package entry point
1415
- [`142e477`](https://github.com/stdlib-js/stdlib/commit/142e4774ab7acbd79e76ff5f9f6e0ae47f70dae4) - add `factory` function
1516
- [`a752e25`](https://github.com/stdlib-js/stdlib/commit/a752e25ef1735c0253d3d3feb95dda2d145d5f1e) - add main entry point
@@ -462,6 +463,7 @@ A total of 20 issues were closed in this release:
462463

463464
<details>
464465

466+
- [`636e9ba`](https://github.com/stdlib-js/stdlib/commit/636e9ba626fb59ebd2abe0fb5562fd34bca253d3) - **feat:** add `unaryReduceStrided1dToStruct` to namespace _(by Athan Reines)_
465467
- [`b8cacc1`](https://github.com/stdlib-js/stdlib/commit/b8cacc136fceed774024cbbe0c24fc07f2675636) - **docs:** add README and fix docs _(by Athan Reines)_
466468
- [`c2e0a60`](https://github.com/stdlib-js/stdlib/commit/c2e0a60dfb54b54cd60a1a3c510fec38abf74c49) - **test:** add initial test stub _(by Athan Reines)_
467469
- [`43a64a5`](https://github.com/stdlib-js/stdlib/commit/43a64a54569efd99a3c03654f56e8e533d59dcfb) - **docs:** add examples _(by Athan Reines)_

base/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1120,6 +1120,15 @@ setReadOnly( ns, 'unaryReduceStrided1dDispatchByFactory', require( './../../base
11201120
*/
11211121
setReadOnly( ns, 'unaryReduceStrided1dDispatchFactory', require( './../../base/unary-reduce-strided1d-dispatch-factory' ) );
11221122

1123+
/**
1124+
* @name unaryReduceStrided1dToStruct
1125+
* @memberof ns
1126+
* @readonly
1127+
* @type {Function}
1128+
* @see {@link module:@stdlib/ndarray/base/unary-reduce-strided1d-to-struct}
1129+
*/
1130+
setReadOnly( ns, 'unaryReduceStrided1dToStruct', require( './../../base/unary-reduce-strided1d-to-struct' ) );
1131+
11231132
/**
11241133
* @name unaryReduceSubarray
11251134
* @memberof ns

0 commit comments

Comments
 (0)