Skip to content

Commit 7ba3689

Browse files
committed
Auto-generated commit
1 parent ed22e53 commit 7ba3689

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-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-12-04)
7+
## Unreleased (2025-12-08)
88

99
<section class="features">
1010

@@ -43,6 +43,7 @@
4343

4444
<details>
4545

46+
- [`922f550`](https://github.com/stdlib-js/stdlib/commit/922f5502739518bfbf14a690a7e73af49d3172c0) - **docs:** fix return type _(by Athan Reines)_
4647
- [`0efd288`](https://github.com/stdlib-js/stdlib/commit/0efd2889280e00281c200d16528a636922fb8188) - **feat:** remove unsupported signature for complex numbers _(by Philipp Burckhardt)_
4748
- [`721033e`](https://github.com/stdlib-js/stdlib/commit/721033eede9b3a4667728f40695d933f49f541c1) - **docs:** minor clean-up _(by Philipp Burckhardt)_
4849
- [`e995ce7`](https://github.com/stdlib-js/stdlib/commit/e995ce7c82cbe834b8e330968a08810e5b959282) - **fix:** ensure accessor array support _(by Athan Reines)_

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var strided = require( '@stdlib/blas-ext-base-gcusum' ).ndarray;
3434
* Computes the cumulative sum of a one-dimensional ndarray.
3535
*
3636
* @param {ArrayLikeObject<Object>} arrays - array-like object containing an input ndarray, an output ndarray, and an ndarray containing the initial sum
37-
* @returns {number} sum
37+
* @returns {Object} output ndarray
3838
*
3939
* @example
4040
* var ndarray2array = require( '@stdlib/ndarray-to-array' );

0 commit comments

Comments
 (0)