You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gilles Sadowski <gi...@harfang.homelinux.org> on 2012/12/12 19:09:08 UTC

[Math] Preparing release 3.1

Hi.

I'm going to start the steps of the release procedure, tomorrow or Friday,
after the pending issues (MATH-874 and MATH-911) are resolved.

There is one known compatibility problem (cf. messsage with subject "svn
commit: r1420000"). Can it be solved by tomorrow?

Any other blocking issues?


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Luc Maisonobe <Lu...@free.fr>.
Hi Gilles,

Le 14/12/2012 16:08, Gilles Sadowski a écrit :
> Hi Luc.
> 
> 
>>> I'm going to start the steps of the release procedure, tomorrow or Friday,
>>> after the pending issues (MATH-874 and MATH-911) are resolved.
>>
>> This are really good new!
>>
>>>
>>> There is one known compatibility problem (cf. messsage with subject "svn
>>> commit: r1420000"). Can it be solved by tomorrow?
>>>
>>> Any other blocking issues?
>>
>> None from my side.
> 
> Are the following PMD warnings harmless?
> 
> In org/apache/commons/math3/analysis/differentiation/DSCompiler.java:
> 
> Avoid unused method parameters such as 'derivativeCompiler'.	234 - 251
> Avoid unused method parameters such as 'lowerIndirection'.	407 - 504
> Avoid unused private methods such as
> 'getPartialDerivativeIndex(int,int,int,int...)'.	        560 - 561

I have fixed the first two warnings in r1421949. The third one is a
false positive as this method is called from three different places
(compileCompositionIndirection, convertIndex and the non-static
getPartialDerivativeIndex with the other parameters list).

best regards,
Luc

> 
> 
> Regards,
> Gilles
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
Hi Luc.


> > I'm going to start the steps of the release procedure, tomorrow or Friday,
> > after the pending issues (MATH-874 and MATH-911) are resolved.
> 
> This are really good new!
> 
> > 
> > There is one known compatibility problem (cf. messsage with subject "svn
> > commit: r1420000"). Can it be solved by tomorrow?
> > 
> > Any other blocking issues?
> 
> None from my side.

Are the following PMD warnings harmless?

In org/apache/commons/math3/analysis/differentiation/DSCompiler.java:

Avoid unused method parameters such as 'derivativeCompiler'.	234 - 251
Avoid unused method parameters such as 'lowerIndirection'.	407 - 504
Avoid unused private methods such as
'getPartialDerivativeIndex(int,int,int,int...)'.	        560 - 561


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Phil Steitz <ph...@gmail.com>.
On 12/14/12 3:14 PM, Gilles Sadowski wrote:
> On Fri, Dec 14, 2012 at 09:47:25AM -0800, Phil Steitz wrote:
>> On 12/14/12 7:50 AM, Gilles Sadowski wrote:
>>> On Fri, Dec 14, 2012 at 07:38:13AM -0800, Phil Steitz wrote:
>>>> On 12/12/12 11:37 AM, Gary Gregory wrote:
>>>>> Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
>>>>> ;)
>>>> One more thing to check is @since tags for new methods.  I saw I
>>>> missed a few.
>>> Is that a release blocker?
>> I would say yes.  I will work on this tonight using the Clirr report
>> to check.
> [I don't remember that it was considered a blocker (a possible doc
> improvement, yes; a bug, no).]

It is pretty much a Commons standard to make sure @since tags are
correct in releases.
>
> A RC1 could be released anytime now, if not for this. And I do not think
> that other people are going to check for possibly missing "@since" tags
> in the next few hours.
> Since you wish to perform those additional changes; let's say that I'll wait
> for another 12 hours, after which I'll try to create RC1. OK?

I am about halfway done.  I just committed fixes about halfway
through the linear package.  I will pick this back up tomorrow AM
(Pacific).  The last class I reviewed was JacobiPreconditioner.

Phil
>
>
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Fri, Dec 14, 2012 at 09:47:25AM -0800, Phil Steitz wrote:
> On 12/14/12 7:50 AM, Gilles Sadowski wrote:
> > On Fri, Dec 14, 2012 at 07:38:13AM -0800, Phil Steitz wrote:
> >> On 12/12/12 11:37 AM, Gary Gregory wrote:
> >>> Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
> >>> ;)
> >> One more thing to check is @since tags for new methods.  I saw I
> >> missed a few.
> > Is that a release blocker?
> 
> I would say yes.  I will work on this tonight using the Clirr report
> to check.

