Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Dec 1, 2024
1 parent b00ec50 commit e778f91
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-11-28)
## Unreleased (2024-12-01)

<section class="packages">

Expand Down Expand Up @@ -56,6 +56,7 @@ A total of 3 people contributed to this release. Thank you to the following cont

<details>

- [`9bd5c73`](https://github.com/stdlib-js/stdlib/commit/9bd5c7354dbaef3eed1668d0810a3f9565d6a131) - **docs:** update REPL namespace documentation [(#3306)](https://github.com/stdlib-js/stdlib/pull/3306) _(by stdlib-bot, Philipp Burckhardt)_
- [`904955f`](https://github.com/stdlib-js/stdlib/commit/904955fccc1822538bae36c7923b67552109434e) - **docs:** update REPL namespace documentation [(#3289)](https://github.com/stdlib-js/stdlib/pull/3289) _(by stdlib-bot, Philipp Burckhardt)_
- [`9a17ee3`](https://github.com/stdlib-js/stdlib/commit/9a17ee335a8976668e06b0a41f4b19cb52380b5b) - **docs:** update REPL namespace documentation [(#3276)](https://github.com/stdlib-js/stdlib/pull/3276) _(by stdlib-bot, Philipp Burckhardt)_
- [`875c99b`](https://github.com/stdlib-js/stdlib/commit/875c99b2678d23e498677e367d5cd6079d0f55fb) - **docs:** update REPL namespace documentation [(#3265)](https://github.com/stdlib-js/stdlib/pull/3265) _(by stdlib-bot, Philipp Burckhardt)_
Expand Down
4 changes: 2 additions & 2 deletions help/data/data.csv

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion help/data/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions info/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2457,8 +2457,8 @@ base.strided.ssumkbn2,"\nbase.strided.ssumkbn2( N:integer, x:Float32Array, strid
base.strided.ssumkbn2.ndarray,"\nbase.strided.ssumkbn2.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements\n using a second-order iterative Kahan–Babuška algorithm and alternative\n indexing semantics.\n"
base.strided.ssumors,"\nbase.strided.ssumors( N:integer, x:Float32Array, stride:integer )\n Computes the sum of single-precision floating-point strided array elements\n using ordinary recursive summation.\n"
base.strided.ssumors.ndarray,"\nbase.strided.ssumors.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements\n using ordinary recursive summation and alternative indexing semantics.\n"
base.strided.ssumpw,"\nbase.strided.ssumpw( N:integer, x:Float32Array, stride:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation.\n"
base.strided.ssumpw.ndarray,"\nbase.strided.ssumpw.ndarray( N:integer, x:Float32Array, stride:integer, \n offset:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation and alternative indexing semantics.\n"
base.strided.ssumpw,"\nbase.strided.ssumpw( N:integer, x:Float32Array, strideX:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation.\n"
base.strided.ssumpw.ndarray,"\nbase.strided.ssumpw.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer )\n Computes the sum of single-precision floating-point strided array elements\n using pairwise summation and alternative indexing semantics.\n"
base.strided.sswap,"\nbase.strided.sswap( N:integer, x:Float32Array, strideX:integer, y:Float32Array, \n strideY:integer )\n Interchanges two single-precision floating-point vectors.\n"
base.strided.sswap.ndarray,"\nbase.strided.sswap.ndarray( N:integer, x:Float32Array, strideX:integer, \n offsetX:integer, y:Float32Array, strideY:integer, offsetY:integer )\n Interchanges two single-precision floating-point vectors using alternative\n indexing semantics.\n"
base.strided.stdev,"\nbase.strided.stdev( N:integer, correction:number, x:Array|TypedArray, \n stride:integer )\n Computes the standard deviation of a strided array.\n"
Expand Down
2 changes: 1 addition & 1 deletion info/data/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2458,8 +2458,8 @@ base.strided.ssumkbn2,"base.strided.ssumkbn2( N, x, stride )"
base.strided.ssumkbn2.ndarray,"base.strided.ssumkbn2.ndarray( N, x, stride, offset )"
base.strided.ssumors,"base.strided.ssumors( N, x, stride )"
base.strided.ssumors.ndarray,"base.strided.ssumors.ndarray( N, x, stride, offset )"
base.strided.ssumpw,"base.strided.ssumpw( N, x, stride )"
base.strided.ssumpw.ndarray,"base.strided.ssumpw.ndarray( N, x, stride, offset )"
base.strided.ssumpw,"base.strided.ssumpw( N, x, strideX )"
base.strided.ssumpw.ndarray,"base.strided.ssumpw.ndarray( N, x, strideX, offsetX )"
base.strided.sswap,"base.strided.sswap( N, x, strideX, y, strideY )"
base.strided.sswap.ndarray,"base.strided.sswap.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.stdev,"base.strided.stdev( N, correction, x, stride )"
Expand Down
2 changes: 1 addition & 1 deletion signature/data/data.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions typed-signature/data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -2458,8 +2458,8 @@ base.strided.ssumkbn2,"base.strided.ssumkbn2( N:integer, x:Float32Array, stride:
base.strided.ssumkbn2.ndarray,"base.strided.ssumkbn2.ndarray( N:integer, x:Float32Array, stride:integer, offset:integer )"
base.strided.ssumors,"base.strided.ssumors( N:integer, x:Float32Array, stride:integer )"
base.strided.ssumors.ndarray,"base.strided.ssumors.ndarray( N:integer, x:Float32Array, stride:integer, offset:integer )"
base.strided.ssumpw,"base.strided.ssumpw( N:integer, x:Float32Array, stride:integer )"
base.strided.ssumpw.ndarray,"base.strided.ssumpw.ndarray( N:integer, x:Float32Array, stride:integer, offset:integer )"
base.strided.ssumpw,"base.strided.ssumpw( N:integer, x:Float32Array, strideX:integer )"
base.strided.ssumpw.ndarray,"base.strided.ssumpw.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer )"
base.strided.sswap,"base.strided.sswap( N:integer, x:Float32Array, strideX:integer, y:Float32Array, strideY:integer )"
base.strided.sswap.ndarray,"base.strided.sswap.ndarray( N:integer, x:Float32Array, strideX:integer, offsetX:integer, y:Float32Array, strideY:integer, offsetY:integer )"
base.strided.stdev,"base.strided.stdev( N:integer, correction:number, x:Array|TypedArray, stride:integer )"
Expand Down
2 changes: 1 addition & 1 deletion typed-signature/data/data.json

Large diffs are not rendered by default.

0 comments on commit e778f91

Please sign in to comment.