@@ -45,7 +45,7 @@ BaselineOfPolyMath >> baseline: spec [
4545 package: ' Math-Complex'
4646 with: [ spec requires: #('Math-Numerical' 'Math-Polynomials') ];
4747 package: ' Math-Helpers' ;
48- package: ' Math-Distributions' with: [ spec requires: #('PolyMathDataStructures') ];
48+ package: ' Math-Distributions' with: [ spec requires: #('PolyMathDataStructures' 'Math-Numerical' 'Math-Polynomials' ) ];
4949 package: ' Math-Core-Process' with: [ spec requires: #('Math-Helpers') ];
5050 package: ' Math-Numerical' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];
5151 package: ' Math-Polynomials' with: [ spec requires: #('PolyMathDataStructures' 'Math-Helpers' 'Math-Core-Process' 'Math-Distributions' 'Math-StatisticalMoments' 'Math-Series') ];
@@ -57,8 +57,6 @@ BaselineOfPolyMath >> baseline: spec [
5757 #('Math-Numerical' 'Math-Chromosome' 'Math-Accuracy-Core' 'PolyMathDataStructures' 'Math-Helpers' 'Math-Polynomials') ];
5858 package: ' Math-KDTree' ;
5959 package: ' Math-KernelSmoothing' with: [ spec requires: #('Math-Quantile' 'Math-Numerical' 'Math-Polynomials') ];
60- package: ' Math-KolmogorovSmirnov'
61- with: [ spec requires: #('Math-Numerical' 'Math-Polynomials') ];
6260 package: ' Math-Number-Extensions' ;
6361 package: ' Math-ODE' with: [ spec requires: #('Math-Numerical' 'PolyMathDataStructures' 'Math-Polynomials') ];
6462 package: ' Math-Permutation' with: [ spec requires: #('PolyMathDataStructures' 'Math-Core-Process') ];
@@ -94,9 +92,6 @@ BaselineOfPolyMath >> baseline: spec [
9492 with: [ spec requires: #('Math-KDTree') ];
9593 package: ' Math-Tests-KernelSmoothing'
9694 with: [ spec requires: #('Math-KernelSmoothing') ];
97- package: ' Math-Tests-KolmogorovSmirnov'
98- with: [ spec
99- requires: #('Math-Numerical' 'Math-KolmogorovSmirnov' 'Math-Polynomials') ];
10095 package: ' Math-Tests-Number-Extensions'
10196 with: [ spec requires: #('Math-Number-Extensions') ];
10297 package: ' Math-Tests-ODE' with: [ spec requires: #('Math-ODE') ];
@@ -125,10 +120,10 @@ BaselineOfPolyMath >> baseline: spec [
125120 #('Math-Complex' 'Math-Quaternion' 'Math-Numerical' 'Math-Random' 'Math-KDTree' 'Math-ODE' 'Math-ArbitraryPrecisionFloat' 'Math-FastFourierTransform' 'ExtendedNumberParser' 'Math-Quantile' 'Math-Physics-Constants' 'Math-Polynomials' 'Math-TSNE' 'Math-Core-Process' 'Math-Helpers' 'PolyMathDataStructures' 'Math-Distributions') ;
126121 group: ' Extensions'
127122 with:
128- #('Math-Clustering' 'Math-Number-Extensions' 'Math-Chromosome' 'Math-PrincipalComponentAnalysis' 'Math-FunctionFit' 'Math-AutomaticDifferenciation' 'Math-KernelSmoothing' 'Math-Permutation' 'Math-KolmogorovSmirnov' ) ;
123+ #('Math-Clustering' 'Math-Number-Extensions' 'Math-Chromosome' 'Math-PrincipalComponentAnalysis' 'Math-FunctionFit' 'Math-AutomaticDifferenciation' 'Math-KernelSmoothing' 'Math-Permutation') ;
129124 group: ' Tests'
130125 with:
131- #('Math-Tests-Clustering' 'Math-Tests-Numerical' 'Math-Tests-Complex' 'Math-Tests-Quaternion' 'Math-Tests-Random' 'Math-Tests-ODE' 'Math-Tests-KDTree' 'Math-Tests-FunctionFit' 'Math-Tests-AutomaticDifferenciation' 'Math-Tests-FastFourierTransform' 'Math-Tests-Accuracy' 'Math-Tests-ArbitraryPrecisionFloat' 'Math-Tests-KolmogorovSmirnov' 'Math-Tests- Quantile' 'Math-Tests-Polynomials' 'Math-Tests-PrincipalComponentAnalysis' 'Math-Tests-KernelSmoothing' 'Math-Tests-Number-Extensions' 'Math-Tests-Permutation' 'Math-Tests-TSNE' 'Math-Tests-Core-Process' 'Math-Tests-Distributions') ;
126+ #('Math-Tests-Clustering' 'Math-Tests-Numerical' 'Math-Tests-Complex' 'Math-Tests-Quaternion' 'Math-Tests-Random' 'Math-Tests-ODE' 'Math-Tests-KDTree' 'Math-Tests-FunctionFit' 'Math-Tests-AutomaticDifferenciation' 'Math-Tests-FastFourierTransform' 'Math-Tests-Accuracy' 'Math-Tests-ArbitraryPrecisionFloat' 'Math-Tests-Quantile' 'Math-Tests-Polynomials' 'Math-Tests-PrincipalComponentAnalysis' 'Math-Tests-KernelSmoothing' 'Math-Tests-Number-Extensions' 'Math-Tests-Permutation' 'Math-Tests-TSNE' 'Math-Tests-Core-Process' 'Math-Tests-Distributions') ;
132127 group: ' default'
133128 with: #('Core' 'Extensions' 'Tests' 'Benchmarks' 'Accuracy') ].
134129
0 commit comments