Author: luc
Date: Fri Mar 29 16:10:04 2013
New Revision: 1462519

URL: http://svn.apache.org/r1462519
Log:
Fixed missing change in release notes.

Modified:
    commons/proper/math/trunk/RELEASE-NOTES.txt
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/RELEASE-NOTES.txt
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt?rev=1462519&r1=1462518&r2=1462519&view=diff
==============================================================================
--- commons/proper/math/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/math/trunk/RELEASE-NOTES.txt Fri Mar 29 16:10:04 2013
@@ -1,10 +1,14 @@
-The Commons Math team is pleased to announce the commons-math3-3.2 release!
+The Commons Math team is pleased to announce the commons-math3-3.2-SNAPSHOT 
release!
 
 The Math project is a library of lightweight, self-contained mathematics and 
statistics components addressing the most common practical problems not 
immediately available in the Java programming language or commons-lang.
 
 Changes in this version include:
 
 New features:
+o All contents of package "o.a.c.m.stat.clustering" refactored into
+        new package "o.a.c.m.ml.clustering" and added support for additional
+        distance measures in package "o.a.c.m.ml.distance": "CanberraDistance",
+        "ChebyshevDistance", "EuclideanDistance" and "ManhattanDistance".  
Issue: MATH-917,MATH-918,MATH-919,MATH-920. Thanks to Reid Hochstedler. 
 o Added Multivariate Normal Mixture Model Fitting by Expectation Maximization. 
 Issue: MATH-817. Thanks to Jared Becksfort. 
 o Added a way to trigger only increasing or decreasing events in ODE 
integration.  Issue: MATH-811. 
 o Added array-scaling methods to MathArrays.  Issue: MATH-946. Thanks to Jared 
Becksfort. 

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: 
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1462519&r1=1462518&r2=1462519&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Fri Mar 29 16:10:04 2013
@@ -80,7 +80,7 @@ This is a minor release: It combines bug
       <action dev="luc" type="fix" issue="MATH-957" due-to="Evan Ward">
         Fixed inverse cumulative probability for uniform distribution.
       </action>
-      <action dev="tn" type="change" 
issue="MATH-917,MATH-918,MATH-919,MATH-920" due-to="Reid Hochstedler">
+      <action dev="tn" type="add" issue="MATH-917,MATH-918,MATH-919,MATH-920" 
due-to="Reid Hochstedler">
         All contents of package "o.a.c.m.stat.clustering" refactored into
         new package "o.a.c.m.ml.clustering" and added support for additional
         distance measures in package "o.a.c.m.ml.distance": "CanberraDistance",


Reply via email to