Re: [jira] [Resolved] (SANDBOX-389) [BeanUtils2] Implement populate() on DefaultBeanAccessor

2012-02-13 Thread Felix Müller
Hi Benedikt, at Eclipse you can change tabs to spaces for xml files under: Preferences -> XML -> Editor. And there "Indent using spaces", best you set it to 2 (most common imho). -- Felix 2012/2/13 Benedikt Ritter > Hi Simo, > > thanks for applying my patches! > > Sorry about the license heade

Re: [Math] Recursive Iterative approach on FFT

2012-02-13 Thread Sébastien Brisard
Leandro, you should certainly not feel so bad. Trying to speed up some of the already implemented algorithms is a noble task; it's true that benchmarking is sometimes tricky [1]. You seem to be bursting with ideas about new developments for Commons-Math. These new developments would certainly benef

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

2012-02-13 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-vfs2-test has an issue affecting its community integration. This i

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

2012-02-13 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-digester3 (in module apache-commons) failed

2012-02-13 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: [VOTE] Release Commons NET 3.1` based on RC1

2012-02-13 Thread sebb
Thanks for all the feedback so far. I think I've fixed all the items mentioned (and I found another problem - the downloaded JIRA list was for 3.0 amd 3.0.1 only). I hope to create RC2 by end of Tuesday, so if there is anything else that must be fixed please let me know ASAP. Meanwhile, I'm canc

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

2012-02-13 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

Re: [Math] Toward releasing 3.0 ?

2012-02-13 Thread Gilles Sadowski
Hello. > >> MATH-698 > >> IIUC, "CMAESOptimizer" deals only with either no bounds or finite > >> bounds. > >> (e.g. look at method "encode", lines 904-914). > >> I don't have the knowledge about the algorithm in order to know how to > >> modify that code so that it wil

Re: [jira] [Resolved] (SANDBOX-389) [BeanUtils2] Implement populate() on DefaultBeanAccessor

2012-02-13 Thread Benedikt Ritter
Hi Simo, thanks for applying my patches! Sorry about the license header position. You told me that twice. Stupid eclipse does not understand that it has to put the imports under the license. I'll pay more attention to that. And sorry about the tabs in pom.xml. I've configured eclipse to use

Re: [Math] Recursive Iterative approach on FFT

2012-02-13 Thread leandro . pezzente
Apparently I am still so Incompetent I jump to ( Invalid ) conclusions too fast. I kinda feel asamed for this. I think I will just try to take my own time and try ti learn how to do things properly first. With Regards, Leandro A. Pezzente On lunes, 13 de febrero de 2012 at 7:54 AM, leandro pezze

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

2012-02-13 Thread Continuum@vmbuild
Online report : http://vmbuild.apache.org/continuum/buildResult.action?buildId=18776&projectId=97 Build statistics: State: Failed Previous State: Ok Started at: Mon 13 Feb 2012 18:10:12 + Finished at: Mon 13 Feb 2012 18:11:26 + Total time: 1m 13s Build Trigger: Schedule Buil

Re: [Math] Toward releasing 3.0 ?

2012-02-13 Thread Luc Maisonobe
Hi Gilles, Le 13/02/2012 12:01, Gilles Sadowski a écrit : > Hello. > >>> >>> >>> It thus becomes urgent to tackle the remaining blocking issues. >>> Can we please make a list of those, and of all practical matters that >>> prevent the preparation of the release? >>> >> >>>

Re: [Math] Toward releasing 3.0 ?

2012-02-13 Thread Thomas Neidhart
Hi, I have seen that there are several classes that are almost undocumented: - PivotingQRDecomposition (linear) - StorelessCovariance (stat.correlation) - StorelessBivariateCovariance (stat.correlation) both seem to be quite new contributions, is somebody willing to help here? Thomas --

Re: [Math] Toward releasing 3.0 ?

2012-02-13 Thread Gilles Sadowski
Hello. > > > > > > It thus becomes urgent to tackle the remaining blocking issues. > > Can we please make a list of those, and of all practical matters that > > prevent the preparation of the release? > > > > > MATH-621 (see also MATH-728) > * Unit test co

[Math] Recursive Iterative approach on FFT

2012-02-13 Thread leandro . pezzente
Hi ! I uploaded a patch for FastFourierTransformer.java on JIRA switching from a iterative loop approach to a recursive iterative approach. I had up to a 5x Performance Improvement on my test , Unit tests whwere passed without any problems. With regards, Leandro A. Pezzente

Re: [Math] Non-compilable (commented-out) unit test

2012-02-13 Thread sebb
On 13 February 2012 10:31, Gilles Sadowski wrote: > Hi. > > In unit test class "MillerUpdatingRegressionTest", there is a commented-out > test method. It is not compilable anymore (due to an API change). > Should we delete it, or is anyone willing to look whether it could be > updated to be useful

[Math] Non-compilable (commented-out) unit test

2012-02-13 Thread Gilles Sadowski
Hi. In unit test class "MillerUpdatingRegressionTest", there is a commented-out test method. It is not compilable anymore (due to an API change). Should we delete it, or is anyone willing to look whether it could be updated to be useful again? Regards, Gilles ---