Skip to content

Commit 269db61

Browse files
committed
Auto-generated commit
1 parent 09fa865 commit 269db61

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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
- [`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)_
3637
- [`b9c545d`](https://github.com/stdlib-js/stdlib/commit/b9c545d02e7ee5cacdba296fbd478291f7634cb6) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmediansorted` [(#4466)](https://github.com/stdlib-js/stdlib/pull/4466) _(by Aayush Khanna, Athan Reines, stdlib-bot)_
3738
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
Sorted input array.
2424

2525
strideX: integer
26-
Stride Length.
26+
Stride length.
2727

2828
Returns
2929
-------
@@ -66,7 +66,7 @@
6666
Sorted input array.
6767

6868
strideX: integer
69-
Stride Length.
69+
Stride length.
7070

7171
offsetX: integer
7272
Starting index.

0 commit comments

Comments
 (0)