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 Nov 24, 2024
1 parent de2908d commit ccd5b82
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 9 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-20)
## Unreleased (2024-11-24)

<section class="features">

Expand All @@ -31,6 +31,7 @@

<details>

- [`136231d`](https://github.com/stdlib-js/stdlib/commit/136231d9a98f773662721f5f292cf50220deafc5) - **docs:** update REPL namespace documentation [(#3244)](https://github.com/stdlib-js/stdlib/pull/3244) _(by stdlib-bot, Philipp Burckhardt)_
- [`4b1d77d`](https://github.com/stdlib-js/stdlib/commit/4b1d77d2bd001d5970ce93230765a579fb41349d) - **docs:** update REPL namespace documentation [(#3191)](https://github.com/stdlib-js/stdlib/pull/3191) _(by stdlib-bot, Philipp Burckhardt)_
- [`254fa9e`](https://github.com/stdlib-js/stdlib/commit/254fa9ec906b3a6c62551e13bd0aeef1c1f29af8) - **feat:** add `Float64ArrayLE`, `Float32ArrayLE`, `Float64ArrayFE`, and `Float32ArrayFE` to namespace _(by Athan Reines)_
- [`a215aba`](https://github.com/stdlib-js/stdlib/commit/a215aba7a01decc26f4d2ea7b7046dafc69ea96b) - **feat:** add `isndarrayLikeWithDataType` to namespace _(by Athan Reines)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ Roman Stetsyk <[email protected]>
Rutam <[email protected]>
Ruthwik Chikoti <[email protected]>
Ryan Seal <[email protected]>
Rylan Yang <[email protected]>
Sai Srikar Dumpeti <[email protected]>
SarthakPaandey <[email protected]>
Saurabh Singh <[email protected]>
Expand Down
8 changes: 4 additions & 4 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1867,8 +1867,8 @@ base.strided.dnansumkbn2,"base.strided.dnansumkbn2( N:integer, x:Float64Array, s
base.strided.dnansumkbn2.ndarray,"base.strided.dnansumkbn2.ndarray( N:integer, x:Float64Array, strideX:integer, offsetX:integer )"
base.strided.dnansumors,"base.strided.dnansumors( N:integer, x:Float64Array, strideX:integer )"
base.strided.dnansumors.ndarray,"base.strided.dnansumors.ndarray( N:integer, x:Float64Array, strideX:integer, offsetX:integer )"
base.strided.dnansumpw,"base.strided.dnansumpw( N:integer, x:Float64Array, stride:integer )"
base.strided.dnansumpw.ndarray,"base.strided.dnansumpw.ndarray( N:integer, x:Float64Array, stride:integer, offset:integer )"
base.strided.dnansumpw,"base.strided.dnansumpw( N:integer, x:Float64Array, strideX:integer )"
base.strided.dnansumpw.ndarray,"base.strided.dnansumpw.ndarray( N:integer, x:Float64Array, strideX:integer, offsetX:integer )"
base.strided.dnanvariance,"base.strided.dnanvariance( N:integer, correction:number, x:Float64Array, stride:integer )"
base.strided.dnanvariance.ndarray,"base.strided.dnanvariance.ndarray( N:integer, correction:number, x:Float64Array, stride:integer, offset:integer )"
base.strided.dnanvariancech,"base.strided.dnanvariancech( N:integer, correction:number, x:Float64Array, stride:integer )"
Expand All @@ -1891,8 +1891,8 @@ base.strided.drev,"base.strided.drev( N:integer, x:Float64Array, strideX:integer
base.strided.drev.ndarray,"base.strided.drev.ndarray( N:integer, x:Float64Array, strideX:integer, offsetX:integer )"
base.strided.drsqrt,"base.strided.drsqrt( N:integer, x:Float64Array, strideX:integer, y:Float64Array, strideY:integer )"
base.strided.drsqrt.ndarray,"base.strided.drsqrt.ndarray( N:integer, x:Float64Array, strideX:integer, offsetX:integer, y:Float64Array, strideY:integer, offsetY:integer )"
base.strided.dsapxsum,"base.strided.dsapxsum( N:integer, alpha:number, x:Float32Array, stride:integer )"
base.strided.dsapxsum.ndarray,"base.strided.dsapxsum.ndarray( N:integer, alpha:number, x:Float32Array, stride:integer, offset:integer )"
base.strided.dsapxsum,"base.strided.dsapxsum( N:integer, alpha:number, x:Float32Array, strideX:integer )"
base.strided.dsapxsum.ndarray,"base.strided.dsapxsum.ndarray( N:integer, alpha:number, x:Float32Array, strideX:integer, offsetX:integer )"
base.strided.dsapxsumpw,"base.strided.dsapxsumpw( N:integer, alpha:number, x:Float32Array, strideX:integer )"
base.strided.dsapxsumpw.ndarray,"base.strided.dsapxsumpw.ndarray( N:integer, alpha:number, x:Float32Array, strideX:integer, offsetX:integer )"
base.strided.dscal,"base.strided.dscal( N:integer, alpha:number, x:Float64Array, stride:integer )"
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 ccd5b82

Please sign in to comment.