Skip to content

Commit 585950e

Browse files
committed
Auto-generated commit
1 parent d6115c3 commit 585950e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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-11)
88

99
<section class="features">
1010

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

3333
<details>
3434

35+
- [`0b2e23d`](https://github.com/stdlib-js/stdlib/commit/0b2e23d1110ea3f9cb13e4918767566a94901a54) - **docs:** fix description _(by Athan Reines)_
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
- [`3fcf22f`](https://github.com/stdlib-js/stdlib/commit/3fcf22faa5d7906c4278be7ad408379c36c7396e) - **feat:** add C ndarray interface and refactor implementation for `stats/base/dmidrange` [(#4340)](https://github.com/stdlib-js/stdlib/pull/4340) _(by Aayush Khanna)_
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>

src/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ double API_SUFFIX(stdlib_strided_dmidrange)( const CBLAS_INT N, const double *X,
3737
}
3838

3939
/**
40-
* Computes the mid-range of a double-precision floating-point strided array and using alternative indexing semantics.
40+
* Computes the mid-range of a double-precision floating-point strided array using alternative indexing semantics.
4141
*
4242
* @param N number of indexed elements
4343
* @param X input array

0 commit comments

Comments
 (0)