Update changelog text for some updates.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1537722 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Thomas Neidhart 2013-10-31 21:59:55 +00:00
parent 2b45b294b5
commit 97900db83f
1 changed files with 4 additions and 4 deletions

View File

@ -93,15 +93,15 @@ If the output is not quite correct, check for invisible trailing spaces!
"Pair": added factory method and "toString" method. "Pair": added factory method and "toString" method.
</action> </action>
<action dev="sebb" type="add" issue="MATH-1002"> <action dev="sebb" type="add" issue="MATH-1002">
AbstractUnivariateStatistic.test(double[] values, int begin, int length, boolean allowEmpty) "AbstractUnivariateStatistic.test(...)" methods have uses outside subclasses;
has uses outside subclasses; implementation moved to MathArrays.verifyValues(...). implementation moved to MathArrays.verifyValues(...).
</action> </action>
<action dev="tn" type="fix" issue="MATH-1033" due-to="Yuan Qu"> <action dev="tn" type="fix" issue="MATH-1033" due-to="Yuan Qu">
The "KalmanFilter" wrongly enforced a column dimension of 1 for The "KalmanFilter" wrongly enforced a column dimension of 1 for
the provided control and measurement noise matrix. the provided control and measurement noise matrix.
</action> </action>
<action dev="tn" type="fix" issue="MATH-1037" due-to="Aleksei Dievskii"> <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. tolerance value is used when comparing test results with expected values.
</action> </action>
<action dev="psteitz" type="add" issue="MATH-1034" due-to="Thorsten Schaefer"> <action dev="psteitz" type="add" issue="MATH-1034" due-to="Thorsten Schaefer">
@ -172,7 +172,7 @@ If the output is not quite correct, check for invisible trailing spaces!
Improved implementation of "sample" method of "UniformIntegerDistribution". Improved implementation of "sample" method of "UniformIntegerDistribution".
</action> </action>
<action dev="sebb" type="add" issue="MATH-1007"> <action dev="sebb" type="add" issue="MATH-1007">
Add mode function to StatUtils class Add mode function to StatUtils class.
</action> </action>
<action dev="psteitz" type="update" issue="MATH-1006"> <action dev="psteitz" type="update" issue="MATH-1006">
Enabled LaTeX expressions in javadoc and site docs via MathJax. Enabled LaTeX expressions in javadoc and site docs via MathJax.