Re: [VOTE] Release commons-parent 13

2010-03-01 Thread Niall Pemberton
On Mon, Mar 1, 2010 at 1:10 PM, sebb wrote: > On 01/03/2010, sebb wrote: >> On 01/03/2010, Niall Pemberton wrote: >>  > Hi, >>  > >>  >  I'd like to release version 13 of the commons-parent pom - the changes >>  >  since the last release are: >>  > >>  >   - Upgrade to use commons-build-plugin 1

Re: Code Style and Contributions

2010-03-01 Thread Luc Maisonobe
D Sledge a écrit : > Is there a XML "code style" file for eclipse? I'd like to contribute, and I > need to change the coding style to fit commons lang's convention. I'd like to > avoid doing this by hand if I can. > You can find the file I use for commons-math and commons-nabla here:

Code Style and Contributions

2010-03-01 Thread D Sledge
Is there a XML "code style" file for eclipse? I'd like to contribute, and I need to change the coding style to fit commons lang's convention. I'd like to avoid doing this by hand if I can. Thanks, D

[math] adding a way to compute derivatives wrt initial states and parameters in ODE (was Re: svn commit: r917592)

2010-03-01 Thread luc . maisonobe
Hi, This commit implements a new feature I wanted to have for a long time. It sits on top of ODE integrators which solve initial value problems of the form: y(t0) = y0 y'(t) = f(t, y) In addition to compute y(t) at any time, it also computes the derivatives (jacobians) dy/dy0 and dy/dp wher

Re: [VOTE] Release commons-parent 13

2010-03-01 Thread sebb
On 01/03/2010, sebb wrote: > On 01/03/2010, Niall Pemberton wrote: > > Hi, > > > > I'd like to release version 13 of the commons-parent pom - the changes > > since the last release are: > > > > - Upgrade to use commons-build-plugin 1.2 (for improved download pages) > > - Change OSGi

Re: [VOTE] Release commons-parent 13

2010-03-01 Thread sebb
On 01/03/2010, Niall Pemberton wrote: > Hi, > > I'd like to release version 13 of the commons-parent pom - the changes > since the last release are: > > - Upgrade to use commons-build-plugin 1.2 (for improved download pages) > - Change OSGi config to not import exported packages > - only g

Re: [VOTE] Release commons-parent 13

2010-03-01 Thread Niall Pemberton
On Mon, Mar 1, 2010 at 7:57 AM, Mladen Turk wrote: > On 03/01/2010 01:37 AM, Niall Pemberton wrote: >> >> [X] +1 >> [ ] =0 >> [ ] -1 >> > > > BTW, where can we get the full invocation > documentation. All I see on commons site is > maven 1 documentation and usage guidelines. Thats something we ne

Re: [VOTE] Release commons-parent 13

2010-03-01 Thread Phil Steitz
+1 Phil Niall Pemberton wrote: > Hi, > > I'd like to release version 13 of the commons-parent pom - the changes > since the last release are: > > - Upgrade to use commons-build-plugin 1.2 (for improved download pages) > - Change OSGi config to not import exported packages > - only generate j