Author: psteitz
Date: Thu Mar 25 01:23:23 2010
New Revision: 927250
URL: http://svn.apache.org/viewvc?rev=927250&view=rev
Log:
Edited description of MATH-356.
Modified:
commons/proper/math/trunk/RELEASE-NOTES.txt
commons/proper/math/trunk/src/site/xdoc/changes.xml
Modified: commons/proper/math/trunk/RELEASE-NOTES.txt
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/RELEASE-NOTES.txt?rev=927250&r1=927249&r2=927250&view=diff
==============================================================================
--- commons/proper/math/trunk/RELEASE-NOTES.txt (original)
+++ commons/proper/math/trunk/RELEASE-NOTES.txt Thu Mar 25 01:23:23 2010
@@ -117,7 +117,7 @@ o MATH-283: Prevent infinite loops in m
o MATH-297: Prevent possible zero divides on eigenvectors of indefinite
matrices Thanks to Axel Kramer.
Changes:
-o MATH-356: Added method to clear the list of observations.
+o MATH-356: Added method to clear the list of observations in CurveFitter.
o MATH-332: Added density functions to remaining continuous distributions (F,
T, Weibull, Cauchy).
As of Math 2.1, all continuous distributions implement density
functions. The HasDensity
interface has been deprecated and in version 3.0, density(double) will
be added to the
Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
URL:
http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=927250&r1=927249&r2=927250&view=diff
==============================================================================
--- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
+++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Mar 25 01:23:23 2010
@@ -51,7 +51,7 @@ The <action> type attribute can be add,u
and AbstractLinearOptimizer; and the isOptimal(SimplexTableau) method
has been removed from
SimplexSolver. ">
<action dev="erans" type="update" issue="MATH-356">
- Added method to clear the list of observations.
+ Added method to clear the list of observations in CurveFitter.
</action>
<action dev="erans" type="add" issue="MATH-357">
Implementation of bicubic interpolation.