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 bed4e10 commit 3991a98
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, x, strideX )"
base.strided.dnansumkbn2.ndarray,"base.strided.dnansumkbn2.ndarray( N, x, strideX, offsetX )"
base.strided.dnansumors,"base.strided.dnansumors( N, x, strideX )"
base.strided.dnansumors.ndarray,"base.strided.dnansumors.ndarray( N, x, strideX, offsetX )"
base.strided.dnansumpw,"base.strided.dnansumpw( N, x, stride )"
base.strided.dnansumpw.ndarray,"base.strided.dnansumpw.ndarray( N, x, stride, offset )"
base.strided.dnansumpw,"base.strided.dnansumpw( N, x, strideX )"
base.strided.dnansumpw.ndarray,"base.strided.dnansumpw.ndarray( N, x, strideX, offsetX )"
base.strided.dnanvariance,"base.strided.dnanvariance( N, correction, x, stride )"
base.strided.dnanvariance.ndarray,"base.strided.dnanvariance.ndarray( N, correction, x, stride, offset )"
base.strided.dnanvariancech,"base.strided.dnanvariancech( N, correction, x, stride )"
Expand All @@ -1891,8 +1891,8 @@ base.strided.drev,"base.strided.drev( N, x, strideX )"
base.strided.drev.ndarray,"base.strided.drev.ndarray( N, x, strideX, offsetX )"
base.strided.drsqrt,"base.strided.drsqrt( N, x, strideX, y, strideY )"
base.strided.drsqrt.ndarray,"base.strided.drsqrt.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.dsapxsum,"base.strided.dsapxsum( N, alpha, x, stride )"
base.strided.dsapxsum.ndarray,"base.strided.dsapxsum.ndarray( N, alpha, x, stride, offset )"
base.strided.dsapxsum,"base.strided.dsapxsum( N, alpha, x, strideX )"
base.strided.dsapxsum.ndarray,"base.strided.dsapxsum.ndarray( N, alpha, x, strideX, offsetX )"
base.strided.dsapxsumpw,"base.strided.dsapxsumpw( N, alpha, x, strideX )"
base.strided.dsapxsumpw.ndarray,"base.strided.dsapxsumpw.ndarray( N, alpha, x, strideX, offsetX )"
base.strided.dscal,"base.strided.dscal( N, alpha, x, stride )"
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 3991a98

Please sign in to comment.