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-05-20 )
7+ ## Unreleased (2025-05-21 )
88
99<section class =" features " >
1010
@@ -407,6 +407,7 @@ A total of 15 issues were closed in this release:
407407
408408<details >
409409
410+ - [ ` cc20b2d ` ] ( https://github.com/stdlib-js/stdlib/commit/cc20b2de446f10e06216b84bdd5457ef473ffdd6 ) - ** refactor:** update require path _ (by Athan Reines)_
410411- [ ` 5149a37 ` ] ( https://github.com/stdlib-js/stdlib/commit/5149a3789bf321b18b1636b838ab086175b6c2ca ) - ** feat:** add ` ndarray/base/unary-reduce-subarray-by ` [ (#7008 )] ( https://github.com/stdlib-js/stdlib/pull/7008 ) _ (by Muhammad Haris, Athan Reines)_
411412- [ ` 89d9dc3 ` ] ( https://github.com/stdlib-js/stdlib/commit/89d9dc316985aa3c194222afbf8146e58ff6d761 ) - ** docs:** update namespace table of contents [ (#7046 )] ( https://github.com/stdlib-js/stdlib/pull/7046 ) _ (by stdlib-bot)_
412413- [ ` a300862 ` ] ( https://github.com/stdlib-js/stdlib/commit/a300862d4f05d4d8bd85f1e235db93ad5d35a767 ) - ** fix:** address increment bugs _ (by Athan Reines)_
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ var iterationOrder = require( './../../../base/iteration-order' );
2424var minmaxViewBufferIndex = require ( './../../../base/minmax-view-buffer-index' ) ;
2525var ndarray2object = require ( './../../../base/ndarraylike2object' ) ;
2626var strides2order = require ( './../../../base/strides2order' ) ;
27- var anyIsEntryIn = require ( '@stdlib/array/base/assert/ any-is-entry-in' ) ;
27+ var anyIsEntryIn = require ( '@stdlib/array/base/any-is-entry-in' ) ;
2828var format = require ( '@stdlib/string/format' ) ;
2929var blockedaccessorbinary2d = require ( './2d_blocked_accessors.js' ) ;
3030var blockedaccessorbinary3d = require ( './3d_blocked_accessors.js' ) ;
You can’t perform that action at this time.
0 commit comments