From 81ae49bafe9c051390770af601265aec462fc254 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Wed, 30 Dec 2009 23:26:40 +0000 Subject: [PATCH] Updated to reflect recent commits. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@894738 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index d5e90c349..0514a5be4 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -39,6 +39,12 @@ The type attribute can be add,update,fix,remove. + + Added MathUtils methods to compute gcd and lcm for long arguments. + + + Added support for weighted univariate statistics. + Fixed a wrong implementation of the Linf norm in vectors.