You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2012/09/05 16:51:47 UTC

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

Author: erans
Date: Wed Sep  5 14:51:46 2012
New Revision: 1381212

URL: http://svn.apache.org/viewvc?rev=1381212&view=rev
Log:
Update for MATH-841 and MATH-855.

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=1381212&r1=1381211&r2=1381212&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Sep  5 14:51:46 2012
@@ -52,6 +52,13 @@ If the output is not quite correct, chec
   <body>
     <release version="3.1" date="TBD" description="
 ">
+      <action dev="erans" type="update" issue="MATH-841" due-to="Sebastien Riou">
+        Performance improvement in computation of the greatest common divisor
+        (in class "o.a.c.m.util.ArithmeticUtils").
+      </action>
+      <action dev="erans" type="fix" issue="MATH-855">
+        Added a check so that the returned point will always be the best one.
+      </action>
       <action dev="luc" type="add" >
         Added a NewtonRaphsonSolver that uses the new differentiation package
         to define the function to solve. This class is intended to replace the