svn commit: r1370984 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/distribution/MultivariateNormalDistribution.java test/java/org/apache/commons/math3/distribution/Multivaria

2012-08-08 Thread erans
Author: erans Date: Wed Aug 8 21:52:22 2012 New Revision: 1370984 URL: http://svn.apache.org/viewvc?rev=1370984&view=rev Log: MATH-815 Code update. Unit test. Added: commons/proper/math/trunk/src/test/java/org/apache/commons/math3/distribution/MultivariateNormalDistributionTest.java (wit

svn commit: r1370922 - in /commons/proper/functor/trunk/src: main/java/org/apache/commons/functor/generator/ main/java/org/apache/commons/functor/generator/util/ test/java/org/apache/commons/functor/g

2012-08-08 Thread mbenson
Author: mbenson Date: Wed Aug 8 19:53:37 2012 New Revision: 1370922 URL: http://svn.apache.org/viewvc?rev=1370922&view=rev Log: make Generator.to(Collection) return strongly typed results matching parameter Modified: commons/proper/functor/trunk/src/main/java/org/apache/commons/functor/gene

svn commit: r1370921 - /commons/proper/functor/trunk/pom.xml

2012-08-08 Thread mbenson
Author: mbenson Date: Wed Aug 8 19:51:41 2012 New Revision: 1370921 URL: http://svn.apache.org/viewvc?rev=1370921&view=rev Log: add profile to run examples and samples that do not match default surefire includes Modified: commons/proper/functor/trunk/pom.xml Modified: commons/proper/functo

svn commit: r1370920 - /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/example/aggregator/list/OwnListImplementationSample.java

2012-08-08 Thread mbenson
Author: mbenson Date: Wed Aug 8 19:51:17 2012 New Revision: 1370920 URL: http://svn.apache.org/viewvc?rev=1370920&view=rev Log: fix assertions Modified: commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/example/aggregator/list/OwnListImplementationSample.java Modified:

svn commit: r1370919 - /commons/proper/functor/trunk/src/test/java/org/apache/commons/functor/example/QuicksortExample.java

2012-08-08 Thread mbenson
Author: mbenson Date: Wed Aug 8 19:50:46 2012 New Revision: 1370919 URL: http://svn.apache.org/viewvc?rev=1370919&view=rev Log: make sure all generic signatures match; eclipse was seemingly compiling in such a way that method calls with casting were not routing properly Modified: commons/p

svn commit: r1370888 - /commons/proper/dbutils/trunk/src/changes/changes.xml

2012-08-08 Thread wspeirs
Author: wspeirs Date: Wed Aug 8 18:52:32 2012 New Revision: 1370888 URL: http://svn.apache.org/viewvc?rev=1370888&view=rev Log: Updated changes.xml to include DBUTILS-87 changes Modified: commons/proper/dbutils/trunk/src/changes/changes.xml Modified: commons/proper/dbutils/trunk/src/changes

svn commit: r1370883 - in /commons/proper/dbutils/trunk/src: main/java/org/apache/commons/dbutils/ test/java/org/apache/commons/dbutils/

2012-08-08 Thread wspeirs
Author: wspeirs Date: Wed Aug 8 18:47:36 2012 New Revision: 1370883 URL: http://svn.apache.org/viewvc?rev=1370883&view=rev Log: - Applied patches from DBUTILS-87 to add insert methods Modified: commons/proper/dbutils/trunk/src/main/java/org/apache/commons/dbutils/AsyncQueryRunner.java

svn commit: r1370782 - in /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/distribution: AbstractMultivariateRealDistribution.java MultivariateNormalDistribution.java MultivariateReal

2012-08-08 Thread erans
Author: erans Date: Wed Aug 8 14:18:16 2012 New Revision: 1370782 URL: http://svn.apache.org/viewvc?rev=1370782&view=rev Log: MATH-815 Initial commit. Units test are yet to be added. This version also contains a bug. Code contributed by Jared Becksfort, included with modifications. [Cf. comments