Update "changes.xml".
This commit is contained in:
parent
8d6d088622
commit
81585a3c46
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue