File tree 3 files changed +4
-3
lines changed
lib/namespace/base/strided
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -357,6 +357,7 @@ A total of 4 people contributed to this release. Thank you to the following cont
357
357
358
358
<details >
359
359
360
+ - [ ` c1d3885 ` ] ( https://github.com/stdlib-js/stdlib/commit/c1d3885204c3351bc3298b2f7c18b4003ae060df ) - ** refactor:** update paths _ (by Aayush Khanna)_
360
361
- [ ` ac97159 ` ] ( https://github.com/stdlib-js/stdlib/commit/ac97159d577a2aa1550daf19dfb7c146dfd7bcef ) - ** refactor:** update paths _ (by Aayush Khanna)_
361
362
- [ ` 3c365a3 ` ] ( https://github.com/stdlib-js/stdlib/commit/3c365a32a445435156730a7c7dd0c1d3b879f810 ) - ** refactor:** update paths _ (by Aayush Khanna)_
362
363
- [ ` 7018b9f ` ] ( https://github.com/stdlib-js/stdlib/commit/7018b9f18a5bd95edf2deb1db33ca68c9075d421 ) - ** refactor:** update paths _ (by Aayush Khanna)_
Original file line number Diff line number Diff line change @@ -686,7 +686,7 @@ ns.push({
686
686
'@stdlib/stats/base/dnanmidrange' ,
687
687
'@stdlib/stats/strided/drange' ,
688
688
'@stdlib/stats/base/midrange' ,
689
- '@stdlib/stats/base /smidrange'
689
+ '@stdlib/stats/strided /smidrange'
690
690
]
691
691
} ) ;
692
692
Original file line number Diff line number Diff line change @@ -760,8 +760,8 @@ ns.push({
760
760
761
761
ns . push ( {
762
762
'alias' : 'base.strided.smidrange' ,
763
- 'path' : '@stdlib/stats/base /smidrange' ,
764
- 'value' : require ( '@stdlib/stats/base /smidrange' ) ,
763
+ 'path' : '@stdlib/stats/strided /smidrange' ,
764
+ 'value' : require ( '@stdlib/stats/strided /smidrange' ) ,
765
765
'type' : 'Function' ,
766
766
'related' : [
767
767
'@stdlib/stats/strided/dmidrange' ,
You can’t perform that action at this time.
0 commit comments