Skip to content

Commit de1a02a

Browse files
committed
Auto-generated commit
1 parent d92656d commit de1a02a

File tree

2 files changed

+4
-3
lines changed

2 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-09-25)
7+
## Unreleased (2025-09-28)
88

99
<section class="features">
1010

@@ -596,6 +596,7 @@ A total of 25 issues were closed in this release:
596596

597597
<details>
598598

599+
- [`8d55a46`](https://github.com/stdlib-js/stdlib/commit/8d55a4641a5e936d764313ebc470aa2ae38cfd17) - **docs:** update type _(by Athan Reines)_
599600
- [`534fbd0`](https://github.com/stdlib-js/stdlib/commit/534fbd0fab785e6e2b439cdf5966f0cbef47f570) - **feat:** add `ndarray/base/shift` [(#8118)](https://github.com/stdlib-js/stdlib/pull/8118) _(by Muhammad Haris, Athan Reines)_
600601
- [`95e69dc`](https://github.com/stdlib-js/stdlib/commit/95e69dce83d0cfb84e270e9db302ae35178728bd) - **test:** add tests to `ndarray/some-by` for complete test coverage [(#8125)](https://github.com/stdlib-js/stdlib/pull/8125) _(by Muhammad Haris, Athan Reines)_
601602
- [`b7368a4`](https://github.com/stdlib-js/stdlib/commit/b7368a45d5b0cc0bbdf695291837eee3d726da0a) - **fix:** handle edge case when provided an empty ndarray _(by Athan Reines)_

base/flatten-shape/lib/assign.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ var min = require( '@stdlib/math/base/special/fast/min' );
3030
*
3131
* @param {NonNegativeIntegerArray} shape - array shape
3232
* @param {NonNegativeInteger} depth - maximum depth to flatten
33-
* @param {(Array|TypedArray|Object)} out - output object
34-
* @returns {(Array|TypedArray|Object)} array shape
33+
* @param {Collection} out - output object
34+
* @returns {Collection} array shape
3535
*
3636
* @example
3737
* var sh = [ 0, 0 ];

0 commit comments

Comments
 (0)