[I don't remember that it was considered a blocker (a possible doc
improvement, yes; a bug, no).]

A RC1 could be released anytime now, if not for this. And I do not think
that other people are going to check for possibly missing "@since" tags
in the next few hours.
Since you wish to perform those additional changes; let's say that I'll wait
for another 12 hours, after which I'll try to create RC1. OK?


Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Phil Steitz <ph...@gmail.com>.
On 12/14/12 7:50 AM, Gilles Sadowski wrote:
> On Fri, Dec 14, 2012 at 07:38:13AM -0800, Phil Steitz wrote:
>> On 12/12/12 11:37 AM, Gary Gregory wrote:
>>> Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
>>> ;)
>> One more thing to check is @since tags for new methods.  I saw I
>> missed a few.
> Is that a release blocker?

I would say yes.  I will work on this tonight using the Clirr report
to check.

Phil
>
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Fri, Dec 14, 2012 at 07:38:13AM -0800, Phil Steitz wrote:
> On 12/12/12 11:37 AM, Gary Gregory wrote:
> > Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
> > ;)
> 
> One more thing to check is @since tags for new methods.  I saw I
> missed a few.

Is that a release blocker?


Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Phil Steitz <ph...@gmail.com>.
On 12/12/12 11:37 AM, Gary Gregory wrote:
> Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
> ;)

One more thing to check is @since tags for new methods.  I saw I
missed a few.
>
> Gary
>
>
> On Wed, Dec 12, 2012 at 2:11 PM, Luc Maisonobe <Lu...@free.fr>wrote:
>
>> Le 12/12/2012 19:09, Gilles Sadowski a écrit :
>>> Hi.
>> Hi Gilles,
>>
>>> I'm going to start the steps of the release procedure, tomorrow or
>> Friday,
>>> after the pending issues (MATH-874 and MATH-911) are resolved.
>> This are really good new!
>>
>>> There is one known compatibility problem (cf. messsage with subject "svn
>>> commit: r1420000"). Can it be solved by tomorrow?
>>>
>>> Any other blocking issues?
>> None from my side.
>>
>> Luc
>>
>>>
>>> Regards,
>>> Gilles
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Gary Gregory <ga...@gmail.com>.
Make sure you have all of your Checkstyle, FindBugs, and PMD ducks in a row
;)

Gary


On Wed, Dec 12, 2012 at 2:11 PM, Luc Maisonobe <Lu...@free.fr>wrote:

