Re: [bcel] Deprecated InstructionConstants

2016-06-01 Thread Benedikt Ritter
Gary Gregory schrieb am Do., 2. Juni 2016 um 08:00 Uhr: > So trunk packages would be renamed _back_ from bcel6 to the 5.2 packages? > That's what I understood from sebb's last message. > > Gary > > On Wed, Jun 1, 2016 at 3:43 PM, sebb wrote: > > > Hang on please. > > > > There were plans to p

Re: [bcel] Deprecated InstructionConstants

2016-06-01 Thread Gary Gregory
So trunk packages would be renamed _back_ from bcel6 to the 5.2 packages? Gary On Wed, Jun 1, 2016 at 3:43 PM, sebb wrote: > Hang on please. > > There were plans to produce a new incompatible release with new Maven > coords and new package names. > However as I recall there was some pushback fr

[GitHub] commons-io pull request #12: Update BoundedReader.java

2016-06-01 Thread zhanhb
GitHub user zhanhb opened a pull request: https://github.com/apache/commons-io/pull/12 Update BoundedReader.java Bug, the return value should be -1 when get the end of the reader https://docs.oracle.com/javase/8/docs/api/java/io/Reader.html You can merge this pull request into a

Re: [VFS] NIO Version Questions

2016-06-01 Thread Gary Gregory
I think we should do it all! :-) Starting with making all of VFS a nio2 provider. Then we can do one-offs for each file type as we go. It then should be possible to offer a more light weight solution. Gary On Jun 1, 2016 5:18 PM, "Schalk Cronjé" wrote: > I have looked at this for some time and

Re: [bcel] Deprecated InstructionConstants

2016-06-01 Thread Benedikt Ritter
I would go with the first option. sebb schrieb am Do., 2. Juni 2016 um 00:43: > Hang on please. > > There were plans to produce a new incompatible release with new Maven > coords and new package names. > However as I recall there was some pushback from users who wished to > have a drop-in releas

Re: [VFS] NIO Version Questions

2016-06-01 Thread Peter Ansell
Hi Mark, It may or may not be that heavyweight a process. It all depends on the way it is implemented. One reason for virtual roots could be to extract the operating system specific aspects away if possible. However, I don't see people wanting "home" or "Photos" as urgently as supporting common i

Re: [VFS] NIO Version Questions

2016-06-01 Thread Mark Fortner
Hi Peter, Implementing a new file system just to support "home" or "Photos" virtual roots, would be a rather heavyweight approach for something that should be configurable. Each operating system (and OS version) could have different mappings for these roots. Cheers, Mark On Wed, Jun 1, 2016 at

Re: [VFS] NIO Version Questions

2016-06-01 Thread Mark Fortner
During the push for the last release, it seemed like some of the API changes were breaking backward compatibility with some of the implementations. If each implementation resides in its own repo, this would probably be a recurrent problem, especially if the API is changing rapidly. Has anyone given

Re: [VFS] NIO Version Questions

2016-06-01 Thread Mark Fortner
Hi Benson, While I don't have a strong preference in terms of the approach, my gut feel is that the adapter approach would force people through additional layers of VFS code. Cheers, Mark On Wed, Jun 1, 2016 at 4:28 PM, Benson Margulies wrote: > Which direction do you have in mind here? I'd b

Re: [VFS] NIO Version Questions

2016-06-01 Thread Peter Ansell
As long as VFS implementations can be successfully plugged in as NIO FileSystemProvider implementations then I don't see any reason not to add that capability in addition to the VFS APIs. Whether or not the public VFS APIs are superceded for most users by the NIO2 APIs, with VFS as a backend, depen

Re: [VFS] NIO Version Questions

2016-06-01 Thread Benson Margulies
On Wed, Jun 1, 2016 at 8:18 PM, Schalk Cronjé wrote: > I have looked at this for some time and played with some ideas. Firstly, I > want to say that atm NIO2 sucks. It sucks because there are no decent > provider implementations. So using the knowledge from VFS2 today, I think a > great contributi

