RE: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Patrick Meyer
Thanks! -Original Message- From: Gilles [mailto:gil...@harfang.homelinux.org] Sent: Wednesday, April 30, 2014 6:21 PM To: dev@commons.apache.org Subject: RE: [VOTE] Release Math 3.3 based on RC1 On Wed, 30 Apr 2014 09:30:37 -0400, Patrick Meyer wrote: > MATH-1092 appear to be unresol

RE: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Gilles
On Wed, 30 Apr 2014 09:30:37 -0400, Patrick Meyer wrote: MATH-1092 appear to be unresolved but a path was submitted. Is it possible to include this patch in 3.3? The patch was included (see the JIRA page), but the issue was not marked as resolved. Regards, Gilles P.S. I've just added the

[CANCEL][VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Thomas Neidhart
On 04/29/2014 10:07 PM, Thomas Neidhart wrote: > Hi all, > > I would like to call a vote to release Commons Math 3.3 based on RC1. > > Math 3.3 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/math/ > (svn revision 5199) > > Maven artifacts are here: >

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Luc Maisonobe
Le 30/04/2014 19:58, Thomas Neidhart a écrit : > On 04/30/2014 10:25 AM, Luc Maisonobe wrote: >> Le 29/04/2014 22:07, Thomas Neidhart a écrit : >>> Hi all, >>> >>> I would like to call a vote to release Commons Math 3.3 based on RC1. >>> >>> Math 3.3 RC1 is available for review here: >>> https

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Gary Gregory
FYI: commit -m "Update to JaCoCo 0.7.0.201403182114." C:/vcs/svn/apache/commons/trunks-proper/commons-parent/pom.xml Sending C:/vcs/svn/apache/commons/trunks-proper/commons-parent/pom.xml Transmitting file data ... Committed revision 1591433. Gary On Wed, Apr 30, 2014 at 2:01 PM, Th

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Thomas Neidhart
On 04/30/2014 03:30 PM, Patrick Meyer wrote: > MATH-1092 appear to be unresolved but a path was submitted. Is it possible > to include this patch in 3.3? according to the comments, this issue has been fixed but was not correctly updated in the changelog. As this is already the second case, I am n

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Thomas Neidhart
On 04/30/2014 10:25 AM, Luc Maisonobe wrote: > Le 29/04/2014 22:07, Thomas Neidhart a écrit : >> Hi all, >> >> I would like to call a vote to release Commons Math 3.3 based on RC1. >> >> Math 3.3 RC1 is available for review here: >> https://dist.apache.org/repos/dist/dev/commons/math/ >> (

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Thomas Neidhart
On 04/30/2014 03:39 PM, Gary Gregory wrote: > On Wed, Apr 30, 2014 at 9:31 AM, Gary Gregory wrote: > >> I cannot try this today, but what about Jacoco 0.7? >> > > ah: > > Release 0.7.0 (2014/03/18) New Features > >- JaCoCo now supports Java 8 (GitHub > #74

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Phil Steitz
+1 Checked build, content, sigs, hashes (1.7 jdk OSX) Thanks for doing this, Thomas! Phil On 4/29/14, 1:07 PM, Thomas Neidhart wrote: > Hi all, > > I would like to call a vote to release Commons Math 3.3 based on RC1. > > Math 3.3 RC1 is available for review here: > https://dist.apache.org

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Gary Gregory
On Wed, Apr 30, 2014 at 9:31 AM, Gary Gregory wrote: > I cannot try this today, but what about Jacoco 0.7? > ah: Release 0.7.0 (2014/03/18) New Features - JaCoCo now supports Java 8 (GitHub #74 ). Gary > > Gary > > > On Wed, Apr 30, 2014 at 9

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Gary Gregory
I cannot try this today, but what about Jacoco 0.7? Gary On Wed, Apr 30, 2014 at 9:23 AM, Gary Gregory wrote: > I get this blow up: > > --- > T E S T S > --- > > java.lang.reflect.Invocation

RE: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Patrick Meyer
MATH-1092 appear to be unresolved but a path was submitted. Is it possible to include this patch in 3.3? -Original Message- From: Thomas Neidhart [mailto:thomas.neidh...@gmail.com] Sent: Tuesday, April 29, 2014 4:08 PM To: dev@commons.apache.org Subject: [VOTE] Release Math 3.3 based

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Gary Gregory
I get this blow up: --- T E S T S --- java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAcces

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-30 Thread Luc Maisonobe
Le 29/04/2014 22:07, Thomas Neidhart a écrit : > Hi all, > > I would like to call a vote to release Commons Math 3.3 based on RC1. > > Math 3.3 RC1 is available for review here: > https://dist.apache.org/repos/dist/dev/commons/math/ > (svn revision 5199) > > Maven artifacts are here: >

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-29 Thread Emmanuel Bourg
I don't know if that matters but I got some problems with Java 8: 1. Jacoco crashed: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-29 Thread Gilles
On Tue, 29 Apr 2014 16:43:42 -0400, Evan Ward wrote: Hi Thomas, I noticed that the user guide is using deprecated classes in the examples for least squares optimization. Do we want to update the user guide to help new users find/understand the new API? Updated documentation is certainly welc

Re: [VOTE] Release Math 3.3 based on RC1

2014-04-29 Thread Evan Ward
Hi Thomas, I noticed that the user guide is using deprecated classes in the examples for least squares optimization. Do we want to update the user guide to help new users find/understand the new API? Best Regards, Evan On 04/29/2014 04:07 PM, Thomas Neidhart wrote: > Hi all, > > I would like to

[VOTE] Release Math 3.3 based on RC1

2014-04-29 Thread Thomas Neidhart
Hi all, I would like to call a vote to release Commons Math 3.3 based on RC1. Math 3.3 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/commons/math/ (svn revision 5199) Maven artifacts are here: https://repository.apache.org/content/repositories/orgapachecommo