From 3d70c862db70084bcb80a7c07caf0ed1e70092fa Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Tue, 20 Dec 2005 17:08:16 +0000 Subject: [PATCH] Updated to reflect 1.1 release. git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/math/trunk@358039 13f79535-47bb-0310-9956-ffa450edef68 --- project.xml | 15 +++++++++++++++ xdocs/changes.xml | 27 +++++++++++++++++++++------ xdocs/navigation.xml | 2 +- 3 files changed, 37 insertions(+), 7 deletions(-) diff --git a/project.xml b/project.xml index 35d793aec..5608c8d5b 100644 --- a/project.xml +++ b/project.xml @@ -90,6 +90,21 @@ 1.1 MATH_1_1_RC3 + + 1.1-RC4 + 1.1 + MATH_1_1_RC4 + + + 1.1-RC5 + 1.1 + MATH_1_1_RC5 + + + 1.1 + 1.1 + MATH_1_1 + diff --git a/xdocs/changes.xml b/xdocs/changes.xml index 80804f9ee..200ac1523 100644 --- a/xdocs/changes.xml +++ b/xdocs/changes.xml @@ -39,17 +39,33 @@ Commons Math Release Notes - - Added Trapeziod, Simpson, Romberg numerical integration. - - + + Made NewtonSolver derivative field transient and implemented readObject to + initialize. + + + Made sampleStats field private and changed getUpperBounds to return a fresh + copy in EmpiricalDistributionImpl. + + + Added polar2Complex method to ComplexUtils to create Complex numbers + from polar representations. + + + Made all serialVersionUIDs private. + + + Improved documentation and test cases related to handling of infinite + and NaN values in Complex, ComplexUtils classes. + Fixed incorrect NaN handling in o.a.m.s.d.rank.Min, Max @@ -78,7 +94,7 @@ Commons Math Release Notes Fixed bin index overflow problem in EmpiricalDistributionImpl. - + Added protection against numerical overflow and underflow in the isBracketing method. @@ -136,7 +152,6 @@ Commons Math Release Notes 1.0 classes should be backward compatible (including serialization). - Ported numerics improvements in commons lang Fraction implementation. Added utility methods for overflow-checked integer arithmetic and improved gcd method in MathUtils. diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml index 11c5a3254..ac569959c 100644 --- a/xdocs/navigation.xml +++ b/xdocs/navigation.xml @@ -38,7 +38,7 @@ - +