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 Jan 11, 2025
1 parent fe770eb commit 42bb619
Show file tree
Hide file tree
Showing 5 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 (2025-01-09)
## Unreleased (2025-01-11)

<section class="features">

Expand Down Expand Up @@ -34,6 +34,7 @@

<details>

- [`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)_
- [`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)_
- [`90985e9`](https://github.com/stdlib-js/stdlib/commit/90985e94abe1ce46f70d0c36c1b843d587088516) - **docs:** update REPL namespace documentation [(#4624)](https://github.com/stdlib-js/stdlib/pull/4624) _(by stdlib-bot)_
- [`e347491`](https://github.com/stdlib-js/stdlib/commit/e3474917c7fb1dc4d96ce5a22edd39201647deda) - **docs:** update REPL namespace documentation [(#4519)](https://github.com/stdlib-js/stdlib/pull/4519) _(by stdlib-bot)_
Expand Down
16 changes: 8 additions & 8 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1906,8 +1906,8 @@ base.strided.dsempn,"\nbase.strided.dsempn( N:integer, correction:number, x:Floa
base.strided.dsempn.ndarray,"\nbase.strided.dsempn.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a two-pass algorithm and alternative indexing\n semantics.\n"
base.strided.dsemtk,"\nbase.strided.dsemtk( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass textbook algorithm.\n"
base.strided.dsemtk.ndarray,"\nbase.strided.dsemtk.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass textbook algorithm and alternative\n indexing semantics.\n"
base.strided.dsemwd,"\nbase.strided.dsemwd( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm.\n"
base.strided.dsemwd.ndarray,"\nbase.strided.dsemwd.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm and alternative indexing\n semantics.\n"
base.strided.dsemwd,"\nbase.strided.dsemwd( N:integer, correction:number, x:Float64Array, \n strideX:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm.\n"
base.strided.dsemwd.ndarray,"\nbase.strided.dsemwd.ndarray( N:integer, correction:number, x:Float64Array, \n strideX:integer, offsetX:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using Welford's algorithm and alternative indexing\n semantics.\n"
base.strided.dsemyc,"\nbase.strided.dsemyc( N:integer, correction:number, x:Float64Array, \n stride:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass algorithm proposed by Youngs and\n Cramer.\n"
base.strided.dsemyc.ndarray,"\nbase.strided.dsemyc.ndarray( N:integer, correction:number, x:Float64Array, \n stride:integer, offset:integer )\n Computes the standard error of the mean for a double-precision floating-\n point strided array using a one-pass algorithm proposed by Youngs and Cramer\n and alternative indexing semantics.\n"
base.strided.dsmean,"\nbase.strided.dsmean( N:integer, x:Float32Array, stride:integer )\n Computes the arithmetic mean of a single-precision floating-point strided\n array using extended accumulation and returning an extended precision\n result.\n"
Expand Down Expand Up @@ -2078,12 +2078,12 @@ base.strided.gsum,"\nbase.strided.gsum( N:integer, x:Array|TypedArray, stride:in
base.strided.gsum.ndarray,"\nbase.strided.gsum.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using alternative indexing\n semantics.\n"
base.strided.gsumkbn,"\nbase.strided.gsumkbn( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using an improved Kahan–Babuška\n algorithm.\n"
base.strided.gsumkbn.ndarray,"\nbase.strided.gsumkbn.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using an improved Kahan–Babuška\n algorithm and alternative indexing semantics.\n"
base.strided.gsumkbn2,"\nbase.strided.gsumkbn2( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm.\n"
base.strided.gsumkbn2.ndarray,"\nbase.strided.gsumkbn2.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm and alternative indexing semantics.\n"
base.strided.gsumors,"\nbase.strided.gsumors( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation.\n"
base.strided.gsumors.ndarray,"\nbase.strided.gsumors.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation and alternative indexing semantics.\n"
base.strided.gsumpw,"\nbase.strided.gsumpw( N:integer, x:Array|TypedArray, stride:integer )\n Computes the sum of strided array elements using pairwise summation.\n"
base.strided.gsumpw.ndarray,"\nbase.strided.gsumpw.ndarray( N:integer, x:Array|TypedArray, stride:integer, \n offset:integer )\n Computes the sum of strided array elements using pairwise summation and\n alternative indexing semantics.\n"
base.strided.gsumkbn2,"\nbase.strided.gsumkbn2( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm.\n"
base.strided.gsumkbn2.ndarray,"\nbase.strided.gsumkbn2.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using a second-order iterative\n Kahan–Babuška algorithm and alternative indexing semantics.\n"
base.strided.gsumors,"\nbase.strided.gsumors( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation.\n"
base.strided.gsumors.ndarray,"\nbase.strided.gsumors.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using ordinary recursive\n summation and alternative indexing semantics.\n"
base.strided.gsumpw,"\nbase.strided.gsumpw( N:integer, x:Array|TypedArray, strideX:integer )\n Computes the sum of strided array elements using pairwise summation.\n"
base.strided.gsumpw.ndarray,"\nbase.strided.gsumpw.ndarray( N:integer, x:Array|TypedArray, strideX:integer, \n offsetX:integer )\n Computes the sum of strided array elements using pairwise summation and\n alternative indexing semantics.\n"
base.strided.gswap,"\nbase.strided.gswap( N:integer, x:ArrayLikeObject, strideX:integer, \n y:ArrayLikeObject, strideY:integer )\n Interchanges vectors `x` and `y`.\n"
base.strided.gswap.ndarray,"\nbase.strided.gswap.ndarray( N:integer, x:ArrayLikeObject, strideX:integer, \n offsetX:integer, y:ArrayLikeObject, strideY:integer, offsetY:integer )\n Interchanges vectors `x` and `y` using alternative indexing semantics.\n"
base.strided.mapBy,"\nbase.strided.mapBy( N:integer, x:Array|TypedArray|Object, sx:integer, \n y:Array|TypedArray|Object, sy:integer, fcn:Function, clbk:Function[, \n thisArg:any] )\n Applies a unary function to each element retrieved from a strided input\n array according to a callback function and assigns results to a strided\n output array.\n"
Expand Down
2 changes: 1 addition & 1 deletion data/data.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/index.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/index.js.map

Large diffs are not rendered by default.

0 comments on commit 42bb619

Please sign in to comment.