Skip to content

Commit b2e69c6

Browse files
committed
Auto-generated commit
1 parent 3d382ff commit b2e69c6

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
@@ -3510,6 +3510,7 @@ A total of 557 issues were closed in this release:
35103510

35113511
<details>
35123512

3513+
- [`72ee197`](https://github.com/stdlib-js/stdlib/commit/72ee197151024d68c6345fa094d6e05fa4c90bfd) - **docs:** fix incorrect \`@name\` tag in \`stats/nanmeanors\` _(by Philipp Burckhardt)_
35133514
- [`d59bcf1`](https://github.com/stdlib-js/stdlib/commit/d59bcf10a72a422cbe767dc1dab9e903dabbd300) - **feat:** add `stats/meanors` [(#8793)](https://github.com/stdlib-js/stdlib/pull/8793) _(by Sachin Pangal, Athan Reines)_
35143515
- [`fdc9009`](https://github.com/stdlib-js/stdlib/commit/fdc900992fd753d7819880d61e7a6a9862202380) - **feat:** add `stats/nanmeanors` [(#8779)](https://github.com/stdlib-js/stdlib/pull/8779) _(by Pratik, Athan Reines)_
35153516
- [`0a95ffb`](https://github.com/stdlib-js/stdlib/commit/0a95ffb6202ca4eb7bd5f10f63eaf144b2646ea5) - **docs:** fix JSDoc name tag in `stats/nanmeanpn` _(by Philipp Burckhardt)_

nanmeanors/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 ordinary recursive summation.
5555
*
56-
* @name mean
56+
* @name nanmeanors
5757
* @type {Function}
5858
* @param {ndarray} x - input ndarray
5959
* @param {Options} [options] - function options

0 commit comments

Comments
 (0)