[math]Discussion: How to move out "EmptyClusterStrategy" from KMeansPlusPlusClusterer

2020-03-10 Thread chentao...@qq.com
Hi all,     The "EmptyClusterStrategy" in KMeansPlusPlusClusterer can be reused MiniBatchKMeansClusterer and other cluster altorithm.     So I think the "EmptyClusterStrategy" should move out from KMeansPlusPlusClusterer(JIRA issue #MATH-1525).     I am not sure if my design is good or not. I thi

Re: [commons-configuration] annotated tag commons-configuration-2.7-rel deleted (was 25c199d)

2020-03-10 Thread Rob Tompkins
Pardon my mistake in incorrect naming here. I renamed the tag "rel/commons-configuration-2.7" -Rob > On Mar 10, 2020, at 9:46 PM, chtom...@apache.org wrote: > > This is an automated email from the ASF dual-hosted git repository. > > chtompki pushed a change to annotated tag commons-configurati

Re: [Compress]Add some easy-to-use APIs for Zip and other archivers

2020-03-10 Thread Peter Lee
> Peter, > > Please also take a look at Apache Commons VFS. Sure. I will look into Commons VFS. Thank you for your suggestion.

[VOTE][RESULT] Release Apache Commons Configuration 2.7 based on RC2

2020-03-10 Thread Rob Tompkins
This vote passes with the following votes: Jochen Wiedmann: +1, Gary Gregory: +1, Oliver Heger: +1, Stefan Bodewig: +1, and Rob Tompkins: +1. I will proceed with the release, and I will announce it tomorrow in accordance with our standard 24 hour wait period for the mirrors to catch up. Cheers

Re: [VOTE] Release Apache Commons Configuration 2.7 based on RC2

2020-03-10 Thread Rob Tompkins
Here’s my +1 -Rob > On Mar 9, 2020, at 10:55 AM, Rob Tompkins wrote: > > We have fixed quite a few bugs and added some significant enhancements since > Apache Commons Configuration 2.6 was released, so I would like to release > Apache Commons Configuration 2.7. > > Apache Commons Configurati

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-03-10 Thread Carl Hall
Thanks, Bernd! I've copied your response below and will reply inline to a couple of things. After 2 months, we're really close to making this release. :) Binding: 2 (Bruno, Bernd) Non-binding: 2 (Bill, Amey) > On Mar 10, 2020, at 7:13 AM, Bernd Eckenfels wrote: > > Hello, > > I tested window

Re: [ANNOUNCE] Welcome Matt Juntunen to Apache Commons

2020-03-10 Thread Hasan Diwan
Congratulations, kind sir! -- H On Tue, 10 Mar 2020 at 08:12, Matt Juntunen wrote: > Thank you! It's a great honor. > -Matt > > From: Rob Tompkins > Sent: Tuesday, March 10, 2020 9:02 AM > To: Commons Developers List > Subject: Re: [ANNOUNCE] Welcome Matt Juntu

Re: [ANNOUNCE] Welcome Matt Juntunen to Apache Commons

2020-03-10 Thread Matt Juntunen
Thank you! It's a great honor. -Matt From: Rob Tompkins Sent: Tuesday, March 10, 2020 9:02 AM To: Commons Developers List Subject: Re: [ANNOUNCE] Welcome Matt Juntunen to Apache Commons Congrats Matt! Welcome aboard. -Rob > On Mar 10, 2020, at 8:46 AM, Gary Gre

[VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-03-10 Thread Bernd Eckenfels
Hello, I tested windows (java8) build, checksum, source content and signature. This is a +1 Bindung but there are some nits *Carls Key in KEYS seems to be expired * The src.zip misses some dot files (Travis.yml) * The mentioned git tag was wrong, it is dbutil_1_8_Rc2 * I haven

Re: [Compress]Add some easy-to-use APIs for Zip and other archivers

2020-03-10 Thread Gary Gregory
Peter, Please also take a look at Apache Commons VFS. Gary On Tue, Mar 10, 2020 at 4:30 AM Peter Lee wrote: > Just finished reading the COMPRESS-118 and the 2 threads. I have to say > that's a lot of content. :) > > I have also read the Archiver and the Expander, and I do like them a lot. > Th

Re: [ANNOUNCE] Welcome Matt Juntunen to Apache Commons

2020-03-10 Thread Rob Tompkins
Congrats Matt! Welcome aboard. -Rob > On Mar 10, 2020, at 8:46 AM, Gary Gregory wrote: > > Hello All, > > Let's all give a warm welcome to our latest Apache Commons Committer: Matt > Juntunen. > > Welcome aboard Matt! > > Gary Gregory > PMC Chair ---

[ANNOUNCE] Welcome Matt Juntunen to Apache Commons

2020-03-10 Thread Gary Gregory
Hello All, Let's all give a warm welcome to our latest Apache Commons Committer: Matt Juntunen. Welcome aboard Matt! Gary Gregory PMC Chair

Re: [Compress]Add some easy-to-use APIs for Zip and other archivers

2020-03-10 Thread Peter Lee
Just finished reading the COMPRESS-118 and the 2 threads. I have to say that's a lot of content. :) I have also read the Archiver and the Expander, and I do like them a lot. They have great abstraction, and the implementation for callback(CloseableConsumer and Finisher) do impressed me. In the th