Skip to content

Commit 7c22705

Browse files
committed
Auto-generated commit
1 parent bd9c65f commit 7c22705

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+
- [`24e61b9`](https://github.com/stdlib-js/stdlib/commit/24e61b9a33fdec75adbc8ff9cfd3642340787077) - add `dnanrangeabs` to namespace
1314
- [`2c7da1c`](https://github.com/stdlib-js/stdlib/commit/2c7da1c4a81b3856be1724146b68ce8b4fb12f30) - add `stats/base/ndarray/dnanrangeabs` [(#11346)](https://github.com/stdlib-js/stdlib/pull/11346)
1415
- [`1588bf2`](https://github.com/stdlib-js/stdlib/commit/1588bf256bf277102e267b41a7d68c1798293b7e) - add `svariance` to namespace
1516
- [`d985063`](https://github.com/stdlib-js/stdlib/commit/d985063b6fc9348485640f52158bbea28c7e4b86) - add `stats/base/ndarray/svariance` [(#11510)](https://github.com/stdlib-js/stdlib/pull/11510)
@@ -3799,6 +3800,7 @@ A total of 586 issues were closed in this release:
37993800

38003801
<details>
38013802

3803+
- [`24e61b9`](https://github.com/stdlib-js/stdlib/commit/24e61b9a33fdec75adbc8ff9cfd3642340787077) - **feat:** add `dnanrangeabs` to namespace _(by Athan Reines)_
38023804
- [`2c7da1c`](https://github.com/stdlib-js/stdlib/commit/2c7da1c4a81b3856be1724146b68ce8b4fb12f30) - **feat:** add `stats/base/ndarray/dnanrangeabs` [(#11346)](https://github.com/stdlib-js/stdlib/pull/11346) _(by Sachin Pangal)_
38033805
- [`7be0aa6`](https://github.com/stdlib-js/stdlib/commit/7be0aa66fb4527b9d255e0d507427dc14f7fa151) - **docs:** improve doctests for ndarray instances in `stats/base/ndarray/scumax` [(#11531)](https://github.com/stdlib-js/stdlib/pull/11531) _(by Uday Kakade)_
38043806
- [`a6b67f6`](https://github.com/stdlib-js/stdlib/commit/a6b67f6978e82bbcb309c36dfda36a7d28b19fbf) - **docs:** improve doctests for ndarray instances in `stats/base/ndarray/scumin` [(#11532)](https://github.com/stdlib-js/stdlib/pull/11532) _(by Uday Kakade)_

base/ndarray/lib/index.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,15 @@ setReadOnly( ns, 'dnanmskrange', require( './../../../base/ndarray/dnanmskrange'
459459
*/
460460
setReadOnly( ns, 'dnanrange', require( './../../../base/ndarray/dnanrange' ) );
461461

462+
/**
463+
* @name dnanrangeabs
464+
* @memberof ns
465+
* @readonly
466+
* @type {Function}
467+
* @see {@link module:@stdlib/stats/base/ndarray/dnanrangeabs}
468+
*/
469+
setReadOnly( ns, 'dnanrangeabs', require( './../../../base/ndarray/dnanrangeabs' ) );
470+
462471
/**
463472
* @name dnanstdev
464473
* @memberof ns

0 commit comments

Comments
 (0)