From 32da645aa8b40382a61529e7a861f64238d18907 Mon Sep 17 00:00:00 2001 From: Phil Steitz Date: Thu, 1 Sep 2011 00:07:48 +0000 Subject: [PATCH] Added MATH-634 and some more info on MATH-653. git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1163875 13f79535-47bb-0310-9956-ffa450edef68 --- src/site/xdoc/changes.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/site/xdoc/changes.xml b/src/site/xdoc/changes.xml index 8e3f40da9..7e92a1465 100644 --- a/src/site/xdoc/changes.xml +++ b/src/site/xdoc/changes.xml @@ -60,7 +60,8 @@ The type attribute can be add,update,fix,remove. Renamed "AbstractRealVector" to "RealVector". The interface was removed - in favour of its unique (abstract) implementation. + in favour of its unique (abstract) implementation. Also removed several + methods with double[] arguments from AbstractRealVector. Unmodifiable view of a "RealVector". @@ -82,6 +83,9 @@ The type attribute can be add,update,fix,remove. Eliminated pluggability of ChiSquaredDistribution used by ChiSquaredDistributionTest. + + Made RandomGenerator configurable and reseedable in EmpiricalDistributionImpl. + Added a 3D SubLine class.