Repository: commons-rng
Updated Branches:
  refs/heads/master 688f36111 -> 44ce45b31


Tracking changes.


Project: http://git-wip-us.apache.org/repos/asf/commons-rng/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-rng/commit/325d4d9d
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/325d4d9d
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/325d4d9d

Branch: refs/heads/master
Commit: 325d4d9d24f4417f0b5205553961a5c76cd08d91
Parents: 688f361
Author: Gilles <er...@apache.org>
Authored: Sat Apr 1 12:24:08 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Sat Apr 1 12:24:08 2017 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 25 ++++++++++++++++++-------
 1 file changed, 18 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/325d4d9d/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 0f3fe00..98d9ebf 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -50,6 +50,24 @@ If the output is not quite correct, check for invisible 
trailing spaces!
     <title>Apache Commons RNG Release Notes</title>
   </properties>
   <body>
+
+    <release version="1.1" date="TBD" description="TBD
+">
+      <action dev="erans" type="add" issue="RNG-36">
+        "BoxMullerWithRejectionNormalizedGaussianSampler": faster variation
+        of the Box-Muller algorithm.
+        This version is used within "AhrensDieterMarsagliaTsangGammaSampler"
+        "BoxMullerLogNormalSampler" and "PoissonSampler" (generated sequences
+        will thus differ from those generated by version 1.0 of the library).
+      </action>
+      <action dev="erans" type="add" issue="RNG-35">
+        New generic "GaussianSampler" based on "NormalizedGaussianSampler"
+        marker interface.
+        Implementation of "BoxMullerNormalizedGaussianSampler" deprecates
+        "BoxMullerGaussianSampler".
+      </action>
+    </release>
+
     <release version="1.0" date="2016-12-13" description="
 This is the first release of Apache Commons RNG.
 
@@ -61,15 +79,8 @@ Apache Commons RNG 1.0 contains the following modules:
   commons-rng-jmh (requires Java 6)
   commons-rng-examples (requires Java 7)
 ">
-      <!-- <action dev="erans" type="fix" issue="RNG-xxx"> -->
-      <!-- </action> -->
     </release>
 
-    <release version="1.1" date="TBD" description="TBD
-">
-      <!-- <action dev="erans" type="fix" issue="RNG-xxx"> -->
-      <!-- </action> -->
-    </release>
 
   </body>
 </document>

Reply via email to