On Tue, Sep 20, 2016 at 8:16 AM, Rob Tompkins <chtom...@gmail.com> wrote:
> > > > On Sep 20, 2016, at 10:30 AM, Gilles <gil...@harfang.homelinux.org> > wrote: > > > >> On Tue, 20 Sep 2016 06:40:40 -0000, ggreg...@apache.org wrote: > >> Remove redundant type arguments. > >> > >> Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo > >> Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/ > 8b5f4535 > >> Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/8b5f4535 > >> Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/8b5f4535 > >> > >> Branch: refs/heads/master > > > > -1 > > > > This should have been done on branch "develop".[1] > Reverted master and pushed on develop. > > > > Gilles > > > > [1] After the revert, we should probably change "master" to > > "old_master" and "develop" to "master" to avoid confusion, > > as was done by Emmanuel (for "commons-rng"). > > We'd still need to update the info in > > doc/development/development.howto.txt > > [The contents of this file is also stale in "commons-rng".] > > > > +1. I can do that today if we want to. > Go for it. Gary > > > > >> Commit: 8b5f4535ec5a3983e655e5fc66a90fce657d4344 > >> Parents: 598edc1 > >> Author: Gary Gregory <ggreg...@apache.org> > >> Authored: Mon Sep 19 23:40:15 2016 -0700 > >> Committer: Gary Gregory <ggreg...@apache.org> > >> Committed: Mon Sep 19 23:40:15 2016 -0700 > >> > >> ---------------------------------------------------------------------- > >> .../analysis/differentiation/DSCompiler.java | 10 +- > >> .../differentiation/SparseGradient.java | 4 +- > >> .../integration/gauss/BaseRuleFactory.java | 8 +- > >> .../gauss/GaussIntegratorFactory.java | 2 +- > >> .../integration/gauss/HermiteRuleFactory.java | 4 +- > >> .../gauss/LegendreHighPrecisionRuleFactory.java | 4 +- > >> .../integration/gauss/LegendreRuleFactory.java | 4 +- > >> .../interpolation/FieldHermiteInterpolator.java | 6 +- > >> .../interpolation/HermiteInterpolator.java | 6 +- > >> .../interpolation/InterpolatingMicrosphere.java | 6 +- > >> .../analysis/polynomials/PolynomialsUtils.java | 12 +- > >> .../apache/commons/math4/complex/Complex.java | 2 +- > >> .../distribution/EnumeratedDistribution.java | 6 +- > >> .../EnumeratedIntegerDistribution.java | 10 +- > >> .../EnumeratedRealDistribution.java | 10 +- > >> .../MixtureMultivariateNormalDistribution.java | 4 +- > >> .../MixtureMultivariateRealDistribution.java | 6 +- > >> ...ateNormalMixtureExpectationMaximization.java | 4 +- > >> .../commons/math4/exception/util/ArgUtils.java | 2 +- > >> .../math4/exception/util/ExceptionContext.java | 12 +- > >> .../math4/fitting/GaussianCurveFitter.java | 2 +- > >> .../math4/fitting/HarmonicCurveFitter.java | 2 +- > >> .../math4/fitting/WeightedObservedPoints.java | 4 +- > >> .../leastsquares/GaussNewtonOptimizer.java | 2 +- > >> .../leastsquares/LeastSquaresFactory.java | 2 +- > >> .../math4/genetics/AbstractListChromosome.java | 2 +- > >> .../math4/genetics/BinaryChromosome.java | 2 +- > >> .../commons/math4/genetics/BinaryMutation.java | 2 +- > >> .../commons/math4/genetics/CycleCrossover.java | 8 +- > >> .../commons/math4/genetics/ListPopulation.java | 2 +- > >> .../commons/math4/genetics/NPointCrossover.java | 4 +- > >> .../math4/genetics/OnePointCrossover.java | 4 +- > >> .../math4/genetics/OrderedCrossover.java | 8 +- > >> .../commons/math4/genetics/RandomKey.java | 16 +- > >> .../math4/genetics/RandomKeyMutation.java | 2 +- > >> .../math4/genetics/TournamentSelection.java | 2 +- > >> .../math4/genetics/UniformCrossover.java | 4 +- > >> .../math4/geometry/enclosing/WelzlEncloser.java | 4 +- > >> .../geometry/euclidean/oned/IntervalsSet.java | 22 +- > >> .../euclidean/oned/SubOrientedPoint.java | 6 +- > >> .../euclidean/threed/FieldRotation.java | 40 ++-- > >> .../euclidean/threed/FieldVector3D.java | 42 ++-- > >> .../euclidean/threed/OutlineExtractor.java | 2 +- > >> .../euclidean/threed/PolyhedronsSet.java | 4 +- > >> .../euclidean/threed/SphereGenerator.java | 10 +- > >> .../geometry/euclidean/threed/SubLine.java | 2 +- > >> .../geometry/euclidean/threed/SubPlane.java | 12 +- > >> .../geometry/euclidean/twod/DiskGenerator.java | 8 +- > >> .../geometry/euclidean/twod/NestedLoops.java | 8 +- > >> .../geometry/euclidean/twod/PolygonsSet.java | 18 +- > >> .../math4/geometry/euclidean/twod/SubLine.java | 14 +- > >> .../twod/hull/AklToussaintHeuristic.java | 4 +- > >> .../euclidean/twod/hull/ConvexHull2D.java | 2 +- > >> .../euclidean/twod/hull/MonotoneChain.java | 8 +- > >> .../geometry/partitioning/AbstractRegion.java | 26 +-- > >> .../partitioning/AbstractSubHyperplane.java | 8 +- > >> .../math4/geometry/partitioning/BSPTree.java | 34 +-- > >> .../geometry/partitioning/BoundaryBuilder.java | 12 +- > >> .../partitioning/BoundaryProjector.java | 4 +- > >> .../geometry/partitioning/Characterization.java | 4 +- > >> .../math4/geometry/partitioning/NodesSet.java | 2 +- > >> .../geometry/partitioning/RegionFactory.java | 14 +- > >> .../math4/geometry/spherical/oned/ArcsSet.java | 36 +-- > >> .../geometry/spherical/oned/SubLimitAngle.java | 4 +- > >> .../geometry/spherical/twod/EdgesBuilder.java | 6 +- > >> .../spherical/twod/PropertiesComputer.java | 2 +- > >> .../spherical/twod/SphericalPolygonsSet.java | 30 +-- > >> .../geometry/spherical/twod/SubCircle.java | 4 +- > >> .../math4/geometry/spherical/twod/Vertex.java | 2 +- > >> .../math4/linear/AbstractFieldMatrix.java | 16 +- > >> .../math4/linear/AbstractRealMatrix.java | 2 +- > >> .../math4/linear/Array2DRowFieldMatrix.java | 10 +- > >> .../commons/math4/linear/ArrayFieldVector.java | 40 ++-- > >> .../commons/math4/linear/BlockFieldMatrix.java | 32 +-- > >> .../math4/linear/FieldLUDecomposition.java | 16 +- > >> .../commons/math4/linear/MatrixUtils.java | 8 +- > >> .../commons/math4/linear/RealMatrixFormat.java | 6 +- > >> .../commons/math4/linear/RealVectorFormat.java | 2 +- > >> .../commons/math4/linear/SparseFieldMatrix.java | 12 +- > >> .../commons/math4/linear/SparseFieldVector.java | 32 +-- > >> .../commons/math4/ml/clustering/Cluster.java | 2 +- > >> .../math4/ml/clustering/DBSCANClusterer.java | 12 +- > >> .../ml/clustering/FuzzyKMeansClusterer.java | 6 +- > >> .../ml/clustering/KMeansPlusPlusClusterer.java | 6 +- > >> .../commons/math4/ml/neuralnet/MapUtils.java | 6 +- > >> .../commons/math4/ml/neuralnet/Network.java | 14 +- > >> .../commons/math4/ml/neuralnet/Neuron.java | 2 +- > >> .../ml/neuralnet/sofm/KohonenUpdateAction.java | 4 +- > >> .../ml/neuralnet/twod/NeuronSquareMesh2D.java | 2 +- > >> .../ml/neuralnet/twod/util/LocationFinder.java | 2 +- > >> .../math4/ode/AbstractFieldIntegrator.java | 14 +- > >> .../commons/math4/ode/AbstractIntegrator.java | 8 +- > >> .../math4/ode/AbstractParameterizable.java | 4 +- > >> .../math4/ode/ContinuousOutputFieldModel.java | 2 +- > >> .../math4/ode/ContinuousOutputModel.java | 2 +- > >> .../math4/ode/ExpandableStatefulODE.java | 4 +- > >> .../commons/math4/ode/FieldEquationsMapper.java | 4 +- > >> .../commons/math4/ode/FieldExpandableODE.java | 6 +- > >> .../commons/math4/ode/JacobianMatrices.java | 2 +- > >> .../math4/ode/MultistepFieldIntegrator.java | 4 +- > >> .../math4/ode/ParameterJacobianWrapper.java | 2 +- > >> .../commons/math4/ode/ParameterizedWrapper.java | 2 +- > >> .../nonstiff/AdamsBashforthFieldIntegrator.java | 2 +- > >> .../nonstiff/AdamsFieldStepInterpolator.java | 6 +- > >> .../nonstiff/AdamsMoultonFieldIntegrator.java | 4 +- > >> .../AdamsNordsieckFieldTransformer.java | 22 +- > >> .../ode/nonstiff/AdamsNordsieckTransformer.java | 10 +- > >> .../ClassicalRungeKuttaFieldIntegrator.java | 2 +- > >> ...lassicalRungeKuttaFieldStepInterpolator.java | 4 +- > >> .../DormandPrince54FieldIntegrator.java | 2 +- > >> .../DormandPrince54FieldStepInterpolator.java | 4 +- > >> .../DormandPrince853FieldIntegrator.java | 2 +- > >> .../DormandPrince853FieldStepInterpolator.java | 4 +- > >> .../EmbeddedRungeKuttaFieldIntegrator.java | 2 +- > >> .../ode/nonstiff/EulerFieldIntegrator.java | 2 +- > >> .../nonstiff/EulerFieldStepInterpolator.java | 4 +- > >> .../math4/ode/nonstiff/GillFieldIntegrator.java | 2 +- > >> .../ode/nonstiff/GillFieldStepInterpolator.java | 4 +- > >> .../nonstiff/HighamHall54FieldIntegrator.java | 2 +- > >> .../HighamHall54FieldStepInterpolator.java | 4 +- > >> .../ode/nonstiff/LutherFieldIntegrator.java | 2 +- > >> .../nonstiff/LutherFieldStepInterpolator.java | 4 +- > >> .../ode/nonstiff/MidpointFieldIntegrator.java | 2 +- > >> .../nonstiff/MidpointFieldStepInterpolator.java | 4 +- > >> .../ode/nonstiff/RungeKuttaFieldIntegrator.java | 2 +- > >> .../nonstiff/ThreeEighthesFieldIntegrator.java | 2 +- > >> .../ThreeEighthesFieldStepInterpolator.java | 4 +- > >> .../math4/optim/linear/LinearConstraintSet.java | 2 +- > >> .../math4/optim/linear/SimplexSolver.java | 2 +- > >> .../math4/optim/linear/SimplexTableau.java | 8 +- > >> .../scalar/MultiStartMultivariateOptimizer.java | 2 +- > >> .../scalar/noderiv/CMAESOptimizer.java | 8 +- > >> .../commons/math4/primes/SmallPrimes.java | 2 +- > >> .../math4/random/EmpiricalDistribution.java | 2 +- > >> .../apache/commons/math4/stat/Frequency.java | 6 +- > >> .../stat/correlation/KendallsCorrelation.java | 2 +- > >> .../descriptive/rank/PSquarePercentile.java | 2 +- > >> .../stat/inference/KolmogorovSmirnovTest.java | 4 +- > >> .../math4/stat/inference/OneWayAnova.java | 2 +- > >> .../math4/stat/ranking/NaturalRanking.java | 6 +- > >> .../commons/math4/util/CombinatoricsUtils.java | 2 +- > >> .../commons/math4/util/IterationManager.java | 4 +- > >> .../apache/commons/math4/util/MathArrays.java | 4 +- > >> .../org/apache/commons/math4/util/Pair.java | 2 +- > >> .../commons/math4/util/TransformerMap.java | 2 +- > >> .../differentiation/DSCompilerTest.java | 4 +- > >> .../integration/gauss/BaseRuleFactoryTest.java | 4 +- > >> .../integration/gauss/GaussIntegratorTest.java | 6 +- > >> .../gauss/HermiteParametricTest.java | 2 +- > >> .../LegendreHighPrecisionParametricTest.java | 2 +- > >> .../gauss/LegendreParametricTest.java | 2 +- > >> .../FieldHermiteInterpolatorTest.java | 20 +- > >> .../FieldBracketingNthOrderBrentSolverTest.java | 8 +- > >> .../EnumeratedRealDistributionTest.java | 4 +- > >> ...riateNormalMixtureModelDistributionTest.java | 4 +- > >> .../RealDistributionAbstractTest.java | 2 +- > >> ...ormalMixtureExpectationMaximizationTest.java | 6 +- > >> .../math4/exception/util/ArgUtilsTest.java | 2 +- > >> .../math4/fitting/HarmonicCurveFitterTest.java | 2 +- > >> .../fitting/leastsquares/CircleProblem.java | 2 +- > >> .../fitting/leastsquares/CircleVectorial.java | 2 +- > >> .../fitting/leastsquares/EvaluationTest.java | 4 +- > >> .../leastsquares/EvaluationTestValidation.java | 2 +- > >> .../LevenbergMarquardtOptimizerTest.java | 4 +- > >> .../StatisticalReferenceDataset.java | 2 +- > >> .../leastsquares/StraightLineProblem.java | 2 +- > >> .../commons/math4/genetics/ChromosomeTest.java | 2 +- > >> .../math4/genetics/FitnessCachingTest.java | 2 +- > >> .../genetics/GeneticAlgorithmTestBinary.java | 2 +- > >> .../GeneticAlgorithmTestPermutations.java | 4 +- > >> .../math4/genetics/ListPopulationTest.java | 14 +- > >> .../math4/genetics/NPointCrossoverTest.java | 2 +- > >> .../math4/genetics/OnePointCrossoverTest.java | 2 +- > >> .../math4/genetics/OrderedCrossoverTest.java | 4 +- > >> .../math4/genetics/UniformCrossoverTest.java | 4 +- > >> .../geometry/enclosing/WelzlEncloser2DTest.java | 12 +- > >> .../geometry/enclosing/WelzlEncloser3DTest.java | 14 +- > >> .../euclidean/oned/IntervalsSetTest.java | 2 +- > >> .../euclidean/threed/FieldRotationDSTest.java | 118 +++++----- > >> .../euclidean/threed/FieldRotationDfpTest.java | 116 +++++----- > >> .../euclidean/threed/FieldVector3DTest.java | 48 ++-- > >> .../geometry/euclidean/threed/PLYParser.java | 2 +- > >> .../euclidean/threed/PolyhedronsSetTest.java | 6 +- > >> .../euclidean/threed/SphereGeneratorTest.java | 2 +- > >> .../euclidean/twod/DiskGeneratorTest.java | 2 +- > >> .../euclidean/twod/PolygonsSetTest.java | 52 ++--- > >> .../hull/ConvexHullGenerator2DAbstractTest.java | 24 +- > >> .../euclidean/twod/hull/MonotoneChainTest.java | 2 +- > >> .../geometry/partitioning/RegionParser.java | 2 +- > >> .../geometry/spherical/oned/ArcsSetTest.java | 14 +- > >> .../twod/SphericalPolygonsSetTest.java | 14 +- > >> .../geometry/spherical/twod/SubCircleTest.java | 2 +- > >> .../math4/linear/ArrayFieldVectorTest.java | 96 ++++---- > >> .../math4/linear/BlockFieldMatrixTest.java | 226 > +++++++++---------- > >> .../math4/linear/FieldLUDecompositionTest.java | 62 ++--- > >> .../commons/math4/linear/FieldLUSolverTest.java | 18 +- > >> .../math4/linear/FieldMatrixImplTest.java | 212 ++++++++--------- > >> .../commons/math4/linear/MatrixUtilsTest.java | 16 +- > >> .../math4/linear/SparseFieldMatrixTest.java | 26 +-- > >> .../math4/linear/SparseFieldVectorTest.java | 40 ++-- > >> .../UnmodifiableRealVectorAbstractTest.java | 2 +- > >> .../ml/clustering/DBSCANClustererTest.java | 10 +- > >> .../ml/clustering/FuzzyKMeansClustererTest.java | 16 +- > >> .../clustering/KMeansPlusPlusClustererTest.java | 10 +- > >> .../MultiKMeansPlusPlusClustererTest.java | 2 +- > >> .../evaluation/SumOfClusterVariancesTest.java | 8 +- > >> .../math4/ml/neuralnet/MapUtilsTest.java | 6 +- > >> .../ml/neuralnet/oned/NeuronStringTest.java | 2 +- > >> .../neuralnet/sofm/KohonenTrainingTaskTest.java | 4 +- > >> .../sofm/TravellingSalesmanSolver.java | 8 +- > >> .../neuralnet/twod/NeuronSquareMesh2DTest.java | 8 +- > >> .../ode/ContinuousOutputFieldModelTest.java | 44 ++-- > >> .../math4/ode/FieldExpandableODETest.java | 46 ++-- > >> .../commons/math4/ode/TestFieldProblem4.java | 6 +- > >> .../math4/ode/TestFieldProblemAbstract.java | 2 +- > >> .../math4/ode/events/OverlappingEventsTest.java | 4 +- > >> ...ctEmbeddedRungeKuttaFieldIntegratorTest.java | 64 +++--- > >> .../AbstractRungeKuttaFieldIntegratorTest.java | 80 +++---- > >> .../AdamsBashforthFieldIntegratorTest.java | 4 +- > >> .../AdamsFieldIntegratorAbstractTest.java | 44 ++-- > >> .../AdamsMoultonFieldIntegratorTest.java | 4 +- > >> ...sicalRungKuttaFieldStepInterpolatorTest.java | 4 +- > >> .../ClassicalRungeKuttaFieldIntegratorTest.java | 2 +- > >> .../DormandPrince54FieldIntegratorTest.java | 4 +- > >> ...ormandPrince54FieldStepInterpolatorTest.java | 4 +- > >> .../DormandPrince853FieldIntegratorTest.java | 4 +- > >> ...rmandPrince853FieldStepInterpolatorTest.java | 4 +- > >> ...edRungeKuttaFieldIntegratorAbstractTest.java | 64 +++--- > >> .../ode/nonstiff/EulerFieldIntegratorTest.java | 2 +- > >> .../EulerFieldStepInterpolatorTest.java | 4 +- > >> .../ode/nonstiff/GillFieldIntegratorTest.java | 2 +- > >> .../nonstiff/GillFieldStepInterpolatorTest.java | 4 +- > >> .../HighamHall54FieldIntegratorTest.java | 4 +- > >> .../HighamHall54FieldStepInterpolatorTest.java | 4 +- > >> .../ode/nonstiff/LutherFieldIntegratorTest.java | 2 +- > >> .../LutherFieldStepInterpolatorTest.java | 4 +- > >> .../nonstiff/MidpointFieldIntegratorTest.java | 2 +- > >> .../MidpointFieldStepInterpolatorTest.java | 4 +- > >> .../RungeKuttaFieldIntegratorAbstractTest.java | 80 +++---- > >> ...eKuttaFieldStepInterpolatorAbstractTest.java | 12 +- > >> .../ThreeEighthesFieldIntegratorTest.java | 2 +- > >> .../ThreeEighthesFieldStepInterpolatorTest.java | 4 +- > >> .../sampling/DummyFieldStepInterpolator.java | 2 +- > >> .../ode/sampling/StepInterpolatorTestUtils.java | 2 +- > >> .../sampling/StepNormalizerOutputTestBase.java | 2 +- > >> .../math4/optim/SimplePointCheckerTest.java | 4 +- > >> .../math4/optim/linear/SimplexSolverTest.java | 62 ++--- > >> .../math4/optim/linear/SimplexTableauTest.java | 4 +- > >> .../nonlinear/scalar/gradient/CircleScalar.java | 2 +- > >> .../apache/commons/math4/primes/PrimesTest.java | 2 +- > >> .../math4/random/EmpiricalDistributionTest.java | 2 +- > >> .../math4/random/RandomDataGeneratorTest.java | 12 +- > >> .../random/SynchronizedRandomGeneratorTest.java | 2 +- > >> .../commons/math4/stat/FrequencyTest.java | 2 +- > >> .../stat/data/CertifiedDataAbstractTest.java | 2 +- > >> .../AggregateSummaryStatisticsTest.java | 8 +- > >> .../stat/descriptive/ListUnivariateImpl.java | 2 +- > >> .../descriptive/ListUnivariateImplTest.java | 6 +- > >> .../MixedListUnivariateImplTest.java | 8 +- > >> .../UnivariateStatisticAbstractTest.java | 2 +- > >> .../descriptive/rank/PSquarePercentileTest.java | 4 +- > >> .../math4/stat/inference/OneWayAnovaTest.java | 20 +- > >> .../math4/stat/inference/TestUtilsTest.java | 2 +- > >> .../commons/math4/util/ArithmeticUtilsTest.java | 2 +- > >> .../math4/util/CombinatoricsUtilsTest.java | 2 +- > >> .../util/FastMathStrictComparisonTest.java | 2 +- > >> .../commons/math4/util/IntegerSequenceTest.java | 16 +- > >> .../math4/util/OpenIntToDoubleHashMapTest.java | 8 +- > >> .../commons/math4/util/OpenIntToFieldTest.java | 26 +-- > >> .../org/apache/commons/math4/util/PairTest.java | 24 +- > >> 270 files changed, 1552 insertions(+), 1554 deletions(-) > >> ---------------------------------------------------------------------- > >> > >> > >> > >> [...] > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > > For additional commands, e-mail: dev-h...@commons.apache.org > > > -- E-Mail: garydgreg...@gmail.com | ggreg...@apache.org Java Persistence with Hibernate, Second Edition <http://www.manning.com/bauer3/> JUnit in Action, Second Edition <http://www.manning.com/tahchiev/> Spring Batch in Action <http://www.manning.com/templier/> Blog: http://garygregory.wordpress.com Home: http://garygregory.com/ Tweet! http://twitter.com/GaryGregory