Skip to content

Commit c26217e

Browse files
committed
Auto-generated commit
1 parent 9092cbf commit c26217e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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-02)
7+
## Unreleased (2025-01-03)
88

99
<section class="features">
1010

@@ -34,6 +34,7 @@ A total of 3 issues were closed in this release:
3434

3535
<details>
3636

37+
- [`ff7a8c1`](https://github.com/stdlib-js/stdlib/commit/ff7a8c145900de9b8af74ba06e763b8113dcdec1) - **docs:** add missing spaces _(by Philipp Burckhardt)_
3738
- [`095586c`](https://github.com/stdlib-js/stdlib/commit/095586cf396939fe7379ea9cee817bc0d77e2fea) - **style:** fix indentation _(by Philipp Burckhardt)_
3839
- [`a5086e7`](https://github.com/stdlib-js/stdlib/commit/a5086e783cf46d8a92ee065d4f7bd8b29e832f5d) - **feat:** add C ndarray interface and refactor implementation for `stats/base/scumax` [(#4344)](https://github.com/stdlib-js/stdlib/pull/4344) _(by Aayush Khanna)_
3940
- [`62364f6`](https://github.com/stdlib-js/stdlib/commit/62364f62ea823a3b52c2ad25660ecd80c71f8f36) - **style:** fix C comment alignment _(by Philipp Burckhardt)_

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The function accepts the following arguments:
243243
void stdlib_strided_scumax( const CBLAS_INT N, const float *X, const CBLAS_INT strideX, float *Y, const CBLAS_INT strideY );
244244
```
245245

246-
#### stdlib_strided_scumax_ndarray(N, \*X, strideX, offsetX, \*Y, strideY, offsetY)
246+
#### stdlib_strided_scumax_ndarray( N, \*X, strideX, offsetX, \*Y, strideY, offsetY )
247247

248248
Computes the cumulative maximum of single-precision floating-point strided array elements using alternative indexing semantics.
249249

0 commit comments

Comments
 (0)