Re: [collections] retire or release?

2011-02-21 Thread Jörg Schaible
Hi Matt, Matt Benson wrote: > So to continue the 3.3 discussion, it looks like Hen created an RC1 nearly > 2 > years ago... :) But he also tagged the point just before the generics > branch was merged back to trunk. Shall we create a 3_X branch from this > tag? I'd take the latter if it's stil

[Math] Clirr report and 'org.apache.commons.math.optimization.general.LevenbergMarquardtOptimizer'

2011-02-21 Thread Michael Giannakopoulos
Hello guys, Clirr report mentions that method 'public void setQRRankingThreshold(double)' has been added in this specific class but the javadoc hasn't been updated so as to mention "@since 2.2"... Have a look at this one please, and sorry if i have put you on trouble (i believe that this way i hel

[Math] Clirr report and 'org.apache.commons.math.optimization.fitting.PolynomialFitter'

2011-02-21 Thread Michael Giannakopoulos
Hello guys, In this one clirr report mentions that method 'public void clearObservations()' has been added, however the javadoc of this function in this class doesn't have an "@since 2.2" tag... Please have a look at this! Thanks a lot and goodmorning! Best regards, Giannakopoulos Michael

Re: [collections] retire or release?

2011-02-21 Thread Matt Benson
So to continue the 3.3 discussion, it looks like Hen created an RC1 nearly 2 years ago... :) But he also tagged the point just before the generics branch was merged back to trunk. Shall we create a 3_X branch from this tag? Matt On Mon, Feb 21, 2011 at 10:54 PM, Matt Benson wrote: > Gmail f*c

Re: [collections] retire or release?

2011-02-21 Thread Matt Benson
Gmail f*cked me over: -- Forwarded message -- From: Matt Benson Date: Mon, Feb 21, 2011 at 10:53 PM Subject: Re: [collections] retire or release? To: Henri Yandell On Mon, Feb 21, 2011 at 12:07 AM, Henri Yandell wrote: > I'd like to see a 3.3; I think we have a branch that

RE: [codec] Testing Cologne Phonetic

2011-02-21 Thread Gary Gregory
> -Original Message- > From: F Mue [mailto:webmas...@genealogie-konzepte.net] > Sent: Monday, February 21, 2011 08:38 > To: Gary Gregory > Subject: Re: [codec] Testing Cologne Phonetic > > Hi Gary, > > I don't know if there is an implementation you can take as a reference. > I found two o

Re: [MATH] Matrix hierarchy reorganization

2011-02-21 Thread Ted Dunning
I really would love to have mahout-math have more in common with commons math but there are likely some nasty conflicts in goals. What mahout has needed up to now is fast evolution which has not been possible with commons math because of the compatibility constraints and because it is difficult to

Re: [MATH] 2.2 test failures when run with 2.1 test cases

2011-02-21 Thread sebb
On 21 February 2011 20:26, Luc Maisonobe wrote: > Le 21/02/2011 21:06, sebb a écrit : >> On 21 February 2011 19:28, Luc Maisonobe wrote: >>> Le 21/02/2011 18:03, sebb a écrit : I've updated the test-jar.xml Ant script [1] so it can now be used to run the test classes against a jar witho

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread sebb
On 21 February 2011 22:10, Luc Maisonobe wrote: > Le 21/02/2011 21:09, sebb a écrit : >> On 21 February 2011 19:32, Luc Maisonobe wrote: >>> This vote is cancelled. >>> >>> There are some incompatible changes in RC2 in the user level interface >>> StepHandler, which were not detected by CLIRR. >>

[Math] Clirr report and 'org.apache.commons.math.ode.AbstractIntegrator'

2011-02-21 Thread Michael Giannakopoulos
Hello guys, I have noticed that clirr report mentions that method 'protected double acceptStep(org.apache.commons.math.ode.sampling.AbstractStepInterpolator, double[], double[], double)' and 'protected void setStateInitialized(boolean)' have been added... However the javadoc for those 2 functions

Re: svn commit: r1073169 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java

