File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44
55<section class =" release " id =" unreleased " >
66
7- ## Unreleased (2025-11-24 )
7+ ## Unreleased (2025-11-29 )
88
99<section class =" features " >
1010
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 >
Original file line number Diff line number Diff 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 ;
You can’t perform that action at this time.
0 commit comments