diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 0d57fd3df..9e363abdb 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -55,6 +55,12 @@ This is a minor release: It combines bug fixes and new features. Changes to existing features were made in a backwards-compatible way such as to allow drop-in replacement of the v3.1[.1] JAR file. "> + + All contents of package "o.a.c.m.stat.clustering" refactored into + new package "o.a.c.m.ml.clustering" and added support for additional + distance measures in package "o.a.c.m.ml.distance": "CanberraDistance", + "ChebyshevDistance", "EuclideanDistance" and "ManhattanDistance". + "SpearmansCorrelation" now works correctly in case of a provided "NaturalRanking" with a "NaNStrategy.REMOVED" strategy and the input