Update "changes.xml".

This commit is contained in:
Gilles 2015-09-14 02:23:38 +02:00
parent 8b25e786e9
commit b189817a39
1 changed files with 9 additions and 0 deletions

View File

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