You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by lu...@apache.org on 2013/03/22 17:24:37 UTC

svn commit: r1459886 - /commons/proper/math/trunk/src/changes/changes.xml

Author: luc
Date: Fri Mar 22 16:24:37 2013
New Revision: 1459886

URL: http://svn.apache.org/r1459886
Log:
Added change for MATH-817.

Modified:
    commons/proper/math/trunk/src/changes/changes.xml

Modified: commons/proper/math/trunk/src/changes/changes.xml
URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/changes/changes.xml?rev=1459886&r1=1459885&r2=1459886&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Fri Mar 22 16:24:37 2013
@@ -55,6 +55,9 @@ This is a minor release: It combines bug
   Changes to existing features were made in a backwards-compatible
   way such as to allow drop-in replacement of the v3.1[.1] JAR file.
 ">
+      <action dev="erans" type="add" issue="MATH-817" due-to="Jared Becksfort">
+        Added Multivariate Normal Mixture Model Fitting by Expectation Maximization.
+      </action>
       <action dev="tn" type="fix" issue="MATH-862">
         AbstractRealMatrix will now check for rectangular input arrays in
         its copySubMatrix methods.