2011-02-21 Thread Matt Benson
On Mon, Feb 21, 2011 at 5:01 PM, sebb wrote: > On 21 February 2011 22:13, wrote: > > Author: mbenson > > Date: Mon Feb 21 22:13:15 2011 > > New Revision: 1073169 > > > > URL: http://svn.apache.org/viewvc?rev=1073169&view=rev > > Log: > > use svn:keywords and fix up @since tag > > > > Modified:

[Math] Clirr report and 'org.apache.commons.math.linear.OpenMapRealVector'

2011-02-21 Thread Michael Giannakopoulos
Hello guys, I have noticed that the clirr report mentions that method 'public double getSparcity()' has been deprecated whereas method 'public double getSparsity()' has been added... However in the class 'org.apache.commons.math.linear.OpenMapRealVector' the javadoc of the first function doesn't m

Re: svn commit: r1073169 - /commons/proper/collections/trunk/src/java/org/apache/commons/collections/functors/Equator.java

2011-02-21 Thread sebb
On 21 February 2011 22:13, wrote: > Author: mbenson > Date: Mon Feb 21 22:13:15 2011 > New Revision: 1073169 > > URL: http://svn.apache.org/viewvc?rev=1073169&view=rev > Log: > use svn:keywords and fix up @since tag > > Modified: >     > commons/proper/collections/trunk/src/java/org/apache/common

Re: [collections] retire or release?

