Skip to content

Commit 52d222e

Browse files
committed
Auto-generated commit
1 parent 9bcda81 commit 52d222e

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-11)
7+
## Unreleased (2025-01-14)
88

99
<section class="features">
1010

@@ -32,6 +32,7 @@
3232

3333
<details>
3434

35+
- [`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)_
3536
- [`859e486`](https://github.com/stdlib-js/stdlib/commit/859e4866f3eb237fbbfe4f156d52e429ae8ebe9d) - **docs:** update examples in `stats/base/scumaxabs` [(#4695)](https://github.com/stdlib-js/stdlib/pull/4695) _(by Aayush Khanna)_
3637
- [`0619690`](https://github.com/stdlib-js/stdlib/commit/0619690c1a69a402ba6315631506302f010d6404) - **feat:** add C ndarray interface and refactor implementation for `stats/base/scumaxabs` [(#4684)](https://github.com/stdlib-js/stdlib/pull/4684) _(by Aayush Khanna)_
3738
- [`604d9b5`](https://github.com/stdlib-js/stdlib/commit/604d9b5a2c932d701b53cee0845c1309a0a2e1f9) - **fix:** remove unused deps and fix indentation _(by Athan Reines)_

docs/repl.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@
2020
Input array.
2121

2222
strideX: integer
23-
Stride Length for `x`.
23+
Stride length for `x`.
2424

2525
y: Float32Array
2626
Output array.
2727

2828
strideY: integer
29-
Stride Length for `y`.
29+
Stride length for `y`.
3030

3131
Returns
3232
-------
@@ -75,7 +75,7 @@
7575
Input array.
7676

7777
strideX: integer
78-
Stride Length for `x`.
78+
Stride length for `x`.
7979

8080
offsetX: integer
8181
Starting index for `x`.
@@ -84,7 +84,7 @@
8484
Output array.
8585

8686
strideY: integer
87-
Stride Length for `y`.
87+
Stride length for `y`.
8888

8989
offsetY: integer
9090
Starting index for `y`.

0 commit comments

Comments
 (0)