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 2013/08/10 02:29:32 UTC

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

Author: erans
Date: Sat Aug 10 00:29:31 2013
New Revision: 1512541

URL: http://svn.apache.org/r1512541
Log:
Update "changes.xml".

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=1512541&r1=1512540&r2=1512541&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Sat Aug 10 00:29:31 2013
@@ -51,6 +51,30 @@ If the output is not quite correct, chec
   </properties>
   <body>
     <release version="x.y" date="TBD" description="TBD">
+      <action dev="erans" type="fix" issue="MATH-1020">
+        Fixed "nextPermutation" method (in "o.a.c.m.random.RandomDataGenerator").
+        This bug does not affect applications using a previous version of
+        Commons Math.
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1019">
+        Buggy (private) method "shuffle" in "o.a.c.m.random.RandomDataGenerator"
+        superseded by "MathArrays.shuffle" (cf. MATH-1010).
+      </action>
+      <action dev="erans" type="add" issue="MATH-1010">
+        Utility to shuffle an array.
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1012">
+        Created "RandomGeneratorFactory" (package "o.a.c.m.random") to reduce
+        code duplication in "RandomDataGenerator".
+      </action>
+      <action dev="erans" type="add" issue="MATH-1008">
+        Created package ("o.a.c.m.fitting.leastsquares") for least-squares
+        fitting, with implementations of "LevenbergMarquardtOptimizer" and
+        "GaussNewtonOptimizer" adapted to a new ("fluent") API.
+      </action>
+      <action dev="erans" type="update" issue="MATH-1011">
+        Improved implementation of "sample" method of "UniformIntegerDistribution".
+      </action>
       <action dev="sebb" type="add" issue="MATH-1007">
         Add mode function to StatUtils class
       </action>