Re: [LANG] Towards 3.3

2014-01-26 Thread Henri Yandell
Depends whose arguing probably :) Our license gives us a right to contributions under Apache 2.0 unless stated otherwise; the ICLA is playing safer. We can also simply take anything under a compatible license and include (with suitable licensing). I did that for a method from Spring. Hen On Sun

Re: [math][MATH-749] Convex hull

2014-01-26 Thread Gilles
[...] The Vector/Point interface does not allow access to its components, thus any algorithm that needs access to them either has to cast, or explicitly specify the type. [...] Ideally, the Vector interface would have a method double getComponent(int dimension) or double[] getData() to p

[math][MATH-749] Convex hull

2014-01-26 Thread Thomas Neidhart
Hi, finally, I have a patch ready to be included for MATH-749. What took me so long was some confusion about the type system in the geometry package. It is actually quite difficult to do some generic algorithm code by only specifying the relevant space type (e.g. Euclidean2D). The Vector/Point i

Re: [LANG] Towards 3.3

2014-01-26 Thread Duncan Jones
On 26 January 2014 19:47, Duncan Jones wrote: > On 26 January 2014 18:49, Benedikt Ritter wrote: >> Hi Duncan, >> >> >> 2014/1/26 Duncan Jones >> >>> On 26 January 2014 13:33, Benedikt Ritter wrote: >>> > Hi all, >>> > >>> > we've fixed some bugs and we have some nice new features implemented >

Re: [LANG] Towards 3.3

2014-01-26 Thread Gary Gregory
Adding more features and fixes is Ok but at this point I'd rather regular early and release often.  G Original message From: Duncan Jones Date:01/26/2014 11:45 (GMT-05:00) To: Commons Developers List Subject: Re: [LANG] Towards 3.3 On 26 January 2014 13:33, Benedikt Ri

Re: [LANG] Towards 3.3

2014-01-26 Thread Duncan Jones
On 26 January 2014 18:49, Benedikt Ritter wrote: > Hi Duncan, > > > 2014/1/26 Duncan Jones > >> On 26 January 2014 13:33, Benedikt Ritter wrote: >> > Hi all, >> > >> > we've fixed some bugs and we have some nice new features implemented >> > (DiffBuilder, Jaro-Winkler Distance, RandomUtils, Clas

Re: [LANG] Towards 3.3

2014-01-26 Thread Benedikt Ritter
Hi Duncan, 2014/1/26 Duncan Jones > On 26 January 2014 13:33, Benedikt Ritter wrote: > > Hi all, > > > > we've fixed some bugs and we have some nice new features implemented > > (DiffBuilder, Jaro-Winkler Distance, RandomUtils, ClassPathUtils), so I'm > > planning to cut a RC in the first week

Re: [LANG] Towards 3.3

2014-01-26 Thread Duncan Jones
On 26 January 2014 13:33, Benedikt Ritter wrote: > Hi all, > > we've fixed some bugs and we have some nice new features implemented > (DiffBuilder, Jaro-Winkler Distance, RandomUtils, ClassPathUtils), so I'm > planning to cut a RC in the first week of February. > > I just wanted to know if there i

[LANG] Towards 3.3

2014-01-26 Thread Benedikt Ritter
Hi all, we've fixed some bugs and we have some nice new features implemented (DiffBuilder, Jaro-Winkler Distance, RandomUtils, ClassPathUtils), so I'm planning to cut a RC in the first week of February. I just wanted to know if there is anything you'd like to have included in the next release. Th

Re: [compress] 2.0: require Java7?

2014-01-26 Thread Damjan Jovanovic
On Sun, Jan 26, 2014 at 8:13 AM, Stefan Bodewig wrote: > On 2014-01-25, Damjan Jovanovic wrote: > >> On Fri, Jan 24, 2014 at 6:06 PM, Stefan Bodewig wrote: >>> On 2013-12-30, Stefan Bodewig wrote: > Compress 1.x is at Java5, personally I don't think Java6 would give us any benefits. I