[GUMP@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

[GUMP@vmgump]: Project commons-chain2 (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-chain2 has an issue affecting its community integration. This issu

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24515&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Sun 5 Aug 2012 03:42:00 + Finished at: Sun 5 Aug 2012 03:48:28 + Total time: 6m 27s Build Trigger: Schedule Bu

Re: Commons web site

2012-08-04 Thread Matt Benson
Hi Ralph--thanks for opening this up and offering a concrete direction. This sounds like a good approach and I will try to read up on the link you provided in the next couple of days. Matt On Sat, Aug 4, 2012 at 2:59 PM, Ralph Goers wrote: > Infra has mandated that all projects move to the Apac

[GUMP@vmgump]: Project commons-digester3 (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-digester3 has an issue affecting its community integration. This i

Re: [Math] MATH-740 (FastMath's slow methods)

2012-08-04 Thread Ted Dunning
Looks right. Is strict equality correct in the first case? or should that be x <= -1? On Sat, Aug 4, 2012 at 5:33 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi. > > I notice this code at the top of "FastMath.log1p": > ---CUT--- > if (x == -1) { > return x/0.

Re: [Math] MATH-610 (please vote)

2012-08-04 Thread Ted Dunning
Sounds right. On Sat, Aug 4, 2012 at 5:16 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > > > No strong objections, but I see it as needless code bloat > > personally. Also, without changing visibility (which I am -1 on) > > for the inner class, I don't see an easy way to add tests

[GUMP@vmgump]: Project commons-logging-test (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-logging-test has an issue affecting its community integration. Thi

[GUMP@vmgump]: Project commons-math (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-math has an issue affecting its community integration. This issue

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24510&projectId=97 Build statistics: State: Failed Previous State: Failed Started at: Sat 4 Aug 2012 23:37:06 + Finished at: Sat 4 Aug 2012 23:43:07 + Total time: 6m 1s Build Trigger: Schedule Bui

[Math] MATH-740 (FastMath's slow methods)

2012-08-04 Thread Gilles Sadowski
Hi. I notice this code at the top of "FastMath.log1p": ---CUT--- if (x == -1) { return x/0.0; // -Infinity } if (x > 0 && 1/x == 0) { // x = Infinity return x; } ---CUT--- which I'm tempted to rewrite as: ---CUT--- if (x == -1) {

Re: [Math] MATH-610 (please vote)

2012-08-04 Thread Gilles Sadowski
On Sat, Aug 04, 2012 at 03:01:49PM -0700, Phil Steitz wrote: > On 8/4/12 11:57 AM, Gilles Sadowski wrote: > > Hi. > > > > It seems that the patch for MATH-610 > > https://issues.apache.org/jira/browse/MATH-610 > > is fairly innocuous. > > > > Does anyone object to it being applied? > > > > > > Gi

Re: [Math] MATH-610 (please vote)

2012-08-04 Thread Phil Steitz
On 8/4/12 11:57 AM, Gilles Sadowski wrote: > Hi. > > It seems that the patch for MATH-610 > https://issues.apache.org/jira/browse/MATH-610 > is fairly innocuous. > > Does anyone object to it being applied? > > > Gilles > > - > To

Re: [Math] MATH-610 (please vote)

2012-08-04 Thread Ted Dunning
Not much to object to, but it does smack of pedantry. On Sat, Aug 4, 2012 at 12:57 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi. > > It seems that the patch for MATH-610 > https://issues.apache.org/jira/browse/MATH-610 > is fairly innocuous. > > Does anyone object to it being

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24506&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sat 4 Aug 2012 20:24:36 + Finished at: Sat 4 Aug 2012 20:31:26 + Total time: 6m 49s Build Trigger: Schedule Build

Commons web site

2012-08-04 Thread Ralph Goers
Infra has mandated that all projects move to the Apache CMS (or svnpubsub) by the end of the year. We also must change from distributing releases from people.apache.org to https://dist.apache.org/repos/dist/commons. Changing the second item is fairly trivial but migrating the web site is a pret

[Math] MATH-610 (please vote)

2012-08-04 Thread Gilles Sadowski
Hi. It seems that the patch for MATH-610 https://issues.apache.org/jira/browse/MATH-610 is fairly innocuous. Does anyone object to it being applied? Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For add

Re: [Math] Towards release 3.1

2012-08-04 Thread Gilles Sadowski
Hello Sébastien. > > > > > More than 60 issues have been resolved since the release of Commons Math > > 3.0. > > I think that it is time to lay out a road map for the next release (3.1), > > with a target date of early September (at which point, 3.0 will be 6 months > > old). > > > I agree. > >

Re: [Math] Towards release 3.1

2012-08-04 Thread Gilles Sadowski
Hello Thomas. > > More than 60 issues have been resolved since the release of Commons Math > > 3.0. > > The number of resolved issues in JIRA is misleading as it includes also > issues resolved as Won't Fix or Duplicate. Also not all issues have been > closed after the release of 3.0, some have b

Re: [Math] Towards release 3.1

2012-08-04 Thread Sébastien Brisard
Hi Gilles, > > More than 60 issues have been resolved since the release of Commons Math > 3.0. > I think that it is time to lay out a road map for the next release (3.1), > with a target date of early September (at which point, 3.0 will be 6 months > old). > I agree. > > The following issues have

[MATH] Test failure in Continuum

2012-08-04 Thread Gilles Sadowski
Hello. Referring to this failed test (cf. messages from Continuum): ---CUT--- org.apache.commons.math3.exception.NumberIsTooLargeException: lower bound (65) must be strictly less than upper bound (65) at org.apache.commons.math3.distribution.UniformIntegerDistribution.(UniformIntegerDist

[continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24501&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Sat 4 Aug 2012 17:39:45 + Finished at: Sat 4 Aug 2012 17:46:40 + Total time: 6m 55s Build Trigger: Schedule Build

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Gilles Sadowski
On Sat, Aug 04, 2012 at 02:38:44PM +0200, Thomas Neidhart wrote: > On 08/04/2012 02:13 PM, Gilles Sadowski wrote: > > On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote: > >> Online report : > >> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97 > >>

[MATH] Clirr failure

2012-08-04 Thread Gilles Sadowski
Hello. I cannot figure why "Clirr" now fails to generate its report and entails the fail of the build on my machine: ---CUT--- [INFO] Generating "Clirr" report--- clirr-maven-plugin:2.3 [INFO] Comparing to version: 3.0 [ERROR] Unable to find information in class org.apache.commons.math3.analy

[continuum] BUILD FAILURE: Apache Commons - Commons Configuration - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=24496&projectId=72 Build statistics: State: Failed Previous State: Ok Started at: Sat 4 Aug 2012 15:42:31 + Finished at: Sat 4 Aug 2012 15:45:43 + Total time: 3m 11s Build Trigger: Schedule Build

Re: svn commit: r1369292 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TestCollectionUtils.java

2012-08-04 Thread sebb
On 4 August 2012 10:54, Thomas Neidhart wrote: > On 08/04/2012 11:26 AM, sebb wrote: >> On 4 August 2012 10:06, wrote: >>> Author: tn >>> Date: Sat Aug 4 09:06:21 2012 >>> New Revision: 1369292 >>> >>> URL: http://svn.apache.org/viewvc?rev=1369292&view=rev >>> Log: >>> Add javadoc comment to pr

Re: [graph] renaming packages

2012-08-04 Thread Claudio Squarcella
Hi, On 03/08/2012 15:00, Simone Tripodi wrote: ¡Hola! Also remember that if we ever want to deal with, say, multiplications, monoids are only going to be in the way (we already touched this topic before, see [1]). I'm still happy to update and simplify names, only following a different pattern

Re: [Math] Towards release 3.1

2012-08-04 Thread Thomas Neidhart
On 08/03/2012 10:22 PM, Gilles Sadowski wrote: > Hello. > > More than 60 issues have been resolved since the release of Commons Math > 3.0. The number of resolved issues in JIRA is misleading as it includes also issues resolved as Won't Fix or Duplicate. Also not all issues have been closed after

[GUMP@vmgump]: Project commons-logging-test (in module apache-commons) failed

2012-08-04 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-logging-test has an issue affecting its community integration. Thi

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Thomas Neidhart
On 08/04/2012 02:13 PM, Gilles Sadowski wrote: > On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote: >> Online report : >> http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97 >> >> Build statistics: >> State: Failed >> Previous State: Failed >> St

Re: [math] integer factorization

2012-08-04 Thread ma...@nimp.co.uk
Hello, Thanks for your feedback and the pointer to PARI/GP. About existing stuff, it seems there is none written in Java: I asked the question on stackoverflow a while ago, nobody knows any library for the JVM. About the applications, well, I agree it is not the #1 required functionality in most a

Re: [continuum] BUILD FAILURE: Apache Commons - Commons Math - Group (shared) Maven 2 Build Definition (Java 1.5)

2012-08-04 Thread Gilles Sadowski
On Fri, Aug 03, 2012 at 08:47:56PM +, Continuum@vmbuild wrote: > Online report : > http://vmbuild.apache.org/continuum/buildResult.action?buildId=24474&projectId=97 > > Build statistics: > State: Failed > Previous State: Failed > Started at: Fri 3 Aug 2012 20:41:53 + > Finished at

Re: [Math] Towards release 3.1

2012-08-04 Thread Luc Maisonobe
Le 03/08/2012 22:22, Gilles Sadowski a écrit : > Hello. Hi Gilles, > > More than 60 issues have been resolved since the release of Commons Math > 3.0. > I think that it is time to lay out a road map for the next release (3.1), > with a target date of early September (at which point, 3.0 will be

Re: svn commit: r1369292 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TestCollectionUtils.java

2012-08-04 Thread Thomas Neidhart
On 08/04/2012 11:26 AM, sebb wrote: > On 4 August 2012 10:06, wrote: >> Author: tn >> Date: Sat Aug 4 09:06:21 2012 >> New Revision: 1369292 >> >> URL: http://svn.apache.org/viewvc?rev=1369292&view=rev >> Log: >> Add javadoc comment to prevent removal of a generics fix. >> >> Modified: >> >

Re: svn commit: r1369292 - /commons/proper/collections/trunk/src/test/java/org/apache/commons/collections/TestCollectionUtils.java

2012-08-04 Thread sebb
On 4 August 2012 10:06, wrote: > Author: tn > Date: Sat Aug 4 09:06:21 2012 > New Revision: 1369292 > > URL: http://svn.apache.org/viewvc?rev=1369292&view=rev > Log: > Add javadoc comment to prevent removal of a generics fix. > > Modified: > > commons/proper/collections/trunk/src/test/java/