From 705e88f7a049d063bafe51ab5d4034583514b27d Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Sat, 9 Feb 2008 23:36:36 +0000 Subject: [PATCH] Added description for upcoming release, reclassed some changes from update to add. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@620219 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 0ba0eaaf1..90172aa3c 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -39,7 +39,14 @@ The type attribute can be add,update,fix,remove. Commons Math Release Notes - + Fixed numerous warnings in test code. @@ -48,17 +55,17 @@ Commons Math Release Notes improving speed. - Added the estimation optimization, geometry and ode package from the + Added the estimation, optimization, geometry and ode packages from the Mantissa library. Made ComplexFormat format double values with a provided NumberFormat instance instead of using the real part format for all values. - + Added Pascal distribution implementation. - + Added QR Decomposition. @@ -71,7 +78,7 @@ Commons Math Release Notes not return incorrect results for numbers with bad IEEE754 representations. - + Added Fast Fourier Transform implementation. @@ -130,7 +137,7 @@ Commons Math Release Notes Add tests for Fraction constructor using double parameter. - + Added one-way ANOVA implementation. @@ -146,15 +153,15 @@ Commons Math Release Notes Added a equals and hash methods in MathUtils to check for double arrays - + Added an angle normalization method in MathUtils to force angles in some user-defined interval - + Added vectorial covariance computation (either sample or population covariance) - + Added multivariate summary statistics