Skip to content

Commit 65a19c4

Browse files
committed
Auto-generated commit
1 parent fc3123c commit 65a19c4

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-11-24)
7+
## Unreleased (2025-11-29)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`347914d`](https://github.com/stdlib-js/stdlib/commit/347914dc5de466218b40f73e5302d8439f7ba20f) - **test:** update descriptions _(by Athan Reines)_
2526
- [`ffd12f6`](https://github.com/stdlib-js/stdlib/commit/ffd12f673f9ce1081f9153a97232b50aaa7ddb5e) - **feat:** add `stats/base/ndarray/dcuminabs` [(#8572)](https://github.com/stdlib-js/stdlib/pull/8572) _(by Pratik, Athan Reines)_
2627

2728
</details>

test/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ tape( 'the function calculates the cumulative minimum absolute value of a one-di
114114
t.end();
115115
});
116116

117-
tape( 'if provided an empty vector, the function returns the output array unchanged', function test( t ) {
117+
tape( 'if provided an empty ndarray, the function returns the output array unchanged', function test( t ) {
118118
var expected;
119119
var xbuf;
120120
var x;

0 commit comments

Comments
 (0)