Update "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/b189817a Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/b189817a Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/b189817a Branch: refs/heads/master Commit: b189817a3979fa17c0a0a3fe7b46fbc061444cca Parents: 8b25e78 Author: Gilles <er...@apache.org> Authored: Mon Sep 14 02:23:38 2015 +0200 Committer: Gilles <er...@apache.org> Committed: Mon Sep 14 02:23:38 2015 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 9 +++++++++ 1 file changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-math/blob/b189817a/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 561bccc..6ffe639 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,15 @@ If the output is not quite correct, check for invisible trailing spaces! </release> <release version="4.0" date="XXXX-XX-XX" description=""> + <action dev="erans" type="add" issue="MATH-1270"> <!-- backported to 3.6 --> + 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"> <!-- backported to 3.6 --> + 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" issue="MATH-1273" due-to="Qualtagh"> <!-- backported to 3.6 --> Added negative zero support in FastMath.pow. </action>