From aa8926241048b4d6cbfc981feebb5d19d5799e3d Mon Sep 17 00:00:00 2001 From: Gilles Date: Tue, 10 May 2016 23:52:51 +0200 Subject: [PATCH] Update "changes.xml". Attribution. Trailing spaces removed. --- src/changes/changes.xml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index f8b565898..0bc6938e2 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -54,6 +54,9 @@ If the output is not quite correct, check for invisible trailing spaces! + + Gauss-Laguerre quadrature. + Improved code coverage (unit tests). @@ -141,35 +144,35 @@ If the output is not quite correct, check for invisible trailing spaces! "MathRuntimeException" is now the base class for all commons-math exceptions (except for "NullArgumentException" which extends "NullPointerException"). - + Removed methods "test(...)" from "AbstractUnivariateStatistic". The already existing methods "MathArrays#verifyValues(...)" shall be used instead. - + The abstract class "AbstractStorelessUnivariateStatistic" does not extend anymore from "AbstractUnivariateStatistic". - + Default implementation of "AbstractStorelessUnivariateStatistic#equals(Object)" will only return true if both instances have the same type. Previously different statistics were considered to be equal if their current state happened to be equal. - + Default implementations of "AbstractStorelessUnivariateStatistic#evaluate(...)" do not alter the internal state anymore. Instead a temporary copy of the statistic is created for evaluation purposes. - + Methods "evaluate(...)" of class "Variance" changed the internal state although it was stated differently in the javadoc. Fixed ignored method parameters in QRDecomposition protected methods. - + Changed javadoc as the RandomDataGenerator class does not implement an interface anymore (the previous interface has been deprecated in