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 14, 2025
1 parent 71eef28 commit e2d0c2f
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
1 change: 0 additions & 1 deletion .github/.keepalive

This file was deleted.

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-13)
## Unreleased (2025-01-14)

<section class="features">

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

<details>

- [`7f87119`](https://github.com/stdlib-js/stdlib/commit/7f8711919a1a9c6d8ff2f6ee2565c00f695cd6e3) - **docs:** update REPL namespace documentation [(#4741)](https://github.com/stdlib-js/stdlib/pull/4741) _(by stdlib-bot)_
- [`bf19438`](https://github.com/stdlib-js/stdlib/commit/bf19438f835667994827111c4df472b4b091bb0a) - **docs:** update REPL namespace documentation [(#4707)](https://github.com/stdlib-js/stdlib/pull/4707) _(by stdlib-bot, Philipp Burckhardt)_
- [`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)_
Expand Down
4 changes: 2 additions & 2 deletions data/data.csv
Original file line number Diff line number Diff line change
Expand Up @@ -1743,8 +1743,8 @@ base.strided.dmean,"base.strided.dmean( N, x, stride )"
base.strided.dmean.ndarray,"base.strided.dmean.ndarray( N, x, stride, offset )"
base.strided.dmeankbn,"base.strided.dmeankbn( N, x, stride )"
base.strided.dmeankbn.ndarray,"base.strided.dmeankbn.ndarray( N, x, stride, offset )"
base.strided.dmeankbn2,"base.strided.dmeankbn2( N, x, stride )"
base.strided.dmeankbn2.ndarray,"base.strided.dmeankbn2.ndarray( N, x, stride, offset )"
base.strided.dmeankbn2,"base.strided.dmeankbn2( N, x, strideX )"
base.strided.dmeankbn2.ndarray,"base.strided.dmeankbn2.ndarray( N, x, strideX, offsetX )"
base.strided.dmeanli,"base.strided.dmeanli( N, x, stride )"
base.strided.dmeanli.ndarray,"base.strided.dmeanli.ndarray( N, x, stride, offset )"
base.strided.dmeanlipw,"base.strided.dmeanlipw( N, 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 e2d0c2f

Please sign in to comment.