diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index e6f7bc601..d6a1857d3 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -52,6 +52,14 @@ The type attribute can be add,update,fix,remove. If the output is not quite correct, check for invisible trailing spaces! --> + + Removed unused or duplicate utility methods from "MathUtils". + Math functions with "double" arguments were moved to class "FastMath". + + + Broke up bloated "MathUtils" class into "MathArrays", "Precision", + "ArithmeticUtils" classes. + Fixed array indexing error in Variance evaluate method for computing the weighted variance of an array segment.