From b184eaef485220c8fe3dcbf04afa6eeb310e7189 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Fri, 8 Oct 2004 06:15:51 +0000 Subject: [PATCH] Updated to reflect recent changes. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@141457 13f79535-47bb-0310-9956-ffa450edef68 --- xdocs/changes.xml | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/xdocs/changes.xml b/xdocs/changes.xml index adeb27044..f864e9554 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -38,14 +38,20 @@ The type attribute can be add,update,fix,remove. - + Fixed cumulative frequency and cumulative percentage problem reported to the commons-dev list by Jon Langlois on 9/14. Integer arguments to getCumXxx were always returning 0 due to type conversion problems. - - Fixed locale-dependency in ComplexFormat. (pr #31325). + + Fixed locale-dependency in ComplexFormat. + + + Renamed univariate package to descriptive and multivariate to regression. + + + Improved efficiency of logGamma method in o.a.c.m.special.Gamma @@ -59,4 +65,4 @@ The type attribute can be add,update,fix,remove. - \ No newline at end of file +