File tree 4 files changed +6
-5
lines changed
lib/namespace/base/strided
4 files changed +6
-5
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
+ - [ ` 3c365a3 ` ] ( https://github.com/stdlib-js/stdlib/commit/3c365a32a445435156730a7c7dd0c1d3b879f810 ) - ** refactor:** update paths _ (by Aayush Khanna)_
360
361
- [ ` 7018b9f ` ] ( https://github.com/stdlib-js/stdlib/commit/7018b9f18a5bd95edf2deb1db33ca68c9075d421 ) - ** refactor:** update paths _ (by Aayush Khanna)_
361
362
- [ ` 87d0fae ` ] ( https://github.com/stdlib-js/stdlib/commit/87d0faeb87ce6a1190289605dbed97d168d3d46e ) - ** refactor:** update paths _ (by Aayush Khanna)_
362
363
- [ ` bcb2672 ` ] ( https://github.com/stdlib-js/stdlib/commit/bcb2672af46fd41da597a8fd8069e0c0bc4d580c ) - ** refactor:** update paths _ (by Aayush Khanna)_
Original file line number Diff line number Diff line change @@ -904,8 +904,8 @@ ns.push({
904
904
905
905
ns . push ( {
906
906
'alias' : 'base.strided.dmskrange' ,
907
- 'path' : '@stdlib/stats/base /dmskrange' ,
908
- 'value' : require ( '@stdlib/stats/base /dmskrange' ) ,
907
+ 'path' : '@stdlib/stats/strided /dmskrange' ,
908
+ 'value' : require ( '@stdlib/stats/strided /dmskrange' ) ,
909
909
'type' : 'Function' ,
910
910
'related' : [
911
911
'@stdlib/stats/strided/dmskmax' ,
@@ -1142,7 +1142,7 @@ ns.push({
1142
1142
'value' : require ( '@stdlib/stats/base/dnanmskrange' ) ,
1143
1143
'type' : 'Function' ,
1144
1144
'related' : [
1145
- '@stdlib/stats/base /dmskrange' ,
1145
+ '@stdlib/stats/strided /dmskrange' ,
1146
1146
'@stdlib/stats/strided/dnanrange' ,
1147
1147
'@stdlib/stats/base/dnanmskmax' ,
1148
1148
'@stdlib/stats/base/dnanmskmin' ,
Original file line number Diff line number Diff line change @@ -324,7 +324,7 @@ ns.push({
324
324
'value' : require ( '@stdlib/stats/base/mskrange' ) ,
325
325
'type' : 'Function' ,
326
326
'related' : [
327
- '@stdlib/stats/base /dmskrange' ,
327
+ '@stdlib/stats/strided /dmskrange' ,
328
328
'@stdlib/stats/base/range' ,
329
329
'@stdlib/stats/base/mskmax' ,
330
330
'@stdlib/stats/base/mskmin' ,
Original file line number Diff line number Diff line change @@ -992,7 +992,7 @@ ns.push({
992
992
'value' : require ( '@stdlib/stats/strided/smskrange' ) ,
993
993
'type' : 'Function' ,
994
994
'related' : [
995
- '@stdlib/stats/base /dmskrange' ,
995
+ '@stdlib/stats/strided /dmskrange' ,
996
996
'@stdlib/stats/base/mskrange' ,
997
997
'@stdlib/stats/strided/smskmax' ,
998
998
'@stdlib/stats/strided/smskmin' ,
You can’t perform that action at this time.
0 commit comments