Repository: commons-rng Updated Branches: refs/heads/master b8fa4766c -> 22b5422cf
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/22b5422c Tree: http://git-wip-us.apache.org/repos/asf/commons-rng/tree/22b5422c Diff: http://git-wip-us.apache.org/repos/asf/commons-rng/diff/22b5422c Branch: refs/heads/master Commit: 22b5422cf5852f5dd5bf0427f7f6ec3c9c70230c Parents: b8fa476 Author: Gilles <er...@apache.org> Authored: Mon Aug 21 16:34:09 2017 +0200 Committer: Gilles <er...@apache.org> Committed: Mon Aug 21 16:34:09 2017 +0200 ---------------------------------------------------------------------- src/changes/changes.xml | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-rng/blob/22b5422c/src/changes/changes.xml ---------------------------------------------------------------------- diff --git a/src/changes/changes.xml b/src/changes/changes.xml index e5c893f..7663ea4 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -51,8 +51,22 @@ If the output is not quite correct, check for invisible trailing spaces! </properties> <body> - <release version="1.1" date="TBD" description="TBD + <release version="1.1" date="TBD" description=" +This is a minor release of Apache Commons RNG, containing some +new features and performance improvements. + +Apache Commons RNG 1.1 contains the following 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) + commons-rng-jmh (requires Java 6) + commons-rng-examples (requires Java 7) "> + <action dev="erans" type="add" issue="RNG-39"> + "UnitSphereSampler": generate random vectors isotropically located + on the surface of a sphere (feature ported from "Commons Math"). + </action> <action dev="erans" type="add" issue="RNG-36"> "MarsagliaNormalizedGaussianSampler": faster variation of the Box-Muller algorithm.