Update of "changes.xml"
Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/74515ba6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/74515ba6 Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/74515ba6 Branch: refs/heads/MATH_3_X Commit: 74515ba6aa6a8c5a4b3c41214fced05d7320c654 Parents: 8025da1 Author: Gilles <er...@apache.org> Authored: Fri Sep 11 11:36:48 2015 +0200 Committer: Gilles <er...@apache.org> Committed: Fri Sep 11 11:36:48 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/74515ba6/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 1698f0f..d2996b1 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,6 +51,15 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> <release version="3.6" date="XXXX-XX-XX" description=""> + <action dev="erans" type="add" issue="MATH-1270"> + Various SOFM visualizations (in package "o.a.c.m.ml.neuralnet.twod.util"): + Unified distance matrix, hit histogram, smoothed data histograms, + topographic error. + </action> + <action dev="erans" type="add" issue="MATH-1268"> + New interfaces to be implemented by algorithms that visualizes properties + of a "NeuronSquareMesh2D" (package "o.a.c.m.ml.neuralnet.twod.util"). + </action> <action dev="luc" type="add" > Reimplemented pow(double, double) in FastMath, for better accuracy in integral power cases and trying to fix erroneous JIT optimization again.