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 2016/04/22 01:15:39 UTC

[53/53] [abbrv] [math] Update of "changes.xml".

Update of "changes.xml".


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

Branch: refs/heads/develop
Commit: baae2a6f3eefc7f2fe55609d05fcdbc85943d1be
Parents: 7395255
Author: Gilles <er...@apache.org>
Authored: Fri Apr 22 01:01:20 2016 +0200
Committer: Gilles <er...@apache.org>
Committed: Fri Apr 22 01:01:20 2016 +0200

----------------------------------------------------------------------
 src/changes/changes.xml | 38 +++++++++++++++++++++++++++++++++++++-
 1 file changed, 37 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/baae2a6f/src/changes/changes.xml
----------------------------------------------------------------------
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 6bb0189..9bffc01 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -54,7 +54,43 @@ If the output is not quite correct, check for invisible trailing spaces!
     </release>
 
     <release version="4.0" date="XXXX-XX-XX" description="">
-      <action dev="erans" type="fix" issue="MATH-1301">
+      <action dev="erans" type="add" issue="MATH-1335">
+        Refactoring of uniform random number generator functionality: new API
+        implemented in package "o.a.c.m.rng".
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1340">
+        Avoid exception swallowing (in class "TestUtils").
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1339">
+        Avoid redundant object creation.
+      </action>
+      <action dev="erans" type="add" issue="MATH-1337">
+        Adaptor class from new API ("o.a.c.m.rng.RandomSource") to old API
+        ("o.a.c.m.random.RandomGenerator").
+      </action>
+      <action dev="erans" type="add" issue="MATH-1327">
+        Report on performance and correctness of the new RNG implementations.
+      </action>
+      <action dev="erans" type="add" issue="MATH-1314">
+        Javadoc of the new RNG API ("o.a.c.m.rng") mentions the "seed problem".
+      </action>
+      <action dev="erans" type="add" issue="MATH-1158">
+        New interface for sampling from distribution (package "o.a.c.m.distribution").
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1356">
+        "HypergeometricDistribution": Handle special cases that produced NaN.
+      </action>
+      <action dev="erans" type="add" issue="MATH-1351">
+        New sampler API for "MultivariateRealDistribution".
+      </action>
+      <action dev="erans" type="add" issue="MATH-1348">
+        Adaptor for using one of the new RNG implementations where an instance of
+        "java.util.Random" is required.
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1343">
+        "BetaDistribution": Removed unnecessary recomputation.
+      </action>
+      <action dev="erans" type="fix" issue="MATH-1124">
         "JDKRandomGenerator": Method "nextInt(int)" now throws a "NotStrictlyPositiveException".
         The class now delegates to (rather inherits from) "java.util.Random".
       </action>