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 4988ff0 commit 877520a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -32,6 +32,7 @@

<details>

- [`b00d9f1`](/~https://github.com/stdlib-js/stdlib/commit/b00d9f1064701187f48a05b9753e74ae835b0726) - **docs:** fix typing error in `repl.txt` of `stats/base/*` [(#4750)](/~https://github.com/stdlib-js/stdlib/pull/4750) _(by Aayush Khanna)_
- [`7e63aad`](/~https://github.com/stdlib-js/stdlib/commit/7e63aad8c0b42330b0933973bddea8d1c5e84862) - **fix:** wrap function calls in `API_SUFFIX` in native addons [(#4646)](/~https://github.com/stdlib-js/stdlib/pull/4646) _(by Aayush Khanna)_
- [`095586c`](/~https://github.com/stdlib-js/stdlib/commit/095586cf396939fe7379ea9cee817bc0d77e2fea) - **style:** fix indentation _(by Philipp Burckhardt)_
- [`eb05b7c`](/~https://github.com/stdlib-js/stdlib/commit/eb05b7c066210f21a3837a858c3956cc053450a3) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmskrange` [(#4376)](/~https://github.com/stdlib-js/stdlib/pull/4376) _(by Aayush Khanna, Athan Reines, stdlib-bot)_
Expand Down
8 changes: 4 additions & 4 deletions docs/repl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@
Input array.

strideX: integer
Stride Length for `x`.
Stride length for `x`.

mask: Uint8Array
Mask array.

strideMask: integer
Stride Length for `mask`.
Stride length for `mask`.

Returns
-------
Expand Down Expand Up @@ -79,7 +79,7 @@
Input array.

strideX: integer
Stride Length for `x`.
Stride length for `x`.

offsetX: integer
Starting index for `x`.
Expand All @@ -88,7 +88,7 @@
Mask array.

strideMask: integer
Stride Length for `mask`.
Stride length for `mask`.

offsetMask: integer
Starting index for `mask`.
Expand Down

0 comments on commit 877520a

Please sign in to comment.