This is an automated email from the ASF dual-hosted git repository. erans pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/commons-math.git.
from 142dcaa Javadoc. new 226c1fc MATH-1636: Remove "isSupportedConnected" (as per STATISTICS-48). new c6094cf MATH-1635: Unit test demonstrating the reported issue. new 620b330 Comment out test case that fails too often. The 3 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: .../distribution/AbstractRealDistribution.java | 29 +-- .../legacy/distribution/EmpiricalDistribution.java | 15 -- .../EnumeratedIntegerDistribution.java | 12 -- .../distribution/EnumeratedRealDistribution.java | 12 -- .../interpolation/AkimaSplineInterpolatorTest.java | 31 ++++ .../AbstractIntegerDistributionTest.java | 5 - .../distribution/AbstractRealDistributionTest.java | 201 --------------------- .../EnumeratedIntegerDistributionTest.java | 8 - .../EnumeratedRealDistributionTest.java | 8 - .../std_test_func.simplex.hedar_fukushima.csv | 2 +- 10 files changed, 36 insertions(+), 287 deletions(-) delete mode 100644 commons-math-legacy/src/test/java/org/apache/commons/math4/legacy/distribution/AbstractRealDistributionTest.java