Update prospective release date (and other minor 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/919311f5 Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/919311f5 Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/919311f5 Branch: refs/heads/1.1 Commit: 919311f5b3ed7feb39a02d44f25d87fef654e8f1 Parents: b9089a8 Author: Gilles <er...@apache.org> Authored: Wed Aug 1 12:06:05 2018 +0200 Committer: Gilles <er...@apache.org> Committed: Wed Aug 1 12:25:12 2018 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/919311f5/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 04b30ba..4419dc7 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,7 +51,8 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> - <release version="1.1" date="TBD" description=" + + <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. @@ -62,13 +63,19 @@ Apache Commons RNG 1.1 contains the following library modules: commons-rng-sampling (requires Java 6) The code in module 'commons-rng-core' should not be accessed -directly by applications as future release might make use of -the JPMS modularization feature available from Java 9. +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. + +We would like to also note that unit tests in module 'commons-rng-sampling' +are bound to fail with some probability; this is expected due to the nature +of random number generation. The 'maven-surefire-plugin' can be configured +to re-run tests that fail and pass the build if they succeed (the test will +be marked as 'flaky' in the report). "> <action dev="erans" type="add" issue="RNG-37"> Implementation of the "Ziggurat" algorithm for Gaussian sampling.