Re: [VFS] NIO Version Questions

2016-06-01 Thread Schalk Cronjé
I have looked at this for some time and played with some ideas. Firstly, I want to say that atm NIO2 sucks. It sucks because there are no decent provider implementations. So using the knowledge from VFS2 today, I think a great contribution can be made to "re-use" the VFS2 projects for NIO2. I

Re: BCEL release?

2016-06-01 Thread sebb
On 2 June 2016 at 00:50, Olivier Lamy wrote: > My problem is the maven coordinate changed That was done as part of BCEL-222. This will have to be reverted in order to release a compatible version of BCEL. I did not get around to doing that when I reworked the code. > I use bcel in a maven pl

Re: BCEL release?

2016-06-01 Thread Olivier Lamy
My problem is the maven coordinate changed I use bcel in a maven plugin. So ideally I would have been happy to simply override in the dependencies section of the plugin with the new bcel version. But due this non compatible change on the maven coordinate I cannot do that On 1 June 2016 a

Re: [VFS] NIO Version Questions

2016-06-01 Thread Benson Margulies
Which direction do you have in mind here? I'd be up for helping to build a device that makes commons-vfs act as an NIO2 file system provider, but you might be aiming in the opposite direction. On Wed, Jun 1, 2016 at 7:02 PM, Peter Ansell wrote: > On 2 June 2016 at 01:48, Mark Fortner wrote: >>

Re: [math] avoid allocating distribution bounds if there are no successes

2016-06-01 Thread James Carman
Why not create a release prep branch for each release when ready? The "gitflow" treatment of master is that's what's currently "in production" or whatever. I don't really care for that model, but it is popular. For libraries that support multiple versions, I don't know how realistic that is. On We

[Math] Re: Proposed changes to Complex method nomenclature

