You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ch...@apache.org on 2018/08/11 01:00:52 UTC

commons-rng git commit: Preparing 1.1 RC7

Repository: commons-rng
Updated Branches:
  refs/heads/1.1 a750416f3 -> 40fd7ad24


Preparing 1.1 RC7


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

Branch: refs/heads/1.1
Commit: 40fd7ad244b350d657ca4f1a9efe667c52697327
Parents: a750416
Author: Rob Tompkins <ch...@gmail.com>
Authored: Fri Aug 10 21:00:42 2018 -0400
Committer: Rob Tompkins <ch...@gmail.com>
Committed: Fri Aug 10 21:00:42 2018 -0400

----------------------------------------------------------------------
 RELEASE-NOTES.txt                                      | 4 ++++
 pom.xml                                                | 2 +-
 src/site/resources/release-notes/RELEASE-NOTES-1.1.txt | 4 ++++
 3 files changed, 9 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/40fd7ad2/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 230a1e7..a240cd9 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -47,6 +47,10 @@ o RNG-35:  New generic "GaussianSampler" based on "NormalizedGaussianSampler"
         Implementation of "BoxMullerNormalizedGaussianSampler" deprecates
         "BoxMullerGaussianSampler".
 
+Fixed Bugs:
+o RNG-53:  Class "SamplerBase" has been deprecated.  It was meant for internal use
+        only but, through inheritance, it allows incorrect usage of the sampler
+        classes.
 
 Changes:
 o RNG-50: "PoissonSampler": Algorithms for small mean and large mean have

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/40fd7ad2/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7af2b6d..290b768 100644
--- a/pom.xml
+++ b/pom.xml
@@ -90,7 +90,7 @@
     <commons.automatic.module.name>org.apache.commons.rng.parent</commons.automatic.module.name>
     <!-- do not use snapshot suffix here -->
     <commons.release.version>1.1</commons.release.version>
-    <commons.rc.version>RC6</commons.rc.version>
+    <commons.rc.version>RC7</commons.rc.version>
     <commons.release.desc>(requires Java 6+)</commons.release.desc>
     <commons.binary.suffix>-bin</commons.binary.suffix>
 

http://git-wip-us.apache.org/repos/asf/commons-rng/blob/40fd7ad2/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
----------------------------------------------------------------------
diff --git a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
index 230a1e7..a240cd9 100644
--- a/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
+++ b/src/site/resources/release-notes/RELEASE-NOTES-1.1.txt
@@ -47,6 +47,10 @@ o RNG-35:  New generic "GaussianSampler" based on "NormalizedGaussianSampler"
         Implementation of "BoxMullerNormalizedGaussianSampler" deprecates
         "BoxMullerGaussianSampler".
 
+Fixed Bugs:
+o RNG-53:  Class "SamplerBase" has been deprecated.  It was meant for internal use
+        only but, through inheritance, it allows incorrect usage of the sampler
+        classes.
 
 Changes:
 o RNG-50: "PoissonSampler": Algorithms for small mean and large mean have