Track changes.

This commit is contained in:
Gilles Sadowski 2022-07-27 15:50:18 +02:00
parent 9946ec4e22
commit 8b3496720f
1 changed files with 5 additions and 2 deletions

View File

@ -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">