Author: erans
Date: Wed Dec 12 14:18:22 2012
New Revision: 1420693
URL: http://svn.apache.org/viewvc?rev=1420693&view=rev
Log:
MATH-874
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=1420693&r1=1420692&r2=1420693&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Wed Dec 12 14:18:22 2012
@@ -77,6 +77,10 @@ This is a minor release: It combines bug
2. A few methods in the FastMath class are in fact slower that their
counterpart in either Math or StrictMath (cf. MATH-740 and MATH-901).
">
+ <action dev="erans" type="add" issue="MATH-874">
+ All contents of package "o.a.c.m.optimization" refactored into
+ new packages "o.a.c.m.optimization" and "o.a.c.m.fitting".
+ </action>
<action dev="psteitz" type="update" issue="MATH-672">
Added methods to EmpiricalDistribution to implement the
RealDistribution
interface.