Skip to content

Commit ca3f02e

Browse files
committed
Auto-generated commit
1 parent b97e244 commit ca3f02e

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-14)
7+
## Unreleased (2025-01-15)
88

99
<section class="features">
1010

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

3535
<details>
3636

37+
- [`cd9bb62`](https://github.com/stdlib-js/stdlib/commit/cd9bb624de41013a92fa3d2c8c64e7672d4f73a2) - **docs:** update REPL namespace documentation [(#4759)](https://github.com/stdlib-js/stdlib/pull/4759) _(by stdlib-bot, Philipp Burckhardt)_
3738
- [`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)_
3839
- [`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)_
3940
- [`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)_

data/data.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,8 +2215,8 @@ base.strided.sapxsumkbn,"\nbase.strided.sapxsumkbn( N:integer, alpha:number, x:F
22152215
base.strided.sapxsumkbn.ndarray,"\nbase.strided.sapxsumkbn.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using an improved Kahan–Babuška algorithm and\n alternative indexing semantics.\n"
22162216
base.strided.sapxsumkbn2,"\nbase.strided.sapxsumkbn2( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using a second-order iterative Kahan–Babuška\n algorithm.\n"
22172217
base.strided.sapxsumkbn2.ndarray,"\nbase.strided.sapxsumkbn2.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using a second-order iterative Kahan–Babuška\n algorithm and alternative indexing semantics.\n"
2218-
base.strided.sapxsumors,"\nbase.strided.sapxsumors( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using ordinary recursive summation.\n"
2219-
base.strided.sapxsumors.ndarray,"\nbase.strided.sapxsumors.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using ordinary recursive summation and\n alternative indexing semantics.\n"
2218+
base.strided.sapxsumors,"\nbase.strided.sapxsumors( N:integer, alpha:number, x:Float32Array, \n strideX:integer )\n Adds a scalar constant to each single-precision floating-point strided\n array element and computes the sum using ordinary recursive summation.\n"
2219+
base.strided.sapxsumors.ndarray,"\nbase.strided.sapxsumors.ndarray( N:integer, alpha:number, x:Float32Array, \n strideX:integer, offsetX:integer )\n Adds a scalar constant to each single-precision floating-point strided\n array element and computes the sum using ordinary recursive summation and\n alternative indexing semantics.\n"
22202220
base.strided.sapxsumpw,"\nbase.strided.sapxsumpw( N:integer, alpha:number, x:Float32Array, \n stride:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using pairwise summation.\n"
22212221
base.strided.sapxsumpw.ndarray,"\nbase.strided.sapxsumpw.ndarray( N:integer, alpha:number, x:Float32Array, \n stride:integer, offset:integer )\n Adds a constant to each single-precision floating-point strided array\n element and computes the sum using pairwise summation and alternative\n indexing semantics.\n"
22222222
base.strided.sasum,"\nbase.strided.sasum( N:integer, x:Float32Array, stride:integer )\n Computes the sum of the absolute values.\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)