Re: [RNG] User guide demo apps.

2016-08-12 Thread Gilles
On Sat, 13 Aug 2016 03:59:44 +0300, Artem Barger wrote: Hi, I was thinking of adding a few additional demo application for user guide page: 1. Seeding algorithm for kmeans++ (sampling centers based on the distances). 2. Non uniform coreset for kmeans clustering (importance sampling),

[RNG] User guide demo apps.

2016-08-12 Thread Artem Barger
Hi, I was thinking of adding a few additional demo application for user guide page: 1. Seeding algorithm for kmeans++ (sampling centers based on the distances). 2. Non uniform coreset for kmeans clustering (importance sampling), reducing big data into small based on random algorithm. What is

Re: [lang] LANG-1110

2016-08-12 Thread Gilles
On Sat, 13 Aug 2016 03:48:55 +0300, Artem Barger wrote: Hi, I'm planning to work on LANG-1110, since it's pretty related to my other work I did for RNG project lately. Because this issue assumes adding JMH benchmark instead of the test which practically implements benchmarking, I though it

[lang] LANG-1110

2016-08-12 Thread Artem Barger
Hi, I'm planning to work on LANG-1110, since it's pretty related to my other work I did for RNG project lately. Because this issue assumes adding JMH benchmark instead of the test which practically implements benchmarking, I though it will be reasonable to start form adding JMH dependency.

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-12 Thread Gary Gregory
On Fri, Aug 12, 2016 at 10:24 AM, Dennis Kieselhorst wrote: > Am 12.08.2016 um 01:18 schrieb Gary Gregory: > > -1 > > > > From src zip: ASC, MD5, SHA1 OK. > > > > Building with: > > > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; > 2013-02-19 > >

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-12 Thread Gary Gregory
On Fri, Aug 12, 2016 at 8:41 AM, Oliver Heger wrote: > > > Am 12.08.2016 um 01:19 schrieb Gary Gregory: > > The error was building with 'mvn clean site'. > > Can you build the site successfully with a JDK >= 7? > Yes, the same command works, no surprise there.

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-12 Thread Dennis Kieselhorst
Am 12.08.2016 um 01:18 schrieb Gary Gregory: > -1 > > From src zip: ASC, MD5, SHA1 OK. > > Building with: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven home: E:\Java\apache-maven-3.0.5 > Java version: *1.6.0_45*, vendor: Sun Microsystems

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-12 Thread Oliver Heger
Am 12.08.2016 um 01:19 schrieb Gary Gregory: > The error was building with 'mvn clean site'. Can you build the site successfully with a JDK >= 7? Oliver > > Gary > > On Thu, Aug 11, 2016 at 4:18 PM, Gary Gregory > wrote: > >> -1 >> >> From src zip: ASC, MD5, SHA1

Re: [rng] New repository for "Commons Rng"

2016-08-12 Thread Gilles
On Fri, 12 Aug 2016 10:45:38 +0200, Eric Barnhill wrote: what is the link? I searched for this repo on github, but can't see it there. By default, new repositories are not mirrored to Github. I've just filed a request: https://issues.apache.org/jira/browse/INFRA-12416 Best regards, Gilles

Re: [Off-list] Re: [rng] New repository for "Commons Rng"

2016-08-12 Thread Gilles
This message should have been off-list... Sorry for the noise, Gilles On Fri, 12 Aug 2016 12:09:26 +0200, Gilles wrote: Hello Eric. Good to see that you are still around. I hope that you are fine. Best, Gilles P.S. If I'm not mistaken, you did not complete the procedure for getting

[Off-list] Re: [rng] New repository for "Commons Rng"

2016-08-12 Thread Gilles
Hello Eric. Good to see that you are still around. I hope that you are fine. Best, Gilles P.S. If I'm not mistaken, you did not complete the procedure for getting commit access... On Fri, 12 Aug 2016 10:45:38 +0200, Eric Barnhill wrote: what is the link? I searched for this repo on

Re: [VOTE] Release Configuration 2.1 based on RC3

2016-08-12 Thread Gary Gregory
The error was building with 'mvn clean site'. Gary On Thu, Aug 11, 2016 at 4:18 PM, Gary Gregory wrote: > -1 > > From src zip: ASC, MD5, SHA1 OK. > > Building with: > > Apache Maven 3.0.5 (r01de14724cdef164cd33c7c8c2fe155faf9602da; 2013-02-19 > 05:51:28-0800) > Maven

Re: [rng] New repository for "Commons Rng"

2016-08-12 Thread Eric Barnhill
what is the link? I searched for this repo on github, but can't see it there. Sorry if you put the link in a thread I can't find. On Mon, Aug 8, 2016 at 6:03 PM, Gilles wrote: > On Mon, 08 Aug 2016 03:10:13 +0200, Gilles wrote: > >> Hi. >> >> A new git repository

Re: RNG component release

2016-08-12 Thread Gary Gregory
HI Artem, Compared to other Commons Components, things are moving pretty quickly for [rng]! :-) I think the community needs to take a look at the code, comment, and twiddle a bit maybe. Then I'm sure talk of voting on release candidate will happen "quickly". My guesstimate is that there could

[rng] Towards first release of Commons Rng (Was: RNG component release)

2016-08-12 Thread Gilles
Hi. On Fri, 12 Aug 2016 01:05:20 +0300, Artem Barger wrote: Hi, I'm looking on the project and since I'm pretty unfamiliar w/ inner ASF processing, was wondering what currently missing to be able to release first version of commons-rng? Just trying to understand the process and probably to