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/02/15 20:00:14 UTC

commons-rng git commit: Clarify expectations for users of the library.

Repository: commons-rng
Updated Branches:
  refs/heads/master 64439c25a -> 6b84fea81


Clarify expectations for users of the library.


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

Branch: refs/heads/master
Commit: 6b84fea815778256f3e63b715cd06f02b69059b7
Parents: 64439c2
Author: Gilles <er...@apache.org>
Authored: Thu Feb 15 20:58:24 2018 +0100
Committer: Gilles <er...@apache.org>
Committed: Thu Feb 15 20:58:24 2018 +0100

----------------------------------------------------------------------
 src/changes/changes.xml | 17 ++++++++++++-----
 1 file changed, 12 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-rng/blob/6b84fea8/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 20eb709..9ff3d7c 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -52,16 +52,23 @@ If the output is not quite correct, check for invisible trailing spaces!
   <body>
 
     <release version="1.1" date="TBD" description="
-This is a minor release of Apache Commons RNG, containing some
-new features and performance improvements.
+This is a minor release of Apache Commons RNG, containing a
+few new features and performance improvements.
 
-Apache Commons RNG 1.1 contains the following modules:
+Apache Commons RNG 1.1 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)
-  commons-rng-jmh (requires Java 6)
-  commons-rng-examples (requires Java 7)
+
+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.
+
+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="add" issue="RNG-37">
         Implementation of the "Ziggurat" algorithm for Gaussian sampling.