2016-06-01 Thread Gilles
Hello. On Wed, 1 Jun 2016 21:53:59 +0200, Eric Barnhill wrote: On 31/05/16 14:12, Gilles wrote: Short as can be and close to math notation. Another possibility may be to keep long names and to add syntactic sugar such as - public static double im(Complex c) { return c.getImaginary();

Re: [VFS] NIO Version Questions

2016-06-01 Thread Peter Ansell
On 2 June 2016 at 01:48, Mark Fortner wrote: > There was some discussion during the last release about a NIO-compatible > version of VFS. This raised a few questions in my mind. > >1. Is there a branch where this work should start? >2. Are there any specific API proposals, if so where are

Re: [bcel] Deprecated InstructionConstants

2016-06-01 Thread sebb
Hang on please. There were plans to produce a new incompatible release with new Maven coords and new package names. However as I recall there was some pushback from users who wished to have a drop-in release. That is not possible unless the release is binary compatible. So I spent quite a bit of

Re: [math] avoid allocating distribution bounds if there are no successes

2016-06-01 Thread sebb
Given that the 'master' branch is normally where development takes place, this problem is going to keep recurring. Maybe MATH should consider using 'master' as the normal development branch and 'release' or somesuch for the release candidate. On 29 May 2016 at 22:42, Gilles wrote: > Hi. > > Tha

Re: [beanutils] release 1.9.3?

2016-06-01 Thread Gary Gregory
On Wed, Jun 1, 2016 at 12:46 PM, Oliver Heger wrote: > > > Am 31.05.2016 um 23:31 schrieb Gary Gregory: > > While there is not much new for 1.9.3, just two fixes, I would not mind > > pushing out a release, just to get the refreshed dependency on Commons > > Collection out since there has been no

Re: Proposed changes to Complex method nomenclature

2016-06-01 Thread Eric Barnhill
On 31/05/16 14:12, Gilles wrote: Short as can be and close to math notation. Another possibility may be to keep long names and to add syntactic sugar such as - public static double im(Complex c) { return c.getImaginary(); } - I have been looking at std::complex to get some idea

Re: [beanutils] release 1.9.3?

2016-06-01 Thread Oliver Heger
Am 31.05.2016 um 23:31 schrieb Gary Gregory: > While there is not much new for 1.9.3, just two fixes, I would not mind > pushing out a release, just to get the refreshed dependency on Commons > Collection out since there has been noise about it related to security. > > Thoughts? +1, would it be

Re: [VFS] NIO Version Questions

2016-06-01 Thread Josh Elser
Mark Fortner wrote: There was some discussion during the last release about a NIO-compatible version of VFS. This raised a few questions in my mind. 1. Is there a branch where this work should start? This is easy enough to create one if there's desire :) 2. Are there any specific

[VFS] NIO Version Questions

2016-06-01 Thread Mark Fortner
There was some discussion during the last release about a NIO-compatible version of VFS. This raised a few questions in my mind. 1. Is there a branch where this work should start? 2. Are there any specific API proposals, if so where are they (or will they) be documented? Would there be

Re: [math] Repository Policy

2016-06-01 Thread Rob Tompkins
That seems reasonable based upon the other git based commons repos. -Rob > On May 31, 2016, at 12:08 PM, Stian Soiland-Reyes wrote: > > To reduce complexity and confusion, I would generally hope for > "master" to be where development happens, rather than an additional > "develop" - as that mea

Re: [Math] kmeans++: decouple EM LLoyd's iterations and initial seeding of clustering centers.

2016-06-01 Thread Artem Barger
On Wed, Jun 1, 2016 at 5:46 PM, Gilles wrote: > On Wed, 1 Jun 2016 17:24:47 +0300, Artem Barger wrote: > >> ​ >> On Tue, May 31, 2016 at 4:04 PM, Artem Barger wrote: >> >> Hi, >>> >>> Current implementation of kmeans within CM framework, inherently uses >>> algorithm published by Arthur, David,

Re: [Math] kmeans++: decouple EM LLoyd's iterations and initial seeding of clustering centers.

2016-06-01 Thread Gilles
On Wed, 1 Jun 2016 17:24:47 +0300, Artem Barger wrote: ​ On Tue, May 31, 2016 at 4:04 PM, Artem Barger wrote: Hi, Current implementation of kmeans within CM framework, inherently uses algorithm published by Arthur, David, and Sergei Vassilvitskii. "k-means++: The advantages of careful se

Re: [Math] kmeans++: decouple EM LLoyd's iterations and initial seeding of clustering centers.

2016-06-01 Thread Artem Barger
​ On Tue, May 31, 2016 at 4:04 PM, Artem Barger wrote: > Hi, > > Current implementation of kmeans within CM framework, inherently uses > algorithm published by Arthur, David, and Sergei Vassilvitskii. > "k-means++: The advantages of careful seeding." *Proceedings of the > eighteenth annual ACM-S

Hipparchus fork of Commons Math

2016-06-01 Thread Phil Steitz
A couple of months ago, some contributors to Commons Math decided to create a new project, starting with a fork of the [math] sources. This was a hard decision for us to make. It is not the intent of this message to rationalize our decision or to in any way disparage Apache Commons Math. I wil

Re: [Math] Adding min/max and argmin/argmax values for an arrays of double/int (Comparable).

2016-06-01 Thread Artem Barger
Hi, I've create a JIRA ticket MATH-1372 and attached a patch to it, also submitted PR on GitHub: https://github.com/apache/commons-math/pull/36. Best regards, Artem Barger. On Tue, May 31, 2016 at 3:32 AM, Artem Barger wrote: > > On Tue, May 31, 2016 at 3:17 AM, Gilles

AW: [bcel] Deprecated InstructionConstants

2016-06-01 Thread jhm
> It does not make sense though. All of the code in the bcel6 package is > going to be released for the first time in the upcoming 6.0 release. Ok, didnt know that. Then I'm fine :) Just wanted to give a hint. Jan - To unsubs