Skip to content

Commit b87df14

Browse files
committed
Auto-generated commit
1 parent 211dc37 commit b87df14

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3508,6 +3508,7 @@ A total of 557 issues were closed in this release:
35083508

35093509
<details>
35103510

3511+
- [`0a95ffb`](https://github.com/stdlib-js/stdlib/commit/0a95ffb6202ca4eb7bd5f10f63eaf144b2646ea5) - **docs:** fix JSDoc name tag in `stats/nanmeanpn` _(by Philipp Burckhardt)_
35113512
- [`29e36f2`](https://github.com/stdlib-js/stdlib/commit/29e36f2113ec3007521290b5deca817d9ed9b1f3) - **feat:** add `stats/base/ndarray/dnanmskrange` [(#8791)](https://github.com/stdlib-js/stdlib/pull/8791) _(by Divyanshu, Athan Reines)_
35123513
- [`b0026d0`](https://github.com/stdlib-js/stdlib/commit/b0026d091a1595b5d28302b5cfb9a40484cfede6) - **bench:** fix dtype _(by Athan Reines)_
35133514
- [`2eb8eb5`](https://github.com/stdlib-js/stdlib/commit/2eb8eb54227d35ea5f5d4df5174393064c2b0dac) - **feat:** add `stats/nanmeanpn` [(#8780)](https://github.com/stdlib-js/stdlib/pull/8780) _(by Pratik, Athan Reines)_

nanmeanpn/lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ var table = {
5353
/**
5454
* Computes the arithmetic mean along one or more ndarray dimensions, ignoring `NaN` values and using a two-pass error correction algorithm.
5555
*
56-
* @name mean
56+
* @name nanmeanpn
5757
* @type {Function}
5858
* @param {ndarray} x - input ndarray
5959
* @param {Options} [options] - function options

0 commit comments

Comments
 (0)