[math] MATH-1343

2016-03-25 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1158 ae2c81ad1 -> b57780534 MATH-1343 Unnecessary recomputation. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/b5778053 Tree: http://git-w

[math] MATH-1340

2016-03-25 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1340 [created] 96f2b16b3 MATH-1340 Avoid exception swallowing. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/96f2b16b Tree: http://git-wip

commons-compress git commit: reduce code duplication

2016-03-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 48a0930e9 -> bee261259 reduce code duplication Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/bee26125 Tree: http://git-wip-us.apache.

[01/53] [math] MATH-1335.

2016-03-25 Thread erans
Repository: commons-math Updated Branches: refs/heads/feature-MATH-1158 [created] ae2c81ad1 http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/test/java/org/apache/commons/math4/rng/internal/source32/Well44497bTest.java

[15/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_10 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_10 b/src/site/resources/txt/userg

[17/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_9 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_9 b/src/site/resources/txt/usergui

[27/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_11 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_11 b/src/site/resources/txt/userg

[21/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_5 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_5 b/src/site/resources/txt/usergui

[49/53] [math] MATH-1158

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/9867d9f2/src/main/java/org/apache/commons/math4/distribution/TriangularDistribution.java -- diff --git a/src/main/java/org/apache/commons/math4/distribution/TriangularDistri

[31/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_13 -- diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_13 b/src/site/resources/txt/userg

[32/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_8 -- diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_8 b/src/site/resources/txt/usergui

[45/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "ExponentialDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/adfa016f Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/adfa016f Diff: h

[48/53] [math] MATH-1158

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/9867d9f2/src/test/java/org/apache/commons/math4/random/EmpiricalDistributionTest.java -- diff --git a/src/test/java/org/apache/commons/math4/random/EmpiricalDistributionTest

[47/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "LogNormalDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/26d668f6 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/26d668f6 Diff: htt

[53/53] [math] MATH-1158

2016-03-25 Thread erans
MATH-1158 Removed deprecated sampling API (and constructors). In this pass, the integer distributions have been updated. Class "RandomDataGenerator" has been reverted to use the old RNG implementation (a wrapper is created whenever it must be passed to a distribution's "createSampler" method).

[37/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. New "Sampler" interface and "createSampler" factory method defined in "RealDistribution" interface. Default sampling implementation defined in "AbstractRealDistribution" (using the "inversion method"). Overridden in "NormalDistribution" (code copied from "BitsStreamGenerator") and "

[42/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "UniformRealDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1d5f8faa Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1d5f8faa Diff: h

[29/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_1 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_1 b/src/site/resources/txt/usergui

[36/53] [math] MATH-1335.

2016-03-25 Thread erans
MATH-1335. New package "o.a.c.m.rng" contains RNG core functionality (uniform distribution). Utilities to interface with stress test suites. Userguide: benchmarks and stress test suites reports (MATH-1327). Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wi

[24/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_2 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_2 b/src/site/resources/txt/usergui

[25/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_13 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_13 b/src/site/resources/txt/userg

[35/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/main/java/org/apache/commons/math4/rng/internal/source32/MersenneTwister.java -- diff --git a/src/main/java/org/apache/commons/math4/rng/internal/source32/Merse

[11/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_2 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_2 b/src/site/resources/txt/usergui

[50/53] [math] MATH-1158

2016-03-25 Thread erans
MATH-1158 Using the new sampler API. Deprecate old API (including the now obsolete constructors). Apart from the main focus of the issue (distribution classes), this change also had an impact on: * some of test classes that use random numbers (where the tolerance may have its value updated whe

[38/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Syntactic sugar. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/7530b4bd Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/7530b4bd Diff: http://git-wip-us.apache.org/repos/asf/commons-m

[44/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "ParetoDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/228b49fe Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/228b49fe Diff: http:/

[34/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/main/java/org/apache/commons/math4/rng/internal/util/LongMixLong.java -- diff --git a/src/main/java/org/apache/commons/math4/rng/internal/util/LongMixLong.java

[46/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "GammaDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/f72b5e65 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/f72b5e65 Diff: http://

[39/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Utility method instead of explicit loop. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a6eda3d8 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/a6eda3d8 Diff: http://git-wip-us.apache

[03/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/site.xml -- diff --git a/src/site/site.xml b/src/site/site.xml index b6e0f7a..22fefe6 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -76,6 +76,7

[10/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_3 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_3 b/src/site/resources/txt/usergui

[23/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_3 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_3 b/src/site/resources/txt/usergui

[52/53] [math] MATH-1158

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ae2c81ad/src/test/java/org/apache/commons/math4/distribution/ZipfDistributionTest.java -- diff --git a/src/test/java/org/apache/commons/math4/distribution/ZipfDistributionTe

[28/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_10 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_10 b/src/site/resources/txt/userg

[30/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_8 -- diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_2/dh_8 b/src/site/resources/txt/usergui

[06/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_7 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_7 b/src/site/resources/txt/usergui

[33/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_12 -- diff --git a/src/site/resources/txt/userguide/rng/stress/dh/run_1/dh_12 b/src/site/resources/txt/userg

[13/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_12 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_12 b/src/site/resources/txt/userg

[14/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_11 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_11 b/src/site/resources/txt/userg

[22/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_4 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_4 b/src/site/resources/txt/usergui

[26/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_12 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_12 b/src/site/resources/txt/userg

[51/53] [math] MATH-1158

2016-03-25 Thread erans
MATH-1158 Removed deprecated sampling API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/77c24aa9 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/77c24aa9 Diff: http://git-wip-us.apache.org/repo

[08/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_5 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_5 b/src/site/resources/txt/usergui

[40/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Sampler functionality defined in "EnumeratedDistribution". Method "createSampler" overridden in "EnumeratedRealDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/a5035d0e Tree: http://git-

[43/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Method "createSampler" overridden in "ConstantRealDistribution". Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/82f4ce51 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/82f4ce51 Diff:

[41/53] [math] MATH-1158.

2016-03-25 Thread erans
MATH-1158. Use new sampler API. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/dff43a05 Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/dff43a05 Diff: http://git-wip-us.apache.org/repos/asf/commo

[20/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_6 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_6 b/src/site/resources/txt/usergui

[18/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_8 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_8 b/src/site/resources/txt/usergui

[09/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_4 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_4 b/src/site/resources/txt/usergui

[05/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_8 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_8 b/src/site/resources/txt/usergui

[19/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_7 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_1/tu_7 b/src/site/resources/txt/usergui

[12/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_13 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_13 b/src/site/resources/txt/userg

[02/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/test/java/org/apache/commons/math4/rng/internal/source32/MersenneTwisterTest.java -- diff --git a/src/test/java/org/apache/commons/math4/rng/internal/source32/M

[16/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_1 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_1 b/src/site/resources/txt/usergui

[07/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_6 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_6 b/src/site/resources/txt/usergui

[04/53] [math] MATH-1335.

2016-03-25 Thread erans
http://git-wip-us.apache.org/repos/asf/commons-math/blob/ce8c82f1/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_9 -- diff --git a/src/site/resources/txt/userguide/rng/stress/tu/run_2/tu_9 b/src/site/resources/txt/usergui

[3/3] commons-compress git commit: suppress false positive

2016-03-25 Thread bodewig
suppress false positive Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/48a0930e Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/48a0930e Diff: http://git-wip-us.apache.org/repos/asf/co

[1/3] commons-compress git commit: more javadocs and @since tags, thanks Clirr

2016-03-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 76b0184c7 -> 48a0930e9 more javadocs and @since tags, thanks Clirr Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/35dddc65 Tree: http:

[2/3] commons-compress git commit: unused code

2016-03-25 Thread bodewig
unused code Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/b36f7c92 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/b36f7c92 Diff: http://git-wip-us.apache.org/repos/asf/commons-compre

commons-compress git commit: silence Java8's javadoc, add a few @since tags

2016-03-25 Thread bodewig
Repository: commons-compress Updated Branches: refs/heads/master 142a788ad -> 76b0184c7 silence Java8's javadoc, add a few @since tags Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/76b0184c Tree: ht