2011-02-21 Thread Michael Giannakopoulos
Ready to help in any means that i can! (Can't wait!!!) Best regards, Giannakopoulos Michael

[Math] Clirr report and MatrixIndexException

2011-02-21 Thread Michael Giannakopoulos
Hello guys, In the Clirr report is mentioned that the function 'MatrixIndexException(org.apache.commons.math.exception.util.Localizable, java.lang.Object[])' has been added to the class 'org.apache.commons.math.linear.MatrixIndexException'... However the javadoc doesn't comply with this change as

Re: [Math] Clirr Report and calculateNumericalVariance() function

2011-02-21 Thread Michael Giannakopoulos
Thanks a lot for your answer Luc! Sorry for the trouble, i'll keep this in mind... Michael Giannakopoulos

Re: [Math] As far as the @inheritDoc is concerned

2011-02-21 Thread Michael Giannakopoulos
Thanks a lot for your answer Luc! Sorry for the trouble... Michael Giannakopoulos

Re: [Math] Clirr report and LocalizedFormats

2011-02-21 Thread Michael Giannakopoulos
Thanks a lot for your answer Luc! Giannakopoulos Michael

[Math] InvalidMatrixException constructor

2011-02-21 Thread Michael Giannakopoulos
Hello guys, Looking at the class 'org.apache.commons.math.linear.InvalidMatrixException' i found out that the public constructor "InvalidMatrixException(string, Object[ ])" isn't deprecated something that i suppose it should be done because we have already added (in this version [2.2]) a new const

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 21:09, sebb a écrit : > On 21 February 2011 19:32, Luc Maisonobe wrote: >> This vote is cancelled. >> >> There are some incompatible changes in RC2 in the user level interface >> StepHandler, which were not detected by CLIRR. >> >> I will prepare a new release quickly. > > I suggest

Re: [Math] Clirr report and LocalizedFormats

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 22:25, Michael Giannakopoulos a écrit : > Hello guys, > > In the clirr report of 2.2 version is mentioned that class > 'org.apache.commons.math.exception.util.LocalizedFormats' has been added... > However in the javadoc of the very same class is stated: "@since 2.1"... > Please have

Re: [Math] As far as the @inheritDoc is concerned

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 22:13, Michael Giannakopoulos a écrit : > Hello guys, > > Looking at the clirr report i have noticed that for example in the class > 'org.apache.commons.math.analysis.solvers.LaguerreSolver' some function with > the name 'solve(...)' have been added in the 2.2 version of the apache >

Re: release commons validator 1.4

2011-02-21 Thread David Karlsen
ping? 2011/1/27 David Karlsen > Any update to the status? > > 2011/1/19 Niall Pemberton > > On Wed, Jan 19, 2011 at 3:09 PM, Jacob Zwiers >> wrote: >> > I'll echo that. >> > >> > I had put a query to the user's list a last week asking a similar >> question. >> > >> > I understand that the comm

Re: [Math] Clirr Report and calculateNumericalVariance() function

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 22:07, Michael Giannakopoulos a écrit : > Hello guys, > > I found out that the function 'calculateNumericalVariance()' in the class > 'org.apache.commons.math.distribution.WeibullDistributionImpl' which has > been added since version 2.2 of asf commons math project has not been > rec

Re: [Math] Clirr Report and UnivariateRealSolverImpl

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 22:02, Michael Giannakopoulos a écrit : > Hello guys, > > I found that the class "UnivariateRealSolverImpl" in the package > 'org.apache.commons.math.analysis.solvers' has been deprecated since version > 2.2 of asf commons math project... However this change isn't reported in the > C

[Math] Clirr report and LocalizedFormats

2011-02-21 Thread Michael Giannakopoulos
Hello guys, In the clirr report of 2.2 version is mentioned that class 'org.apache.commons.math.exception.util.LocalizedFormats' has been added... However in the javadoc of the very same class is stated: "@since 2.1"... Please have a look at this issue so as to be confirmed that it is(n't) a bug..

Re: [MATH] Odd behaviour of FastMathStrictComparisonTest

2011-02-21 Thread sebb
On 21 February 2011 20:03, sebb wrote: > When testing using Java 1.5.0, I am seeing the following output: > > Running org.apache.commons.math.util.FastMathStrictComparisonTest > double atan2(1.1102230246251565E-16, -1.7976931348623157E308) expected > 400921fb54442d18 actual c00921fb54442d18 entrie

[Math] As far as the @inheritDoc is concerned

2011-02-21 Thread Michael Giannakopoulos
Hello guys, Looking at the clirr report i have noticed that for example in the class 'org.apache.commons.math.analysis.solvers.LaguerreSolver' some function with the name 'solve(...)' have been added in the 2.2 version of the apache commons math project... However in the javadoc of those functions

[Math] Clirr Report and calculateNumericalVariance() function

2011-02-21 Thread Michael Giannakopoulos
Hello guys, I found out that the function 'calculateNumericalVariance()' in the class 'org.apache.commons.math.distribution.WeibullDistributionImpl' which has been added since version 2.2 of asf commons math project has not been recorded in the clirr report. I would be grateful if someone had a lo

[Math] Clirr Report and UnivariateRealSolverImpl

2011-02-21 Thread Michael Giannakopoulos
Hello guys, I found that the class "UnivariateRealSolverImpl" in the package 'org.apache.commons.math.analysis.solvers' has been deprecated since version 2.2 of asf commons math project... However this change isn't reported in the Clirr Report... Please look at this issue so as to be confirmed...

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Simone Tripodi
Thanks for the explanation Seb, very appreciated! Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Feb 21, 2011 at 9:19 PM, sebb wrote: > On 20 February 2011 16:12, Simone Tripodi wrote: >> Salut Luc, >> >> +0, checked with the following configurations and I didn't

Re: [MATH] 2.2 test failures when run with 2.1 test cases

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 21:06, sebb a écrit : > On 21 February 2011 19:28, Luc Maisonobe wrote: >> Le 21/02/2011 18:03, sebb a écrit : >>> I've updated the test-jar.xml Ant script [1] so it can now be used to >>> run the test classes against a jar without needing to also compile >>> against the jar: >>> >>>

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread sebb
On 20 February 2011 16:12, Simone Tripodi wrote: > Salut Luc, > > +0, checked with the following configurations and I didn't understand > why there are 10 tests more if run with JDK1.6. FastMath is tested against all the methods found in StrictMath, and there are 10 additional StrictMath methods

Re: [CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread sebb
On 21 February 2011 19:32, Luc Maisonobe wrote: > This vote is cancelled. > > There are some incompatible changes in RC2 in the user level interface > StepHandler, which were not detected by CLIRR. > > I will prepare a new release quickly. I suggest you wait a day or so - there are some other une

Re: [MATH] 2.2 test failures when run with 2.1 test cases

2011-02-21 Thread sebb
On 21 February 2011 19:28, Luc Maisonobe wrote: > Le 21/02/2011 18:03, sebb a écrit : >> I've updated the test-jar.xml Ant script [1] so it can now be used to >> run the test classes against a jar without needing to also compile >> against the jar: >> >> $ ant -f test-jar.xml [-lib junit-m.n..jar]

[MATH] Odd behaviour of FastMathStrictComparisonTest

2011-02-21 Thread sebb
When testing using Java 1.5.0, I am seeing the following output: Running org.apache.commons.math.util.FastMathStrictComparisonTest double atan2(1.1102230246251565E-16, -1.7976931348623157E308) expected 400921fb54442d18 actual c00921fb54442d18 entries [9, 6] double atan2(2.2250738585072014E-308, -1

[CANCELLED] Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Luc Maisonobe
This vote is cancelled. There are some incompatible changes in RC2 in the user level interface StepHandler, which were not detected by CLIRR. I will prepare a new release quickly. Luc Le 20/02/2011 16:15, Luc Maisonobe a écrit : > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MA

Re: [MATH] 2.2 test failures when run with 2.1 test cases

2011-02-21 Thread Luc Maisonobe
Le 21/02/2011 18:03, sebb a écrit : > I've updated the test-jar.xml Ant script [1] so it can now be used to > run the test classes against a jar without needing to also compile > against the jar: > > $ ant -f test-jar.xml [-lib junit-m.n..jar] test-only > > Running this against a checkout of [3]

[MATH] 2.2 test failures when run with 2.1 test cases

2011-02-21 Thread sebb
I've updated the test-jar.xml Ant script [1] so it can now be used to run the test classes against a jar without needing to also compile against the jar: $ ant -f test-jar.xml [-lib junit-m.n..jar] test-only Running this against a checkout of [3] gives 40 classes with test errors or test failures

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Phil Steitz
On 2/20/11 10:15 AM, Luc Maisonobe wrote: > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC2/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC2/maven/ > > Documentation bundled with the binary dis

Re: [MATH] Matrix hierarchy reorganization

2011-02-21 Thread Mikkel Meyer Andersen
2011/2/21 : > Hi Mikkel, > > - "Mikkel Meyer Andersen" a écrit : > >> Dear community, >> >> I've started on implementing Kalman filter and have once again run >> into a structural challenge in regards to matrix hierarchy (as with >> https://issues.apache.org/jira/browse/MATH-435 and >> https:

Re: [MATH] Matrix hierarchy reorganization

2011-02-21 Thread Gilles Sadowski
> [...] > > The things we will for sure have some difficult discussions are: > - dependencies >(I guess Phil and myself don't like dependencies, whereas Ted and Gilles > are happy with them) My position is probably best summarized as follows: 1. I'm against dependencies for everything co

Re: svn commit: r1072757 - /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base32.java

2011-02-21 Thread sebb
On 20 February 2011 21:58, wrote: > Author: ggregory > Date: Sun Feb 20 21:58:19 2011 > New Revision: 1072757 > > URL: http://svn.apache.org/viewvc?rev=1072757&view=rev > Log: > Fix typo in // comment. > > Modified: >     > commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary/Base3

Re: [Math] MATH-519

2011-02-21 Thread Gilles Sadowski
Hi. > > [...] > > Yes, but for simple bounds this would not be too much (using a logarithm or > > exponential). > > For double bounds, one typically uses a scaled logit function. > > > > > If this is the best choice, I'll implement a "conversion" class (for > > > the > > > "simple" bound case).

Re: [collections] retire or release?

2011-02-21 Thread Gary Gregory
On Feb 21, 2011, at 3:31, "luc.maison...@free.fr" wrote: > > - "Henri Yandell" a écrit : > >> I'd like to see a 3.3; I think we have a branch that had a lot of >> bugfixes on it before the 4.0 merge. > > Perhaps a last version would help people who need long term maintenance of > produ

Re: [Math] MATH-519

2011-02-21 Thread Gilles Sadowski
Hi. > > [Please refer to > > https://issues.apache.org/jira/browse/MATH-519 > > for the context of this discussion.] > > > > Hi Luc. > > > > > Anyway, returning NaN or POSITIVE_INFINITY would work only with > > some > > > optimizers. > > > > Do you mean that it would fail with some optimizati

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Phil Steitz
On 2/21/11 7:46 AM, sebb wrote: > On 20 February 2011 15:15, Luc Maisonobe wrote: >> Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/ >> >> Distributions: http://people.apache.org/~luc/math-2.2-RC2/ >> >> Maven artifacts: http://people.apache.org/~luc/math-2.2-RC2/maven/

Re: [MATH] Matrix hierarchy reorganization

2011-02-21 Thread luc . maisonobe
Hi Mikkel, - "Mikkel Meyer Andersen" a écrit : > Dear community, > > I've started on implementing Kalman filter and have once again run > into a structural challenge in regards to matrix hierarchy (as with > https://issues.apache.org/jira/browse/MATH-435 and > https://issues.apache.org/jira

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread luc . maisonobe
- "sebb" a écrit : > On 20 February 2011 15:15, Luc Maisonobe > wrote: > > Tag: > http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/ > > > > Distributions: http://people.apache.org/~luc/math-2.2-RC2/ > > > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC2/mav

[MATH] Matrix hierarchy reorganization

2011-02-21 Thread Mikkel Meyer Andersen
Dear community, I've started on implementing Kalman filter and have once again run into a structural challenge in regards to matrix hierarchy (as with https://issues.apache.org/jira/browse/MATH-435 and https://issues.apache.org/jira/browse/MATH-437 ). We have two base types of matrices: RealMatri

Re: [Math] MATH-519

2011-02-21 Thread luc . maisonobe
Hi Gilles, - "Gilles Sadowski" a écrit : > [Please refer to > https://issues.apache.org/jira/browse/MATH-519 > for the context of this discussion.] > > Hi Luc. > > > Anyway, returning NaN or POSITIVE_INFINITY would work only with > some > > optimizers. > > Do you mean that it would fail

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread sebb
On 20 February 2011 15:15, Luc Maisonobe wrote: > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC2/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC2/maven/ > > Documentation bundled with the bin

[Math] MATH-519

2011-02-21 Thread Gilles Sadowski
[Please refer to https://issues.apache.org/jira/browse/MATH-519 for the context of this discussion.] Hi Luc. > Anyway, returning NaN or POSITIVE_INFINITY would work only with some > optimizers. Do you mean that it would fail with some optimization _algorithms_ or some unsafe _implementations_

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

2011-02-21 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-jelly-tags-quartz (in module commons-jelly) failed

2011-02-21 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-jelly-tags-quartz has an issue affecting its community integratio

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

2011-02-21 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-scxml-test has an issue affecting its community integration. This

Re: [collections] retire or release?

2011-02-21 Thread Simone Tripodi
I agree with Luc, since the commons-collection is widely adopted by community, it has to be maintained. Have a nice day, all the best, Simo http://people.apache.org/~simonetripodi/ http://www.99soft.org/ On Mon, Feb 21, 2011 at 9:30 AM, wrote: > > - "Henri Yandell" a écrit : > >> I'd lik

Re: [collections] retire or release?

2011-02-21 Thread luc . maisonobe
- "Henri Yandell" a écrit : > I'd like to see a 3.3; I think we have a branch that had a lot of > bugfixes on it before the 4.0 merge. Perhaps a last version would help people who need long term maintenance of production systems. It seems at least some people still file Jira issues, so the

Re: [VOTE] Release math 2.2 based on RC2

2011-02-21 Thread Mikkel Meyer Andersen
+1 2011/2/20 Luc Maisonobe : > Tag: http://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_2_2_RC2/ > > Distributions: http://people.apache.org/~luc/math-2.2-RC2/ > > Maven artifacts: http://people.apache.org/~luc/math-2.2-RC2/maven/ > > Documentation bundled with the binary distribution: >