You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2015/12/28 18:23:30 UTC

[18/18] [math] Update "changes.xml".

Update "changes.xml".


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/81585a3c
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/81585a3c
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/81585a3c

Branch: refs/heads/master
Commit: 81585a3c46bb05e86e11d88ba25d14b90d488577
Parents: 8d6d088
Author: Gilles <er...@apache.org>
Authored: Mon Dec 28 18:22:08 2015 +0100
Committer: Gilles <er...@apache.org>
Committed: Mon Dec 28 18:22:08 2015 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/81585a3c/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20005d4..b500dd2 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -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>