Skip to content

Commit 59e77a2

Browse files
committed
Auto-generated commit
1 parent 4c752ff commit 59e77a2

File tree

2 files changed

+42
-0
lines changed

2 files changed

+42
-0
lines changed

CHANGELOG.md

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

1111
### Features
1212

13+
- [`fae4985`](https://github.com/stdlib-js/stdlib/commit/fae498583ef5643ae4826247852d855629e93d6a) - add `dstdevtk` and `dstdevyc` to namespace
14+
- [`af66e3c`](https://github.com/stdlib-js/stdlib/commit/af66e3c56f7a54ffbd16308bf506657f1f4948d0) - add `sstdevyc` to namespace
15+
- [`b1a3172`](https://github.com/stdlib-js/stdlib/commit/b1a31727a8fc6ba8cb2b07891e89c4c267a8242d) - add `sstdevtk` to namespace
1316
- [`58c2966`](https://github.com/stdlib-js/stdlib/commit/58c296693a0d4b9674368b5bbf71fb0dc4389007) - add `stats/base/ndarray/sstdevtk` [(#9917)](https://github.com/stdlib-js/stdlib/pull/9917)
1417
- [`df6733b`](https://github.com/stdlib-js/stdlib/commit/df6733b7cba6fd7122f3bd01811b609b84b97ca8) - add `nanrange`, `nanrangeBy`, `rangeBy` to namespace
1518
- [`4b9ded3`](https://github.com/stdlib-js/stdlib/commit/4b9ded3ba52a495d3cb976df6df8969eea3c8fe4) - add `nanmidrangeBy`, `nanminBy`, `nanminabs` to namespace
@@ -3666,6 +3669,9 @@ A total of 566 issues were closed in this release:
36663669

36673670
<details>
36683671

3672+
- [`fae4985`](https://github.com/stdlib-js/stdlib/commit/fae498583ef5643ae4826247852d855629e93d6a) - **feat:** add `dstdevtk` and `dstdevyc` to namespace _(by Athan Reines)_
3673+
- [`af66e3c`](https://github.com/stdlib-js/stdlib/commit/af66e3c56f7a54ffbd16308bf506657f1f4948d0) - **feat:** add `sstdevyc` to namespace _(by Athan Reines)_
3674+
- [`b1a3172`](https://github.com/stdlib-js/stdlib/commit/b1a31727a8fc6ba8cb2b07891e89c4c267a8242d) - **feat:** add `sstdevtk` to namespace _(by Athan Reines)_
36693675
- [`58c2966`](https://github.com/stdlib-js/stdlib/commit/58c296693a0d4b9674368b5bbf71fb0dc4389007) - **feat:** add `stats/base/ndarray/sstdevtk` [(#9917)](https://github.com/stdlib-js/stdlib/pull/9917) _(by Samarth Kolarkar)_
36703676
- [`df6733b`](https://github.com/stdlib-js/stdlib/commit/df6733b7cba6fd7122f3bd01811b609b84b97ca8) - **feat:** add `nanrange`, `nanrangeBy`, `rangeBy` to namespace _(by Athan Reines)_
36713677
- [`4b9ded3`](https://github.com/stdlib-js/stdlib/commit/4b9ded3ba52a495d3cb976df6df8969eea3c8fe4) - **feat:** add `nanmidrangeBy`, `nanminBy`, `nanminabs` to namespace _(by Athan Reines)_

base/ndarray/lib/index.js

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -477,6 +477,15 @@ setReadOnly( ns, 'dstdevch', require( './../../../base/ndarray/dstdevch' ) );
477477
*/
478478
setReadOnly( ns, 'dstdevpn', require( './../../../base/ndarray/dstdevpn' ) );
479479

480+
/**
481+
* @name dstdevtk
482+
* @memberof ns
483+
* @readonly
484+
* @type {Function}
485+
* @see {@link module:@stdlib/stats/base/ndarray/dstdevtk}
486+
*/
487+
setReadOnly( ns, 'dstdevtk', require( './../../../base/ndarray/dstdevtk' ) );
488+
480489
/**
481490
* @name dstdevwd
482491
* @memberof ns
@@ -486,6 +495,15 @@ setReadOnly( ns, 'dstdevpn', require( './../../../base/ndarray/dstdevpn' ) );
486495
*/
487496
setReadOnly( ns, 'dstdevwd', require( './../../../base/ndarray/dstdevwd' ) );
488497

498+
/**
499+
* @name dstdevyc
500+
* @memberof ns
501+
* @readonly
502+
* @type {Function}
503+
* @see {@link module:@stdlib/stats/base/ndarray/dstdevyc}
504+
*/
505+
setReadOnly( ns, 'dstdevyc', require( './../../../base/ndarray/dstdevyc' ) );
506+
489507
/**
490508
* @name dztest
491509
* @memberof ns
@@ -1332,6 +1350,15 @@ setReadOnly( ns, 'sstdevch', require( './../../../base/ndarray/sstdevch' ) );
13321350
*/
13331351
setReadOnly( ns, 'sstdevpn', require( './../../../base/ndarray/sstdevpn' ) );
13341352

1353+
/**
1354+
* @name sstdevtk
1355+
* @memberof ns
1356+
* @readonly
1357+
* @type {Function}
1358+
* @see {@link module:@stdlib/stats/base/ndarray/sstdevtk}
1359+
*/
1360+
setReadOnly( ns, 'sstdevtk', require( './../../../base/ndarray/sstdevtk' ) );
1361+
13351362
/**
13361363
* @name sstdevwd
13371364
* @memberof ns
@@ -1341,6 +1368,15 @@ setReadOnly( ns, 'sstdevpn', require( './../../../base/ndarray/sstdevpn' ) );
13411368
*/
13421369
setReadOnly( ns, 'sstdevwd', require( './../../../base/ndarray/sstdevwd' ) );
13431370

1371+
/**
1372+
* @name sstdevyc
1373+
* @memberof ns
1374+
* @readonly
1375+
* @type {Function}
1376+
* @see {@link module:@stdlib/stats/base/ndarray/sstdevyc}
1377+
*/
1378+
setReadOnly( ns, 'sstdevyc', require( './../../../base/ndarray/sstdevyc' ) );
1379+
13441380
/**
13451381
* @name stdev
13461382
* @memberof ns

0 commit comments

Comments
 (0)