This is an automated email from the ASF dual-hosted git repository. aherbert pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git
from b72c0945a Use mvn for README contributing build goal new b69aec0df Remove use of deprecated class new 83d9e3ab3 Remove use of Double constructor new fed7dd881 Make constructor private and class final new 45e48f9d9 Update sampling test new a80eefc21 Update the CircleProblem to use the latest commons RNG objects new 4e2457cb3 Better initial guess for the circle centre new 954577769 Update test to move towards the previously found optimum new 285838bb6 Increase test point tolerance new b0d0973fd Move legacy flaky tests into a separate execution new 9f01e2362 Remove unused rerunFailingTestsCount from non-random exception tests new 6969438fd Remove use of modulus to detect odd/even The 11 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../core/ExtendedFieldElementAbstractTest.java | 2 +- commons-math-legacy-exception/pom.xml | 15 ------- commons-math-legacy/pom.xml | 29 ++++++++++++- .../analysis/differentiation/DSCompiler.java | 7 +--- .../integration/gauss/HermiteRuleFactory.java | 2 +- .../gauss/LegendreHighPrecisionRuleFactory.java | 2 +- .../integration/gauss/LegendreRuleFactory.java | 2 +- .../gauss/SymmetricGaussIntegrator.java | 2 +- .../legacy/field/linalg/FieldDenseMatrix.java | 17 +++++--- .../math4/legacy/genetics/CycleCrossover.java | 4 +- .../nonstiff/AdamsBashforthFieldIntegrator.java | 2 +- .../ode/nonstiff/AdamsBashforthIntegrator.java | 2 +- .../ode/nonstiff/GraggBulirschStoerIntegrator.java | 2 +- .../differentiation/DerivativeStructureTest.java | 2 +- .../integration/SimpsonIntegratorTest.java | 4 +- .../integration/gauss/BaseRuleFactoryTest.java | 4 +- .../integration/gauss/HermiteParametricTest.java | 3 +- .../gauss/LegendreHighPrecisionParametricTest.java | 3 +- .../integration/gauss/LegendreParametricTest.java | 3 +- .../analysis/polynomials/PolynomialsUtilsTest.java | 2 +- .../EnumeratedIntegerDistributionTest.java | 12 +++--- .../EnumeratedRealDistributionTest.java | 4 +- .../field/ExtendedFieldElementAbstractTest.java | 2 +- .../legacy/fitting/leastsquares/CircleProblem.java | 4 +- .../LevenbergMarquardtOptimizerTest.java | 38 ++++++++++------- .../leastsquares/RandomCirclePointGenerator.java | 48 +++++++--------------- .../math4/legacy/ode/events/EventFilterTest.java | 2 +- .../math4/legacy/ode/nonstiff/Decimal64.java | 4 +- .../optim/nonlinear/scalar/TestFunction.java | 2 +- .../scalar/noderiv/CMAESOptimizerTest.java | 2 +- .../stat/descriptive/ResizableDoubleArrayTest.java | 2 +- .../UnivariateStatisticAbstractTest.java | 2 +- .../legacy/util/ComplexFormatAbstractTest.java | 2 +- 33 files changed, 122 insertions(+), 111 deletions(-)