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/07/27 15:06:10 UTC

[commons-math] 03/03: 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 8b3496720f99e38f5a9c029435e941caabde6118
Author: Gilles Sadowski <gi...@gmail.com>
AuthorDate: Wed Jul 27 15:50:18 2022 +0200

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

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index e96a3ab67..7e06e5e3a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -97,8 +97,11 @@ 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":
+      <action dev="erans" type="add" issue="MATH-1648" due-to="Alessandro Moscatelli">
+        "BicubicInterpolator": Provide partial derivatives of interpolating functions.
+      </action>
+      <action dev="erans" type="update" issue="MATH-1640">
+        Do 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">