From 01e1e93d6aa29da76e9f9849e0e04cd11f0952ce Mon Sep 17 00:00:00 2001 From: Thomas Neidhart Date: Mon, 23 Jul 2012 20:07:29 +0000 Subject: [PATCH] Added MATH-831 to changes.xml. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1364779 13f79535-47bb-0310-9956-ffa450edef68 --- src/changes/changes.xml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index fd52d1a1d..830223e64 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -52,6 +52,11 @@ If the output is not quite correct, check for invisible trailing spaces! + + Added a new "RealMatrixFormat" class for input/output of RealMatrix instances. + Default formatter instances for commons-math and octave have been added to + "MatrixUtils". + New "IterativeLegendreGaussIntegrator" that performs the same automatic subdivision of the integration interval as "LegendreGaussIntegrator", @@ -60,7 +65,7 @@ If the output is not quite correct, check for invisible trailing spaces! Deprecated "LegendreGaussIntegrator". - Improve performance of quantile evaluation in Percentile class for cases + Improve performance of quantile evaluation in "Percentile" class for cases with lots of equal values. @@ -77,7 +82,7 @@ If the output is not quite correct, check for invisible trailing spaces! delegating to the methods in "RandomData". - Added support for real asymmetric matrices to EigenDecomposition. + Added support for real asymmetric matrices to "EigenDecomposition". Re-instated methods to find all complex roots of a polynomial (class @@ -87,7 +92,7 @@ If the output is not quite correct, check for invisible trailing spaces! Added accessors to the "Pair" class (package "o.a.c.m.util"). - Added new constructors in EigenDecomposition and deprecated two constructors + Added new constructors in "EigenDecomposition" and deprecated two constructors with unused parameters. @@ -119,7 +124,7 @@ If the output is not quite correct, check for invisible trailing spaces! an acceptable compatibility break, as these fields are only meant for internal use. - Fix computation of upperCumulativeProbability in HypergeometricDistribution and + Fix computation of upperCumulativeProbability in "HypergeometricDistribution" and cleanup of duplicate probability mass function.