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 14, 2024
1 parent c99ea6b commit 37a9fbe
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 11 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-12-08)
## Unreleased (2024-12-14)

<section class="features">

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

<details>

- [`05e89d4`](https://github.com/stdlib-js/stdlib/commit/05e89d4f958c0363eddb9e18e1610289e8d64377) - **docs:** update REPL namespace documentation [(#3901)](https://github.com/stdlib-js/stdlib/pull/3901) _(by stdlib-bot, Philipp Burckhardt)_
- [`911e839`](https://github.com/stdlib-js/stdlib/commit/911e839cdb47eaed4d3f87f9b22d337c872fbbb3) - **docs:** update REPL namespace documentation [(#3372)](https://github.com/stdlib-js/stdlib/pull/3372) _(by stdlib-bot, Philipp Burckhardt)_
- [`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)_
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ UtkershBasnet <[email protected]>
Vaibhav Patel <[email protected]>
Varad Gupta <[email protected]>
Vinit Pandit <[email protected]>
Vivek maurya <[email protected]>
Xiaochuan Ye <[email protected]>
Yaswanth Kosuru <[email protected]>
Yernar Yergaziyev <[email protected]>
Expand Down
12 changes: 6 additions & 6 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1953,10 +1953,10 @@ base.strided.dsqrt,"base.strided.dsqrt( N, x, strideX, y, strideY )"
base.strided.dsqrt.ndarray,"base.strided.dsqrt.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.dssum,"base.strided.dssum( N, x, stride )"
base.strided.dssum.ndarray,"base.strided.dssum.ndarray( N, x, stride, offset )"
base.strided.dssumors,"base.strided.dssumors( N, x, stride )"
base.strided.dssumors.ndarray,"base.strided.dssumors.ndarray( N, x, stride, offset )"
base.strided.dssumpw,"base.strided.dssumpw( N, x, stride )"
base.strided.dssumpw.ndarray,"base.strided.dssumpw.ndarray( N, x, stride, offset )"
base.strided.dssumors,"base.strided.dssumors( N, x, strideX )"
base.strided.dssumors.ndarray,"base.strided.dssumors.ndarray( N, x, strideX, offsetX )"
base.strided.dssumpw,"base.strided.dssumpw( N, x, strideX )"
base.strided.dssumpw.ndarray,"base.strided.dssumpw.ndarray( N, x, strideX, offsetX )"
base.strided.dstdev,"base.strided.dstdev( N, correction, x, stride )"
base.strided.dstdev.ndarray,"base.strided.dstdev.ndarray( N, correction, x, stride, offset )"
base.strided.dstdevch,"base.strided.dstdevch( N, correction, x, stride )"
Expand Down Expand Up @@ -2456,8 +2456,8 @@ base.strided.ssumkbn,"base.strided.ssumkbn( N, x, stride )"
base.strided.ssumkbn.ndarray,"base.strided.ssumkbn.ndarray( N, x, stride, offset )"
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.ssumors,"base.strided.ssumors( N, x, strideX )"
base.strided.ssumors.ndarray,"base.strided.ssumors.ndarray( N, x, strideX, offsetX )"
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 )"
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 37a9fbe

Please sign in to comment.