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 3a5cf27 MATH-1462: Extend workaround for bins that contain up to 3 values. new 84677cd Updated to use factory constructors for Statistics distributions new 83b0eba Updated SpotBugs 3.1.8 to 4.3.0 to allow building on JDK 17. The 2 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: .../commons/math4/legacy/distribution/EmpiricalDistribution.java | 4 ++-- .../legacy/distribution/MultivariateNormalDistribution.java | 2 +- .../legacy/optim/nonlinear/scalar/noderiv/CMAESOptimizer.java | 2 +- .../math4/legacy/stat/correlation/PearsonsCorrelation.java | 2 +- .../apache/commons/math4/legacy/stat/inference/BinomialTest.java | 2 +- .../commons/math4/legacy/stat/inference/ChiSquareTest.java | 6 +++--- .../org/apache/commons/math4/legacy/stat/inference/GTest.java | 6 +++--- .../commons/math4/legacy/stat/inference/MannWhitneyUTest.java | 2 +- .../apache/commons/math4/legacy/stat/inference/OneWayAnova.java | 4 ++-- .../org/apache/commons/math4/legacy/stat/inference/TTest.java | 6 +++--- .../math4/legacy/stat/inference/WilcoxonSignedRankTest.java | 2 +- .../commons/math4/legacy/stat/interval/AgrestiCoullInterval.java | 2 +- .../math4/legacy/stat/interval/ClopperPearsonInterval.java | 8 ++++---- .../math4/legacy/stat/interval/NormalApproximationInterval.java | 2 +- .../commons/math4/legacy/stat/interval/WilsonScoreInterval.java | 2 +- .../commons/math4/legacy/stat/regression/SimpleRegression.java | 4 ++-- pom.xml | 2 +- src/main/resources/spotbugs/spotbugs-exclude-filter.xml | 9 +++++++++ 18 files changed, 38 insertions(+), 29 deletions(-)