Track changes.

This commit is contained in:
Gilles Sadowski 2021-07-17 15:25:33 +02:00
parent 84f15db1bb
commit 1c737b3570
1 changed files with 8 additions and 6 deletions

View File

@ -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.]
">
<action dev="erans" type="update" issue="MATH-1595">
Clean up "o.a.c.math4.legacy.random" package.
</action>
<action dev="erans" type="update" issue="MATH-1615">
Remove class "StableRandomGenerator" (in package "o.a.c.m.legacy.random").
</action>