Skip to content

Commit ede7f6f

Browse files
committed
Move namespace to parent directory
1 parent 2028240 commit ede7f6f

File tree

38 files changed

+28
-28
lines changed

38 files changed

+28
-28
lines changed

docs/migration-guides/lodash/data/lodash_4_17_x.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ partition,(planned)
8686
reduce,(planned)
8787
reduceRight,(planned)
8888
reject,(planned)
89-
sample,math/generics/random
89+
sample,math/random
9090
sampleSize,N/A
91-
shuffle,math/generics/random
91+
shuffle,math/random
9292
size,N/A
9393
some,utils/some
9494
sortBy,(planned)

docs/migration-guides/simple-statistics/data/simple_statistics_3_0_0.csv

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ sampleCovariance,(planned)
3232
rSquared,(planned)
3333
linearRegression,(planned)
3434
linearRegressionLine,(planned)
35-
shuffle,math/generics/random/shuffle
36-
shuffleInPlace,math/generics/random/shuffle
37-
sampleWithReplacement,math/generics/random/sample
38-
sample,math/generics/random/sample
35+
shuffle,math/random/shuffle
36+
shuffleInPlace,math/random/shuffle
37+
sampleWithReplacement,math/random/sample
38+
sample,math/random/sample
3939
BayesianClassifer,(planned)
4040
PerceptronModel,(planned)
4141
bernoulliDistribution,math/base/dist/bernoulli

docs/migration-guides/underscore/data/underscore_1_18_3.csv

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ sortBy,N/A
1919
groupBy,(planned)
2020
indexBy,(maybe)
2121
countBy,(planned)
22-
shuffle,math/generics/random/*
23-
sample,math/generics/random/*
22+
shuffle,math/random/*
23+
sample,math/random/*
2424
toArray,N/A
2525
size,N/A
2626
partition,(planned)

lib/node_modules/@stdlib/math/generics/statistics/chi2gof/lib/chi2gof.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/generics/random/README.md renamed to lib/node_modules/@stdlib/math/random/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/generics/random/examples/index.js renamed to lib/node_modules/@stdlib/math/random/examples/index.js

File renamed without changes.

lib/node_modules/@stdlib/math/generics/random/lib/index.js renamed to lib/node_modules/@stdlib/math/random/lib/index.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/generics/random/package.json renamed to lib/node_modules/@stdlib/math/random/package.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/generics/random/sample/README.md renamed to lib/node_modules/@stdlib/math/random/sample/README.md

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/node_modules/@stdlib/math/generics/random/sample/docs/repl.txt renamed to lib/node_modules/@stdlib/math/random/sample/docs/repl.txt

File renamed without changes.

0 commit comments

Comments
 (0)