From 1c737b3570df027c553eb7df7578ce408e197d2d Mon Sep 17 00:00:00 2001 From: Gilles Sadowski Date: Sat, 17 Jul 2021 15:25:33 +0200 Subject: [PATCH] Track changes. --- src/changes/changes.xml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 7cb78f26f..780ca5d17 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -57,7 +57,7 @@ If the output is not quite correct, check for invisible trailing spaces! This is a major release that requires source changes in applications. Lower-level functionality has been split off to new components, often - with bug-fixes, performance enhancements and improved API: + with bug-fixes, performance enhancements and improved API: Commons RNG, Commons Numbers, Commons Geometry, @@ -74,15 +74,14 @@ The minimum version of the Java platform required to compile and use Users are encouraged to upgrade to this version, and to the new components listed above (they are now Commons Math's dependencies). - Note that the new artefacts can be used together with v3.6.1 as the - Java packages are different. + For codes that are now located in the 'commons-math-legacy' module, upgrading will be a matter of changing the top-level package name: From 'org.apache.commons.math3' to 'org.apache.commons.math4.legacy'. Codes that are now located in the 'commons-math-legacy-core' module - comprise classes that moved from package 'org.apache.commons.math3' - and package 'org.apache.commons.math3.util' (e.g. 'MathArrays') over - to package 'org.apache.commons.math4.legacy.core'. + comprise classes that moved from packages 'org.apache.commons.math3' + and 'org.apache.commons.math3.util' (e.g. 'MathArrays') over to + package 'org.apache.commons.math4.legacy.core'. Notes: Class 'FastMath' has been renamed 'AccurateMath' (now located in @@ -96,6 +95,9 @@ Caveat: nightmare was one of the main reasons for creating more focused components.] "> + + Clean up "o.a.c.math4.legacy.random" package. + Remove class "StableRandomGenerator" (in package "o.a.c.m.legacy.random").