You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2022/01/25 00:38:03 UTC

[commons-math] 11/11: Track changes.

This is an automated email from the ASF dual-hosted git repository.

erans pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-math.git

commit 06301d00d5813f7dc0fbe0169a3ea837753a227f
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Tue Jan 25 01:30:07 2022 +0100

    Track changes.
---
 src/changes/changes.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 572e9e2..e96a3ab 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,6 +97,13 @@ Caveat:
  nightmare was one of the main reasons for creating more focused
  components.]
 ">
+      <action dev="erans" type="updte" issue="MATH-1640">
+        Dot not change caller's arguments in "KMeansPlusPlusClusterer":
+        A negative value for "maxIterations" will raise an exception.
+      </action>
+      <action dev="erans" type="add" issue="MATH-1371" due-to="Artem Barger">
+        Add "ElkanKMeansPlusPlusClusterer" clustering algorithm.
+      </action>
       <action dev="erans" type="update" issue="MATH-1629">
         Throw "ArithmeticException" instead of "MathArithmeticException".
       </action>