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/1.1 Commit: ae7a63acfb10aed653ec5d4ad2aef61a1263e3ba Parents: 1d1ed4b Author: Gilles <[email protected]> Authored: Thu Aug 2 12:19:43 2018 +0200 Committer: Gilles <[email protected]> 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.
