Update "changes.xml".

This commit is contained in:
Gilles 2015-12-28 18:22:08 +01:00
parent 8d6d088622
commit 81585a3c46
1 changed files with 15 additions and 0 deletions

View File

@ -54,6 +54,21 @@ If the output is not quite correct, check for invisible trailing spaces!
</release>
<release version="4.0" date="XXXX-XX-XX" description="">
<action dev="erans" type="fix" issue="MATH-1308">
Removed obsolete class "AbstractRandomGenerator" (package "o.a.c.m.random").
</action>
<action dev="erans" type="fix" issue="MATH-1306" due-to="Rostislav Krasny">
New method "nextBytes(byte[],int,int)" in "BaseRandomGenerator"
for partial filling of the user-supplied array.
</action>
<action dev="erans" type="fix" issue="MATH-1309">
Remove calls to public methods "setSeed" from constructors (in RNG implementations).
</action>
<action dev="erans" type="fix" issue="MATH-1307">
New base class for all RNG implementations: "BaseRandomGenerator" replaces
"BitsStreamGenerator" whose method "nextInt(int)" is replaced by "nextInt()"
as the generator of randomness that must be implemented in concrete subclasses.
</action>
<action dev="luc" type="fix" issue="MATH-1297"> <!-- backported to 3.6 -->
Detect start failures with multi-step ODE integrators.
</action>