svn commit: r1378450 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/special/Gamma.java test/java/org/apache/commons/math3/special/GammaTest.java

2012-08-28 Thread celestin
Author: celestin Date: Wed Aug 29 06:20:21 2012 New Revision: 1378450 URL: http://svn.apache.org/viewvc?rev=1378450&view=rev Log: MATH-849: new implementation of double Gamma.logGamma(double x) for x < 8.0. This greatly improves the accurarcy, from more than 130 ulps down to 3 ulps. Unit tests upd

svn commit: r1378440 - /commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/GammaDistributionTest.java

2012-08-28 Thread celestin
Author: celestin Date: Wed Aug 29 04:28:47 2012 New Revision: 1378440 URL: http://svn.apache.org/viewvc?rev=1378440&view=rev Log: In GammaDistributionTest, inlined previous implementation of double Gamma.logGamma(doubl)) in order to allow for comparison with new implementation. This is in preparat

svn commit: r1378201 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: binary/Base32.java language/DoubleMetaphone.java

2012-08-28 Thread ggregory
Author: ggregory Date: Tue Aug 28 16:13:12 2012 New Revision: 1378201 URL: http://svn.apache.org/viewvc?rev=1378201&view=rev Log: Fix some Checkstyle issues. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/binary/Base32.java commons/proper/codec/trunk/src/mai

svn commit: r1378200 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java

2012-08-28 Thread ggregory
Author: ggregory Date: Tue Aug 28 16:12:35 2012 New Revision: 1378200 URL: http://svn.apache.org/viewvc?rev=1378200&view=rev Log: Fix Checkstyle issues. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/Charsets.java Modified: commons/proper/codec/trunk/src/main/j

svn commit: r1378197 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/CharEncoding.java

2012-08-28 Thread ggregory
Author: ggregory Date: Tue Aug 28 16:02:33 2012 New Revision: 1378197 URL: http://svn.apache.org/viewvc?rev=1378197&view=rev Log: Fix Checkstyle issues. Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/CharEncoding.java Modified: commons/proper/codec/trunk/src/ma

svn commit: r1378083 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMapRealVector.java

2012-08-28 Thread erans
Author: erans Date: Tue Aug 28 11:35:35 2012 New Revision: 1378083 URL: http://svn.apache.org/viewvc?rev=1378083&view=rev Log: Re-instated "dotProduct" method whose removal breaks backward compatibility. Modified: commons/proper/math/trunk/src/main/java/org/apache/commons/math3/linear/OpenMa