Re: [Math] Releasing 4.0? (Was: releasing 3.6 ?)

2015-11-05 Thread Gilles
On Thu, 5 Nov 2015 15:41:57 -0700, Phil Steitz wrote: On 11/5/15 1:58 PM, Luc Maisonobe wrote: Le 05/11/2015 12:25, Gilles a écrit : Hello. On Wed, 04 Nov 2015 10:13:00 +0100, luc wrote: Hi all, I would like to release 3.6 in the upcoming weeks. There have been a bunch of bug fixes and a few

Re: [Math] Releasing 4.0? (Was: releasing 3.6 ?)

2015-11-05 Thread Phil Steitz
On 11/5/15 1:58 PM, Luc Maisonobe wrote: > Le 05/11/2015 12:25, Gilles a écrit : >> Hello. >> >> On Wed, 04 Nov 2015 10:13:00 +0100, luc wrote: >>> Hi all, >>> >>> I would like to release 3.6 in the upcoming weeks. >>> There have been a bunch of bug fixes and a few evolutions that are >>> important

Re: [Math] PolynomialCurveFitter

2015-11-05 Thread Luc Maisonobe
Le 05/11/2015 19:00, Bruce Johnson a écrit : > > Issue MATH-1009 was closed as resolved in version 3.3. > > The issue raised was about the fact that the PolynomialFitter (now > PolynomialCurveFitter) does the curve fit with non-linear regression > (and requires initial guess and number of iterati

Re: [Math] Releasing 4.0? (Was: releasing 3.6 ?)

2015-11-05 Thread Luc Maisonobe
Le 05/11/2015 12:25, Gilles a écrit : > Hello. > > On Wed, 04 Nov 2015 10:13:00 +0100, luc wrote: >> Hi all, >> >> I would like to release 3.6 in the upcoming weeks. >> There have been a bunch of bug fixes and a few evolutions that are >> important to me. > > s/3.6/4.0/ > > And the statement is

[lang] Outdated Information on Jira Summary Page

2015-11-05 Thread Pascal Schumacher
Hello everybody, https://issues.apache.org/jira/browse/LANG/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel shows: RELEASE PLAN Lang 2.x - There are no plans for major work on the 2.x line, but bug fix releases are made. Lang 3.4 - Next release from 3.x branch. There have

[Math] PolynomialCurveFitter

2015-11-05 Thread Bruce Johnson
Issue MATH-1009 was closed as resolved in version 3.3. The issue raised was about the fact that the PolynomialFitter (now PolynomialCurveFitter) does the curve fit with non-linear regression (and requires initial guess and number of iterations). I can’t think of any reason why a polynomial cur

Re: svn commit: r1712699 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/DomainValidator.java test/java/org/apache/commons/validator/routi

2015-11-05 Thread sebb
On 5 November 2015 at 15:58, sebb wrote: > On 5 November 2015 at 11:38, Benedikt Ritter wrote: >> 2015-11-05 1:42 GMT+01:00 : >> >>> Author: sebb >>> Date: Thu Nov 5 00:42:37 2015 >>> New Revision: 1712699 >>> >>> URL: http://svn.apache.org/viewvc?rev=1712699&view=rev >>> Log: >>> VALIDATOR-341

Re: svn commit: r1712699 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/DomainValidator.java test/java/org/apache/commons/validator/routi

2015-11-05 Thread sebb
On 5 November 2015 at 11:38, Benedikt Ritter wrote: > 2015-11-05 1:42 GMT+01:00 : > >> Author: sebb >> Date: Thu Nov 5 00:42:37 2015 >> New Revision: 1712699 >> >> URL: http://svn.apache.org/viewvc?rev=1712699&view=rev >> Log: >> VALIDATOR-341 Make TLD list configurable >> >> Modified: >> com

Re: svn commit: r1712699 - in /commons/proper/validator/trunk/src: changes/changes.xml main/java/org/apache/commons/validator/routines/DomainValidator.java test/java/org/apache/commons/validator/routi

2015-11-05 Thread Benedikt Ritter
2015-11-05 1:42 GMT+01:00 : > Author: sebb > Date: Thu Nov 5 00:42:37 2015 > New Revision: 1712699 > > URL: http://svn.apache.org/viewvc?rev=1712699&view=rev > Log: > VALIDATOR-341 Make TLD list configurable > > Modified: > commons/proper/validator/trunk/src/changes/changes.xml > > commons/pr

Re: [LANG] Add StringUtils methods to compare a string to multiple strings

2015-11-05 Thread Benedikt Ritter
Hello Loic, 2015-11-05 11:55 GMT+01:00 Loic Guibert : > Hello, > there are 2 tickets on JIRA on this same new feature: > Add StringUtils methods to compare a string to multiple strings > (equalsAny, equalsAnyIgnoreCase) > > https://issues.apache.org/jira/browse/LANG-704 > https://issues.apach

[Math] Releasing 4.0? (Was: releasing 3.6 ?)

2015-11-05 Thread Gilles
Hello. On Wed, 04 Nov 2015 10:13:00 +0100, luc wrote: Hi all, I would like to release 3.6 in the upcoming weeks. There have been a bunch of bug fixes and a few evolutions that are important to me. s/3.6/4.0/ And the statement is still true. [...] Of course, once 3.6 is out the MATH_3_X br

[LANG] Add StringUtils methods to compare a string to multiple strings

2015-11-05 Thread Loic Guibert
Hello, there are 2 tickets on JIRA on this same new feature: Add StringUtils methods to compare a string to multiple strings (equalsAny, equalsAnyIgnoreCase) https://issues.apache.org/jira/browse/LANG-704 https://issues.apache.org/jira/browse/LANG-1169 I review the 2 proposed implementation a