Skip to content

Commit 18f94ba

Browse files
committed
Auto-generated commit
1 parent 3dc5108 commit 18f94ba

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-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-08)
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
- [`99378ce`](https://github.com/stdlib-js/stdlib/commit/99378ce076b7c6ec7b0ff29aa1ad8feac9121113) - **fix:** wrap void function call in `API_SUFFIX` [(#4603)](https://github.com/stdlib-js/stdlib/pull/4603) _(by Aayush Khanna)_
3637
- [`095586c`](https://github.com/stdlib-js/stdlib/commit/095586cf396939fe7379ea9cee817bc0d77e2fea) - **style:** fix indentation _(by Philipp Burckhardt)_
3738
- [`6ec8074`](https://github.com/stdlib-js/stdlib/commit/6ec8074bd6e6c406a743cb8a18a7eb220efa7423) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dcumax` [(#4137)](https://github.com/stdlib-js/stdlib/pull/4137) _(by Aayush Khanna, Athan Reines)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ Joey Reed <joeyrreed@gmail.com>
5050
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
5151
Joris Labie <joris.labie1@gmail.com>
5252
Justin Dennison <justin1dennison@gmail.com>
53+
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
5354
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
5455
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
5556
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>

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: Float64Array
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)