RE: [CRYPTO] Switch from JNI to JNA

2016-04-24 Thread Chen, Haifeng
>> Maybe its an option to replace JNI by JNA [1]. This would have IHMO several >> advantages like >> * No C code needs to be written, compiled, tested and maintained >> * Its easier compared to JNI (this could help attracting more people to >> contribute) >> * Many supported platforms [2], precom

[GitHub] commons-io pull request: Update FileAlterationMonitor.java

2016-04-24 Thread punkmonday
Github user punkmonday closed the pull request at: https://github.com/apache/commons-io/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] commons-io pull request: Update FileAlterationMonitor.java

2016-04-24 Thread punkmonday
GitHub user punkmonday opened a pull request: https://github.com/apache/commons-io/pull/11 Update FileAlterationMonitor.java running=false after join You can merge this pull request into a Git repository by running: $ git pull https://github.com/punkmonday/commons-io patch-1 A

Re: [ALL] Dist layout change to per version directories

2016-04-24 Thread sebb
On 18 April 2016 at 12:22, Emmanuel Bourg wrote: > Le 18/04/2016 12:56, sebb a écrit : > >> Why is that? > > Because there is no reason to use the Maven artifactId here, the > distribution directory isn't a Maven repository. However the distribution naming convention needs to distinguish between

Re: [Math] Re: Trying Fuzzy clustering algorithm in commons apache

2016-04-24 Thread Prakash Poudyal
Well, I need to cluster 1000 sentences into some groups. Since, there are several sentence which could be in any group, therefore, I need to use fuzzy clustering. Lets take 10 sentences tfidf value. Sentence 1 0.50.60.7 0.8 0.9 Sentence 2 0.10.20.3 0.4 0

Re: [ANN] Apache Commons IO 2.5 Released

2016-04-24 Thread sebb
On 24 April 2016 at 20:02, Kristian Rosenvold wrote: > 22. apr. 2016 15.38 skrev "sebb" : > >> On 22 April 2016 at 12:29, Benson Margulies wrote: >> > I thought I saw it. I guess I was wrong. I wonder what's taking so long? >> >> Even when Central is working well, it can take several hours (up to

Re: AW: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-24 Thread Gilles
On Sun, 24 Apr 2016 14:05:17 +0200, Jan Matèrne wrote: I updated both jobs Thank you. Gilles https://builds.apache.org/view/All/job/Commons%20Math%20DeveloperBranch/ https://builds.apache.org/view/All/job/Commons%20Math%20MasterBranch/ 'label must be "!jenkins-cloud-4GB&&(ubuntu)" cheers

Re: [Math] About MATH-667 (Complex numbers)

2016-04-24 Thread Gilles
On Sun, 24 Apr 2016 10:27:13 +0200, Eric Barnhill wrote: That is interesting. I'd be happy to work on synchronizing the way commons-math and octave handle complex numbers for a next project. Good to know. :-) JIRA is on some kind of spam shutdown with no letup in sight, so... I've added you

[Math] Re: Trying Fuzzy clustering algorithm in commons apache

2016-04-24 Thread Gilles
Hello. On Sun, 24 Apr 2016 16:27:51 +0100, Prakash Poudyal wrote: On Fri, Apr 22, 2016 at 11:44 AM, Prakash Poudyal wrote: Hi! I was trying to use Fuzzy clustering java ( https://commons.apache.org/proper/commons-math/jacoco/org.apache.commons.math3.ml.clustering/FuzzyKMeansClusterer.htm

Re: [ANN] Apache Commons IO 2.5 Released

2016-04-24 Thread Kristian Rosenvold
22. apr. 2016 15.38 skrev "sebb" : > On 22 April 2016 at 12:29, Benson Margulies wrote: > > I thought I saw it. I guess I was wrong. I wonder what's taking so long? > > Even when Central is working well, it can take several hours (up to a > day) to synch. > > That is partly why the instructions s

Re: Trying Fuzzy clustering algorithm in commons apache

2016-04-24 Thread Prakash Poudyal
On Fri, Apr 22, 2016 at 11:44 AM, Prakash Poudyal wrote: > Hi! > > I was trying to use Fuzzy clustering java ( > > > https://commons.apache.org/proper/commons-math/jacoco/org.apache.commons.math3.ml.clustering/FuzzyKMeansClusterer.html > > ) > > code from https://commons.apache.org/ > > but I fo

[ANNOUNCE] Commons Build Plugin 1.6 has been released

2016-04-24 Thread sebb
Commons Build Plugin 1.6 has been released. The download-page goal now has an option to replace the binaries and source directories with a single combined directory. If the "commons.release.subdir" property is defined, then its value is used instead of 'binaries' and 'source' when creating the do

[RESULT][VOTE][LAZY] Release Commons Build Plugin 1.6 based on RC2

2016-04-24 Thread sebb
72 hours has elapsed without any negative votes so the lazy vote passes. I will publish the sources and send the announce shortly. On 20 April 2016 at 00:42, sebb wrote: > This is a VOTE by LAZY consensus to release Commons Build Plugin 1.6 > based on RC2 > > The changes from 1.5 are: > > Added

Re: [CRYPTO] Switch from JNI to JNA

2016-04-24 Thread Emmanuel Bourg
Le 24/04/2016 11:29, Hendrik Dev a écrit : > I have no experience (regarding performance and stability) with BridJ > but it seems that the license per se could be an issue: > https://github.com/nativelibs4java/BridJ/blob/master/LICENSE Don't worry that's a BSD-3-Clause license, it's compatible wit

AW: [Math] Jenkins problem (Was: [Math] Change on branch [...])

2016-04-24 Thread jhm
I updated both jobs https://builds.apache.org/view/All/job/Commons%20Math%20DeveloperBranch/ https://builds.apache.org/view/All/job/Commons%20Math%20MasterBranch/ 'label must be "!jenkins-cloud-4GB&&(ubuntu)" cheers Jan > -Ursprüngliche Nachricht- > Von: Matt Sicker [mailto:boa...@gmai

Re: [CRYPTO] Switch from JNI to JNA

2016-04-24 Thread Hendrik Dev
I have no experience (regarding performance and stability) with BridJ but it seems that the license per se could be an issue: https://github.com/nativelibs4java/BridJ/blob/master/LICENSE On Sat, Apr 23, 2016 at 8:15 PM, Damjan Jovanovic wrote: > There's also BridJ (https://github.com/nativelibs4j

Re: [Math] About MATH-667 (Complex numbers)

2016-04-24 Thread Eric Barnhill
That is interesting. I'd be happy to work on synchronizing the way commons-math and octave handle complex numbers for a next project. JIRA is on some kind of spam shutdown with no letup in sight, so... My latest pull followed your instructions including tracking the branch. However I thought I