> Le 12/12/2012 19:09, Gilles Sadowski a écrit :
> > Hi.
>
> Hi Gilles,
>
> >
> > I'm going to start the steps of the release procedure, tomorrow or
> Friday,
> > after the pending issues (MATH-874 and MATH-911) are resolved.
>
> This are really good new!
>
> >
> > There is one known compatibility problem (cf. messsage with subject "svn
> > commit: r1420000"). Can it be solved by tomorrow?
> >
> > Any other blocking issues?
>
> None from my side.
>
> Luc
>
> >
> >
> > Regards,
> > Gilles
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> > For additional commands, e-mail: dev-help@commons.apache.org
> >
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


-- 
E-Mail: garydgregory@gmail.com | ggregory@apache.org
JUnit in Action, 2nd Ed: <http://goog_1249600977>http://bit.ly/ECvg0
Spring Batch in Action: <http://s.apache.org/HOq>http://bit.ly/bqpbCK
Blog: http://garygregory.wordpress.com
Home: http://garygregory.com/
Tweet! http://twitter.com/GaryGregory

Re: [Math] Preparing release 3.1

Posted by Luc Maisonobe <lu...@spaceroots.org>.
Le 15/12/2012 13:44, Luc Maisonobe a écrit :
> Le 12/12/2012 20:11, Luc Maisonobe a écrit :
>> Le 12/12/2012 19:09, Gilles Sadowski a écrit :
>>> Hi.
>>
>> Hi Gilles,
>>
>>>
>>> I'm going to start the steps of the release procedure, tomorrow or Friday,
>>> after the pending issues (MATH-874 and MATH-911) are resolved.
>>
>> This are really good new!
>>
>>>
>>> There is one known compatibility problem (cf. messsage with subject "svn
>>> commit: r1420000"). Can it be solved by tomorrow?
>>>
>>> Any other blocking issues?
>>
>> None from my side.
> 
> I have noticed I forgot to update the user guide with differentiation. I
> am wrting it right now and will commit it in one or two hours.

Done as of 1422251.

Luc

> 
> sorry to have forgotten this
> Luc
> 
>>
>> Luc
>>
>>>
>>>
>>> Regards,
>>> Gilles
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>>> For additional commands, e-mail: dev-help@commons.apache.org
>>>
>>>
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Luc Maisonobe <Lu...@free.fr>.
Le 12/12/2012 20:11, Luc Maisonobe a écrit :
> Le 12/12/2012 19:09, Gilles Sadowski a écrit :
>> Hi.
> 
> Hi Gilles,
> 
>>
>> I'm going to start the steps of the release procedure, tomorrow or Friday,
>> after the pending issues (MATH-874 and MATH-911) are resolved.
> 
> This are really good new!
> 
>>
>> There is one known compatibility problem (cf. messsage with subject "svn
>> commit: r1420000"). Can it be solved by tomorrow?
>>
>> Any other blocking issues?
> 
> None from my side.

I have noticed I forgot to update the user guide with differentiation. I
am wrting it right now and will commit it in one or two hours.

sorry to have forgotten this
Luc

> 
> Luc
> 
>>
>>
>> Regards,
>> Gilles
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>> For additional commands, e-mail: dev-help@commons.apache.org
>>
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Luc Maisonobe <Lu...@free.fr>.
Le 12/12/2012 19:09, Gilles Sadowski a écrit :
> Hi.

Hi Gilles,

> 
> I'm going to start the steps of the release procedure, tomorrow or Friday,
> after the pending issues (MATH-874 and MATH-911) are resolved.

This are really good new!

> 
> There is one known compatibility problem (cf. messsage with subject "svn
> commit: r1420000"). Can it be solved by tomorrow?
> 
> Any other blocking issues?

None from my side.

Luc

> 
> 
> Regards,
> Gilles
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
> 
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
On Fri, Dec 14, 2012 at 07:15:12AM -0800, Phil Steitz wrote:
> On 12/12/12 10:09 AM, Gilles Sadowski wrote:
> > Hi.
> >
> > I'm going to start the steps of the release procedure, tomorrow or Friday,
> > after the pending issues (MATH-874 and MATH-911) are resolved.
> >
> > There is one known compatibility problem (cf. messsage with subject "svn
> > commit: r1420000"). Can it be solved by tomorrow?
> 
> Sorry.  I just saw this.  I will fix this or roll back the commit today.

I've already applied the changes proposed in MATH-915 and MATH-916.

> Is that the only Clirr blocker?

I think so. The other "errors" were discussed previously (some time ago) on
this list, with the conclusion that they are false positive. Hopefully this
will still be the case when testing the RC. :-)


Regards,
Gilles

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: [Math] Preparing release 3.1

Posted by Phil Steitz <ph...@gmail.com>.
On 12/12/12 10:09 AM, Gilles Sadowski wrote:
> Hi.
>
> I'm going to start the steps of the release procedure, tomorrow or Friday,
> after the pending issues (MATH-874 and MATH-911) are resolved.
>
> There is one known compatibility problem (cf. messsage with subject "svn
> commit: r1420000"). Can it be solved by tomorrow?

Sorry.  I just saw this.  I will fix this or roll back the commit today.

Is that the only Clirr blocker?

Phil
>
> Any other blocking issues?
>
>
> Regards,
> Gilles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org