Release doc update.

(MATH-689 resolved with the help of Sébastien Brisard).


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1209108 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gilles Sadowski 2011-12-01 14:45:40 +00:00
parent ff7fc3df88
commit 9f5c76483b
1 changed files with 8 additions and 0 deletions

View File

@ -52,6 +52,14 @@ The <action> type attribute can be add,update,fix,remove.
If the output is not quite correct, check for invisible trailing spaces!
-->
<release version="3.0" date="TBD" description="TBD">
<action dev="erans" type="fix" issue="MATH-690">
Removed unused or duplicate utility methods from "MathUtils".
Math functions with "double" arguments were moved to class "FastMath".
</action>
<action dev="erans" type="fix" issue="MATH-689">
Broke up bloated "MathUtils" class into "MathArrays", "Precision",
"ArithmeticUtils" classes.
</action>
<action dev="psteitz" type="fix" issue="MATH-704" due-to="Thomas Niedhart">
Fixed array indexing error in Variance evaluate method for
computing the weighted variance of an array segment.