Skip to content

Commit b97e244

Browse files
committed
Auto-generated commit
1 parent 6ccd9d2 commit b97e244

File tree

5 files changed

+8
-7
lines changed

5 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-12)
7+
## Unreleased (2025-01-14)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@
3434

3535
<details>
3636

37+
- [`7f87119`](https://github.com/stdlib-js/stdlib/commit/7f8711919a1a9c6d8ff2f6ee2565c00f695cd6e3) - **docs:** update REPL namespace documentation [(#4741)](https://github.com/stdlib-js/stdlib/pull/4741) _(by stdlib-bot)_
3738
- [`bf19438`](https://github.com/stdlib-js/stdlib/commit/bf19438f835667994827111c4df472b4b091bb0a) - **docs:** update REPL namespace documentation [(#4707)](https://github.com/stdlib-js/stdlib/pull/4707) _(by stdlib-bot, Philipp Burckhardt)_
3839
- [`4dded55`](https://github.com/stdlib-js/stdlib/commit/4dded554f9f8fe74fe30631f1f8ac2a3777cd479) - **docs:** update REPL namespace documentation [(#4692)](https://github.com/stdlib-js/stdlib/pull/4692) _(by stdlib-bot, Philipp Burckhardt)_
3940
- [`a0cfe1f`](https://github.com/stdlib-js/stdlib/commit/a0cfe1f594a377dd06fd6f815933c790469fc08e) - **docs:** update REPL namespace documentation [(#4657)](https://github.com/stdlib-js/stdlib/pull/4657) _(by stdlib-bot)_

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1742,8 +1742,8 @@ base.strided.dmean,"\nbase.strided.dmean( N:integer, x:Float64Array, stride:inte
17421742
base.strided.dmean.ndarray,"\nbase.strided.dmean.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using alternative indexing semantics.\n"
17431743
base.strided.dmeankbn,"\nbase.strided.dmeankbn( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using an improved Kahan–Babuška algorithm.\n"
17441744
base.strided.dmeankbn.ndarray,"\nbase.strided.dmeankbn.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using an improved Kahan–Babuška algorithm and alternative indexing\n semantics.\n"
1745-
base.strided.dmeankbn2,"\nbase.strided.dmeankbn2( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm.\n"
1746-
base.strided.dmeankbn2.ndarray,"\nbase.strided.dmeankbn2.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm and alternative\n indexing semantics.\n"
1745+
base.strided.dmeankbn2,"\nbase.strided.dmeankbn2( N:integer, x:Float64Array, strideX:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm.\n"
1746+
base.strided.dmeankbn2.ndarray,"\nbase.strided.dmeankbn2.ndarray( N:integer, x:Float64Array, strideX:integer, \n offsetX:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a second-order iterative Kahan–Babuška algorithm and alternative\n indexing semantics.\n"
17471747
base.strided.dmeanli,"\nbase.strided.dmeanli( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm.\n"
17481748
base.strided.dmeanli.ndarray,"\nbase.strided.dmeanli.ndarray( N:integer, x:Float64Array, stride:integer, \n offset:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm and alternative indexing\n semantics.\n"
17491749
base.strided.dmeanlipw,"\nbase.strided.dmeanlipw( N:integer, x:Float64Array, stride:integer )\n Computes the arithmetic mean of a double-precision floating-point strided\n array using a one-pass trial mean algorithm with pairwise summation.\n"

data/data.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dist/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)