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 2018/08/02 14:05:31 UTC

[4/6] commons-rng git commit: Track changes.

Track 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/ae7a63ac
Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/ae7a63ac
Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/ae7a63ac

Branch: refs/heads/master
Commit: ae7a63acfb10aed653ec5d4ad2aef61a1263e3ba
Parents: 1d1ed4b
Author: Gilles <er...@apache.org>
Authored: Thu Aug 2 12:19:43 2018 +0200
Committer: Gilles <er...@apache.org>
Committed: Thu Aug 2 12:19:43 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/ae7a63ac/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4419dc7..d202a20 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,6 +52,33 @@ If the output is not quite correct, check for invisible trailing spaces!
   <body>
 
 
+    <release version="1.2" date="TBD" description="
+This is a minor release of Apache Commons RNG, containing a
+few new features and performance improvements.
+
+Apache Commons RNG 1.2 contains the following library modules:
+  commons-rng-client-api (requires Java 6)
+  commons-rng-core (requires Java 6)
+  commons-rng-simple (requires Java 6)
+  commons-rng-sampling (requires Java 6)
+
+The code in module 'commons-rng-core' should not be accessed
+directly by applications as a future release might make use of
+the JPMS modularization feature available in Java 9+.
+
+Additional code is provided in the following module:
+  commons-rng-examples (requires Java 9)
+It is however not part of the official API and no compatibility
+should be expected in subsequent releases.
+">
+      <action dev="erans" type="update" issue="RNG-50" due-to="Alex D. Herbert">
+	"PoissonSampler": Algorithms for small mean and large mean have
+	been separated into dedicated classes.  Cache precomputation has
+	been disabled as it is only marginally used and is a performance
+	hit for small sampling sets.
+      </action>
+    </release>
+    
     <release version="1.1" date="2018-08-05" description="
 This is a minor release of Apache Commons RNG, containing a
 few new features and performance improvements.