You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by tn...@apache.org on 2013/10/31 22:59:56 UTC

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

Author: tn
Date: Thu Oct 31 21:59:55 2013
New Revision: 1537722

URL: http://svn.apache.org/r1537722
Log:
Update changelog text for some updates.

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=1537722&r1=1537721&r2=1537722&view=diff
==============================================================================
--- commons/proper/math/trunk/src/changes/changes.xml (original)
+++ commons/proper/math/trunk/src/changes/changes.xml Thu Oct 31 21:59:55 2013
@@ -93,15 +93,15 @@ If the output is not quite correct, chec
         "Pair": added factory method and "toString" method.
       </action>
       <action dev="sebb" type="add" issue="MATH-1002">
-        AbstractUnivariateStatistic.test(double[] values, int begin, int length, boolean allowEmpty)
-        has uses outside subclasses; implementation moved to MathArrays.verifyValues(...).
+        "AbstractUnivariateStatistic.test(...)" methods have uses outside subclasses;
+        implementation moved to MathArrays.verifyValues(...).
       </action>
       <action dev="tn" type="fix" issue="MATH-1033" due-to="Yuan Qu">
         The "KalmanFilter" wrongly enforced a column dimension of 1 for
         the provided control and measurement noise matrix.
       </action>
       <action dev="tn" type="fix" issue="MATH-1037" due-to="Aleksei Dievskii">
-        Fix a typo in the "GeometricDistributionTest" and ensure that a meaningful
+        Fix a typo in the test class of "GeometricDistribution" and ensure that a meaningful
         tolerance value is used when comparing test results with expected values.
       </action>
       <action dev="psteitz" type="add" issue="MATH-1034" due-to="Thorsten Schaefer">
@@ -172,7 +172,7 @@ If the output is not quite correct, chec
         Improved implementation of "sample" method of "UniformIntegerDistribution".
       </action>
       <action dev="sebb" type="add" issue="MATH-1007">
-        Add mode function to StatUtils class
+        Add mode function to StatUtils class.
       </action>
       <action dev="psteitz" type="update" issue="MATH-1006">
         Enabled LaTeX expressions in javadoc and site docs via MathJax.