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
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
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.
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
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
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
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
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
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
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
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
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
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
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
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).
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
"
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
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
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
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
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
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
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
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
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
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:/
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
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://
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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-
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:
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
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
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
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
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
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
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
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
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
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
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
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
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:
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
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
60 matches
Mail list logo