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 934a3bb commit 9124a4f
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
@@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2025-01-09)
## Unreleased (2025-01-11)

<section class="features">

@@ -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)_
16 changes: 8 additions & 8 deletions data/data.csv
Original file line number Diff line number Diff line change
@@ -1907,8 +1907,8 @@ base.strided.dsempn,"base.strided.dsempn( N, correction, x, stride )"
base.strided.dsempn.ndarray,"base.strided.dsempn.ndarray( N, correction, x, stride, offset )"
base.strided.dsemtk,"base.strided.dsemtk( N, correction, x, stride )"
base.strided.dsemtk.ndarray,"base.strided.dsemtk.ndarray( N, correction, x, stride, offset )"
base.strided.dsemwd,"base.strided.dsemwd( N, correction, x, stride )"
base.strided.dsemwd.ndarray,"base.strided.dsemwd.ndarray( N, correction, x, stride, offset )"
base.strided.dsemwd,"base.strided.dsemwd( N, correction, x, strideX )"
base.strided.dsemwd.ndarray,"base.strided.dsemwd.ndarray( N, correction, x, strideX, offsetX )"
base.strided.dsemyc,"base.strided.dsemyc( N, correction, x, stride )"
base.strided.dsemyc.ndarray,"base.strided.dsemyc.ndarray( N, correction, x, stride, offset )"
base.strided.dsmean,"base.strided.dsmean( N, x, stride )"
@@ -2079,12 +2079,12 @@ base.strided.gsum,"base.strided.gsum( N, x, stride )"
base.strided.gsum.ndarray,"base.strided.gsum.ndarray( N, x, stride, offset )"
base.strided.gsumkbn,"base.strided.gsumkbn( N, x, stride )"
base.strided.gsumkbn.ndarray,"base.strided.gsumkbn.ndarray( N, x, stride, offset )"
base.strided.gsumkbn2,"base.strided.gsumkbn2( N, x, stride )"
base.strided.gsumkbn2.ndarray,"base.strided.gsumkbn2.ndarray( N, x, stride, offset )"
base.strided.gsumors,"base.strided.gsumors( N, x, stride )"
base.strided.gsumors.ndarray,"base.strided.gsumors.ndarray( N, x, stride, offset )"
base.strided.gsumpw,"base.strided.gsumpw( N, x, stride )"
base.strided.gsumpw.ndarray,"base.strided.gsumpw.ndarray( N, x, stride, offset )"
base.strided.gsumkbn2,"base.strided.gsumkbn2( N, x, strideX )"
base.strided.gsumkbn2.ndarray,"base.strided.gsumkbn2.ndarray( N, x, strideX, offsetX )"
base.strided.gsumors,"base.strided.gsumors( N, x, strideX )"
base.strided.gsumors.ndarray,"base.strided.gsumors.ndarray( N, x, strideX, offsetX )"
base.strided.gsumpw,"base.strided.gsumpw( N, x, strideX )"
base.strided.gsumpw.ndarray,"base.strided.gsumpw.ndarray( N, x, strideX, offsetX )"
base.strided.gswap,"base.strided.gswap( N, x, strideX, y, strideY )"
base.strided.gswap.ndarray,"base.strided.gswap.ndarray( N, x, strideX, offsetX, y, strideY, offsetY )"
base.strided.mapBy,"base.strided.mapBy( N, x, sx, y, sy, fcn, clbk[, thisArg] )"
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 9124a4f

Please sign in to comment.