Artifacts and site look good. When building with Java 1.5 under Windows 7, I get the output below. A build with Java 1.7 is successful.

IIRC I had similar results for the last release with JDK 1.5. So I assume this is not a blocker, and here is my +1

Oliver


Failed tests:
GammaDistributionTest.testMath753Shape142:351->doTestMath753:298 shape = 142.0
, scale = 1.0
Old implementation
------------------
SummaryStatistics:
n: 463
min: 0.0
max: 553.0
mean: 384.3887688984882
geometric mean: 0.0
variance: 9958.419960169416
sum of squares: 7.3011228E7
standard deviation: 99.79188323791378
sum of logs: -Infinity
New implementation
------------------
SummaryStatistics:
n: 463
min: 0.0
max: 26.0
mean: 2.460043196544277
geometric mean: 0.0
variance: 2.2013220760520977
sum of squares: 3819.0
standard deviation: 1.483685302229586
sum of logs: -Infinity


FastMathStrictComparisonTest.test1:88->setupMethodCall:192->callMethods:167->r
eportFailedResults:154 double toRadians(-4.9E-324) expected -0.0 actual 0.0 entr
ies [12]

Tests run: 4974, Failures: 2, Errors: 0, Skipped: 45

Am 30.03.2013 23:54, schrieb Luc Maisonobe:
This is a [VOTE] for releasing Apache Commons Math 3.2, based on release
candidate 4.

This version fixes numerous bugs and adds a few features.

You can retrieve the various parts here:

Sources, binaries and release notes:

<https://dist.apache.org/repos/dist/dev/commons/math/> (svn revision 1688)

Maven artifacts are here:

<https://repository.apache.org/content/repositories/orgapachecommons-043/org/apache/commons/commons-math3/3.2/>

Details of changes since 3.1.1 are in the release notes:

<https://dist.apache.org/repos/dist/dev/commons/math/RELEASE-NOTES.txt>

<http://people.apache.org/~luc/commons-math-3.2-RC4-site/changes-report.html>

Tag (this time with the correct URL...):

<http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_2_RC4/>
(svn revision 1462820)

Site:

<http://people.apache.org/~luc/commons-math-3.2-RC4-site/>

All reports (CLIRR, RAT, findbugs ...) :

<http://people.apache.org/~luc/commons-math-3.2-RC4-site/project-reports.html>

Note that the PMD report shows several violations. A few of them are
false positive (unused method, unused field). A number of them are
voluntary (overriding method that simply calls super) because what we
really need in these cases is to add specific javadoc in the overriding
method. The remaining errors correspond to unused parameters. They are
known and correspond to deprecated method that will be removed in 4.0.
So despite the report is not perfectly clean, in fact everything that
could be fixed in it has already been fixed.

Votes, please.
This vote will close in 72 hours: 2013-04-02T23:00:00 UTC

   [ ] +1 Release these artifacts
   [ ] +0 OK, but...
   [ ] -0 OK, but really should fix...
   [ ] -1 I oppose this release because...

   Thanks!

Luc


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to