[g...@vmgump]: Project commons-configuration-test (in module apache-commons) failed

2009-06-20 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-configuration-test has an issue affecting its community integrati

Re: svn commit: r785552 - in /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.java site/xdoc/changes.xml

2009-06-20 Thread sebb
On 20/06/2009, Bill Barker wrote: > > - Original Message - From: "sebb" > To: "Commons Developers List" > Sent: Friday, June 19, 2009 5:14 AM > > Subject: Re: svn commit: r785552 - in > /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.java > site/xdoc/chang

[MATH] MATH-278 - Robust locally weighted regression (Loess / Lowess)

2009-06-20 Thread sebb
https://issues.apache.org/jira/browse/MATH-278 - Robust locally weighted regression (Loess / Lowess) is a patch to provide a new class: org.apache.commons.math.analysis.interpolation.LoessInterpolator together with Test case. I've made some comments in the JIRA regarding the Java coding, which t

Re: [MATH] MATH-278 - Robust locally weighted regression (Loess / Lowess)

2009-06-20 Thread sebb
On 20/06/2009, sebb wrote: > https://issues.apache.org/jira/browse/MATH-278 - Robust locally > weighted regression (Loess / Lowess) is a patch to provide a new > class: > > org.apache.commons.math.analysis.interpolation.LoessInterpolator > > together with Test case. > > I've made some comment

Re: svn commit: r786449 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/resolver/

2009-06-20 Thread Oliver Heger
ebo...@apache.org schrieb: Author: ebourg Date: Fri Jun 19 10:54:36 2009 New Revision: 786449 URL: http://svn.apache.org/viewvc?rev=786449&view=rev Log: Replaced Commons Logging in the new classes Modified: commons/proper/configuration/branches/configuration2_experimental/src/main/java/org

Re: [MATH] MATH-278 - Robust locally weighted regression (Loess / Lowess)

2009-06-20 Thread Luc Maisonobe
sebb a écrit : > On 20/06/2009, sebb wrote: >> https://issues.apache.org/jira/browse/MATH-278 - Robust locally >> weighted regression (Loess / Lowess) is a patch to provide a new >> class: >> >> org.apache.commons.math.analysis.interpolation.LoessInterpolator >> >> together with Test case. >>

Re: svn commit: r786449 - in /commons/proper/configuration/branches/configuration2_experimental/src: main/java/org/apache/commons/configuration2/ main/java/org/apache/commons/configuration2/resolver/

2009-06-20 Thread Emmanuel Bourg
Oliver Heger a écrit : ebo...@apache.org schrieb: Author: ebourg Date: Fri Jun 19 10:54:36 2009 New Revision: 786449 URL: http://svn.apache.org/viewvc?rev=786449&view=rev Log: Replaced Commons Logging in the new classes Modified: commons/proper/configuration/branches/configuration2_experi

[math] reviewing the current state on serialization

2009-06-20 Thread Luc Maisonobe
Hello, I have reviewed the current state of serialization within [math]. It's much simpler than before, thanks to Bill's work. I have removed almost everything serializable in ODE as this didn't make sense anymore, except for the step interpolators. Now I'm wondering if we should push this a litt

[math] is src/conf/manifestMods.txt file still useful ?

2009-06-20 Thread Luc Maisonobe
This file seems to be out of date, and was probably used with maven 1. Can we remove it ? Luc - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [math] is src/conf/manifestMods.txt file still useful ?

2009-06-20 Thread Phil Steitz
Luc Maisonobe wrote: This file seems to be out of date, and was probably used with maven 1. Can we remove it ? Luc - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.a

Re: [math] reviewing the current state on serialization

2009-06-20 Thread Phil Steitz
Luc Maisonobe wrote: Hello, I have reviewed the current state of serialization within [math]. It's much simpler than before, thanks to Bill's work. I have removed almost everything serializable in ODE as this didn't make sense anymore, except for the step interpolators. Now I'm wondering if we

Re: [math] reviewing the current state on serialization

2009-06-20 Thread Bill Barker
- Original Message - From: "Luc Maisonobe" To: "Commons Developers List" Sent: Saturday, June 20, 2009 12:14 PM Subject: [math] reviewing the current state on serialization Hello, I have reviewed the current state of serialization within [math]. It's much simpler than before, than

Re: [math] reviewing the current state on serialization

2009-06-20 Thread Bill Barker
- Original Message - From: "Bill Barker" To: "Commons Developers List" Sent: Saturday, June 20, 2009 3:14 PM Subject: Re: [math] reviewing the current state on serialization - Original Message - From: "Luc Maisonobe" To: "Commons Developers List" Sent: Saturday, June 2

Re: svn commit: r785552 - in /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.javasite/xdoc/changes.xml

2009-06-20 Thread Bill Barker
- Original Message - From: "sebb" To: "Commons Developers List" Sent: Saturday, June 20, 2009 4:02 AM Subject: Re: svn commit: r785552 - in /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.javasite/xdoc/changes.xml On 20/06/2009, Bill Barker wrote: -

Re: svn commit: r785552 - in /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.javasite/xdoc/changes.xml

2009-06-20 Thread sebb
On 20/06/2009, Bill Barker wrote: > > - Original Message - From: "sebb" > To: "Commons Developers List" > Sent: Saturday, June 20, 2009 4:02 AM > > Subject: Re: svn commit: r785552 - in > /commons/proper/math/trunk/src:java/org/apache/commons/math/complex/Complex.javasite/xdoc/change

Re: svn commit: r786927 - in /commons/proper/math/trunk/src: java/org/apache/commons/math/ java/org/apache/commons/math/analysis/integration/ java/org/apache/commons/math/analysis/polynomials/ java/or

2009-06-20 Thread Phil Steitz
billbar...@apache.org wrote: Author: billbarker Date: Sat Jun 20 23:37:47 2009 New Revision: 786927 URL: http://svn.apache.org/viewvc?rev=786927&view=rev Log: Remove Serializable from some tranient analitics classes. Let me know if I've nuked ur favorite one, and I can put it back We might