You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Phil Steitz <ph...@gmail.com> on 2010/03/25 13:00:53 UTC

[math] Re: svn commit: r927356 - in /commons/proper/math/trunk/src: main/resources/templates/math-release-notes.vm site/xdoc/changes.xml

sebb@apache.org wrote:
> Author: sebb
> Date: Thu Mar 25 11:51:19 2010
> New Revision: 927356
> 
> URL: http://svn.apache.org/viewvc?rev=927356&view=rev
> Log:
> Translate double-space into new-line when generating release notes
> 
> Modified:
>     commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
>     commons/proper/math/trunk/src/site/xdoc/changes.xml
> 
> Modified: commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm?rev=927356&r1=927355&r2=927356&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm (original)
> +++ commons/proper/math/trunk/src/main/resources/templates/math-release-notes.vm Thu Mar 25 11:51:19 2010
> @@ -18,7 +18,9 @@
>  
>                Apache ${project.name} ${version} RELEASE NOTES
>  
> -${release.description}
> +## Hack to improve layout: replace all pairs of spaces with a single new-line
> +$release.description.replaceAll("  ", "
> +"))
>  
>  #if ($release.getActions().size() == 0)
>  No changes defined in this version.
> 
> Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml
> URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=927356&r1=927355&r2=927356&view=diff
> ==============================================================================
> --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original)
> +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Mar 25 11:51:19 2010
> @@ -44,26 +44,29 @@ The <action> type attribute can be add,u
>      <title>Commons Math Release Notes</title>
>    </properties>
>    <body>
> -    <!-- The description is formatted so as to make it easy to paste into the generated release notes -->
> +    <!-- NOTE: 
> +    The description below is specially formatted so as to improve the layout of the generated release notes:
> +    The parsing process removes all line feeds, replacing them with a single space.
> +    The Velocity template in resources/templates has been enhanced to replace pairs of adjacent spaces
> +    with a new-line in the release notes. (These spaces are ignored when displaying HTML).
> +    If the output is not quite correct, check for invisible trailing spaces!
> +     -->
>      <release version="2.1" date="TBD" description="
>  This is primarily a maintenance release, but it also includes new features and enhancements.
>  
> -Users of version 2.0 are encouraged to upgrade to 2.1, as this release includes some important bug fixes.
> +  Users of version 2.0 are encouraged to upgrade to 2.1, as this release includes some important bug fixes.
>  
> -See the detailed list of changes below for full description of all bug fixes and enhancements.
> +  See the detailed list of changes below for full description of all bug fixes and enhancements.
>  
> -This release contains some minor API compatibility breaks with version 2.0:
> -
> - the return type of RealVector.copy() has been changed to AbstractRealVector;
> - the no-argument constructor of MatrixUtils() has been made private;
> - the mapXxxToSelf methods of OpenMapRealVector have been removed and
> -     some method return types have been changed in this class;
> - new methods have been added to the RealVector interface;
> - several fields in AdaptiveStepSizeIntegrator have been made final;
> - DummyStepInterpolator requires an additional argument for one of its constructors;
> - some protected fields have been removed from AbstractLeastSquaresOptimizer, 
> -     AbstractScalarDifferentiableOptimizer and AbstractLinearOptimizer;
> - and the isOptimal(SimplexTableau) method has been removed from SimplexSolver. ">
> +  This release contains some minor API compatibility breaks with version 2.0:
> +  the return type of RealVector.copy() has been changed to AbstractRealVector;
> +  the no-argument constructor of MatrixUtils() has been made private;
> +  the mapXxxToSelf methods of OpenMapRealVector have been removed and some method return types have been changed in this class;
> +  new methods have been added to the RealVector interface;
> +  several fields in AdaptiveStepSizeIntegrator have been made final;
> +  DummyStepInterpolator requires an additional argument for one of its constructors;
> +  some protected fields have been removed from AbstractLeastSquaresOptimizer, AbstractScalarDifferentiableOptimizer and AbstractLinearOptimizer;
> +  and the isOptimal(SimplexTableau) method has been removed from SimplexSolver. ">
>        <action dev="erans" type="update" issue="MATH-356">
>          Added method to clear the list of observations in CurveFitter.
>        </action>
> 
> 
Thanks, Sebb!

Are we otherwise ready for RC?

I will cut this eve (about 10 hours from now) if I do not hear anything.

Phil


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


Re: Issue 310

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

> > Can I go on with the addition proposed in the last comment of
> >   https://issues.apache.org/jira/browse/MATH-310
> > ?
> >
> 
> There is a fair amount of work to be done there and I really would
> like to get this release out.  If you really feel strongly that this
> has to be in 2.1, I can hold the release for it (or any other issues
> marked 2.2).

No, it'll be fine in 2.2 too ;-) 

Gilles

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


Re: Issue 310 (Was: Re: [math] Re: svn commit: r927356 - in ...)

Posted by Phil Steitz <ph...@gmail.com>.
Gilles Sadowski wrote:
>> [...]
>> Are we otherwise ready for RC?
>>
>> I will cut this eve (about 10 hours from now) if I do not hear anything.
> 
> Can I go on with the addition proposed in the last comment of
>   https://issues.apache.org/jira/browse/MATH-310
> ?
>

There is a fair amount of work to be done there and I really would
like to get this release out.  If you really feel strongly that this
has to be in 2.1, I can hold the release for it (or any other issues
marked 2.2).

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


Issue 310 (Was: Re: [math] Re: svn commit: r927356 - in ...)

Posted by Gilles Sadowski <gi...@harfang.homelinux.org>.
> [...]
> Are we otherwise ready for RC?
> 
> I will cut this eve (about 10 hours from now) if I do not hear anything.

Can I go on with the addition proposed in the last comment of
  https://issues.apache.org/jira/browse/MATH-310
?

Gilles

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