[math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Luc Maisonobe
Hi all, It seems the new bootstrap method introduced in fbc327e9 in order to solve MATH-1246 creates some random test failures. The reason is that an EnumeratedRealDistribution instance is created without a random generator (there are no way to pass a random generator in the bootstrap method). Th

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote: Hi all, It seems the new bootstrap method introduced in fbc327e9 in order to solve MATH-1246 creates some random test failures. The reason is that an EnumeratedRealDistribution instance is created without a random generator (there are no

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Phil Steitz
> On Nov 24, 2015, at 3:50 AM, Gilles wrote: > >> On Tue, 24 Nov 2015 11:40:23 +0100, Luc Maisonobe wrote: >> Hi all, >> >> It seems the new bootstrap method introduced in fbc327e9 in order >> to solve MATH-1246 creates some random test failures. >> >> The reason is that an EnumeratedRealDist

[ANNOUNCEMENT] Apache Commons Validator 1.5.0 released!

2015-11-24 Thread sebb
The Apache Commons Team is pleased to announce the release of Apache Commons Validator 1.5.0 Apache Commons Validator provides the building blocks for both client side validation and server side data validation. It may be used standalone or with a framework like Struts. 1.5.0 is fully binary comp

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Phil Steitz
On 11/24/15 3:40 AM, Luc Maisonobe wrote: > Hi all, > > It seems the new bootstrap method introduced in fbc327e9 in order > to solve MATH-1246 creates some random test failures. > > The reason is that an EnumeratedRealDistribution instance is > created without a random generator (there are no way t

Re: [math] testing issue with Kolmogorov-Smirnov bootstrap methods

2015-11-24 Thread Luc Maisonobe
Le 24/11/2015 14:34, Phil Steitz a écrit : > On 11/24/15 3:40 AM, Luc Maisonobe wrote: >> Hi all, >> >> It seems the new bootstrap method introduced in fbc327e9 in order >> to solve MATH-1246 creates some random test failures. >> >> The reason is that an EnumeratedRealDistribution instance is >> cr

[math] additions to MathArrays

2015-11-24 Thread Phil Steitz
I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays. Any objections? /** * Concatenates two arrays. * * @param x first array * @param y second array * @

Re: [math] additions to MathArrays

2015-11-24 Thread sebb
On 24 November 2015 at 13:52, Phil Steitz wrote: > I need the following methods to complete the fix for MATH-1246. I > can add them as private methods to the KS class; but they seem > generally useful, so I propose adding them to MathArrays. Any > objections? > > /** > * Concatenates two array

Re: [math] additions to MathArrays

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays. Any objections? /** * Concatenates two arrays. *

Re: svn commit: r1716090 - in /commons/proper/collections/trunk: .travis.yml README.md pom.xml

2015-11-24 Thread Benedikt Ritter
Nice! 2015-11-24 10:25 GMT+01:00 : > Author: tn > Date: Tue Nov 24 09:25:40 2015 > New Revision: 1716090 > > URL: http://svn.apache.org/viewvc?rev=1716090&view=rev > Log: > Add travis configuration for jacoco and coveralls. Add badges to Readme.md. > > Modified: > commons/proper/collections/t

Re: svn commit: r1716090 - in /commons/proper/collections/trunk: .travis.yml README.md pom.xml

2015-11-24 Thread Thomas Neidhart
Actually, it does not work yet, as I can not enable commons-collections on travis. I already sent an email to them, but did not get an answer yet. How did you manage to do it for commons-lang? Thomas On Tue, Nov 24, 2015 at 5:36 PM, Benedikt Ritter wrote: > Nice! > > 2015-11-24 10:25 GMT+01:00

Re: [math] additions to MathArrays

2015-11-24 Thread Phil Steitz
On 11/24/15 7:11 AM, sebb wrote: > On 24 November 2015 at 13:52, Phil Steitz wrote: >> I need the following methods to complete the fix for MATH-1246. I >> can add them as private methods to the KS class; but they seem >> generally useful, so I propose adding them to MathArrays. Any >> objection

Re: svn commit: r1716090 - in /commons/proper/collections/trunk: .travis.yml README.md pom.xml

2015-11-24 Thread Benedikt Ritter
You have to file an issue for infra, asking them to activate travis and coveralls for the github mirror. 2015-11-24 17:52 GMT+01:00 Thomas Neidhart : > Actually, it does not work yet, as I can not enable commons-collections on > travis. > > I already sent an email to them, but did not get an answ

Re: [math] additions to MathArrays

2015-11-24 Thread Phil Steitz
On 11/24/15 7:28 AM, Gilles wrote: > On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: >> I need the following methods to complete the fix for MATH-1246. I >> can add them as private methods to the KS class; but they seem >> generally useful, so I propose adding them to MathArrays. Any >> ob

Re: [math] additions to MathArrays

2015-11-24 Thread Ole Ersoy
Notes inline... On 11/24/2015 08:28 AM, Gilles wrote: On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so I propose adding them to MathArrays

Re: [math] additions to MathArrays

2015-11-24 Thread sebb
On 24 November 2015 at 18:01, Phil Steitz wrote: > On 11/24/15 7:11 AM, sebb wrote: >> On 24 November 2015 at 13:52, Phil Steitz wrote: >>> I need the following methods to complete the fix for MATH-1246. I >>> can add them as private methods to the KS class; but they seem >>> generally useful, s

Re: svn commit: r11284 - in /release/commons: beanutils/ betwixt/ chain/ cli/ collections/ configuration/ csv/ daemon/ dbutils/ digester/ discovery/ el/ email/ fileupload/ jcs/ jelly/ jexl/ jxpath/ la

2015-11-24 Thread Benedikt Ritter
+1 2015-11-24 11:22 GMT+01:00 : > Author: sebb > Date: Tue Nov 24 10:22:18 2015 > New Revision: 11284 > > Log: > Drop unnecessary headers > They are also misleading since the header does not relate to the listing > > Modified: > release/commons/beanutils/HEADER.html > release/commons/betw

Re: [math] additions to MathArrays

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 11:08:33 -0700, Phil Steitz wrote: On 11/24/15 7:28 AM, Gilles wrote: On Tue, 24 Nov 2015 06:52:04 -0700, Phil Steitz wrote: I need the following methods to complete the fix for MATH-1246. I can add them as private methods to the KS class; but they seem generally useful, so

Re: [JXPATH] Java Version

2015-11-24 Thread Benedikt Ritter
I've updated JXPATH to Java 7. There is a lot of work to update the code base to use Java 7 languages features and APIs. I invite everybody to join me here... Thanks, Benedikt 2015-11-22 19:28 GMT+01:00 Pascal Schumacher : > If you pay Oracle for long term support you still get updates for Java

Re: [JXPATH] Java Version

2015-11-24 Thread Uwe Barthel
> I've updated JXPATH to Java 7. There is a lot of work to update the code > base to use Java 7 languages features and APIs. I invite everybody to join > me here… Do you like to start these changes before or after the release 1.4? I prefer to create the release as soon as possible and start rework

MathArrays -> JogAmp -> OpenCL

2015-11-24 Thread Eric Barnhill
Is anyone interested in some GPU support for MathArrays by using, say, the JogAmp bindings and OpenCL methods. I have implemented such an architecture for my own convolution library I am developing, and it would not be much trouble for me to add this kind of support for commons-math some time in th

Re: [VOTE] Release commons-io 2.5 based on RC1

2015-11-24 Thread Oliver Heger
Hi Kristian, while checking the release I found some problems: * The commons-io-2.5.jar in the binary distribution contains a cobertura.properties file. This is probably created by running the site build over the release build before creating the distributions. In the past we had a problematic re

Re: [JXPATH] Java Version

2015-11-24 Thread Thomas Neidhart
On 11/24/2015 09:55 PM, Uwe Barthel wrote: >> I've updated JXPATH to Java 7. There is a lot of work to update the code >> base to use Java 7 languages features and APIs. I invite everybody to join >> me here… > > Do you like to start these changes before or after the release 1.4? > I prefer to cre

Re: [VOTE] Release Commons Collections 4.1 Based on RC1

2015-11-24 Thread Thomas Neidhart
On 11/22/2015 11:26 PM, Thomas Neidhart wrote: > Hi all, > > we have accumulated enough changes since the last 4.0 release as well as > we need to provide a fix for the known remote code exploit via java > de-serialization. Therefore, I would like to start a vote to release > Commons Collections 4

Re: [JXPATH] Java Version

2015-11-24 Thread Matt Benson
On Tue, Nov 24, 2015 at 3:06 PM, Thomas Neidhart wrote: > On 11/24/2015 09:55 PM, Uwe Barthel wrote: >>> I've updated JXPATH to Java 7. There is a lot of work to update the code >>> base to use Java 7 languages features and APIs. I invite everybody to join >>> me here… >> >> Do you like to start t

Re: MathArrays -> JogAmp -> OpenCL

2015-11-24 Thread Gilles
On Tue, 24 Nov 2015 20:58:14 +, Eric Barnhill wrote: Is anyone interested in some GPU support for MathArrays by using, say, the JogAmp bindings and OpenCL methods. I have implemented such an architecture for my own convolution library I am developing, and it would not be much trouble for me

Re: [VOTE] Release NET 3.4 based on RC2 - resend with corrected tag

2015-11-24 Thread Jörg Schaible
Hi Sebb, well, README tells me to use Maven 2 to build: = %< = $ mvn-2.2 clean package [INFO] Scanning for projects... [INFO] -- [INFO] Building Apache Commons Net [INFO]task-segment: [clean, p

Re: [JXPATH] Java Version

2015-11-24 Thread Emmanuel Bourg
Le 24/11/2015 22:06, Thomas Neidhart a écrit : > If the idea is to roll out a bugfix release that people are awaiting > then I do not see the point in updating the minimum java version and > changing the code to use new language / jdk features. I agree with Thomas. Let's update the JDK for simpli

Re: [VOTE] Release Commons Collections 4.1 Based on RC1

2015-11-24 Thread Jörg Schaible
Hi Thomas, Thomas Neidhart wrote: > Hi all, > > we have accumulated enough changes since the last 4.0 release as well as > we need to provide a fix for the known remote code exploit via java > de-serialization. Therefore, I would like to start a vote to release > Commons Collections 4.1 based on

Re: [JXPATH] Java Version

2015-11-24 Thread Peter Ansell
On 25 November 2015 at 09:29, Emmanuel Bourg wrote: > Le 24/11/2015 22:06, Thomas Neidhart a écrit : > >> If the idea is to roll out a bugfix release that people are awaiting >> then I do not see the point in updating the minimum java version and >> changing the code to use new language / jdk feat

Re: [JXPATH] Java Version

2015-11-24 Thread Emmanuel Bourg
Le 22/11/2015 15:06, Benedikt Ritter a écrit : > I'm fine with Java 7, since Java 6 has already reached EOL. The free of charge Oracle Java 6 is EOL, but this isn't the only Java 6 distributions. OpenJDK 6 is still maintained by RedHat [1] and is commonly used on servers. On Debian OpenJDK 6 is st

Re: [VOTE] Release commons-io 2.5 based on RC1

2015-11-24 Thread Gary Gregory
Just to add to Java 8 woes, running "mvn clean site", I get: [INFO] [INFO] BUILD FAILURE [INFO] [INFO] Total time: 08:01 min [INFO] Finished at: 2015-11

[VOTE] Release commons-io 2.5 based on RC1 - Cancelled

2015-11-24 Thread Kristian Rosenvold
Thanks for the reviews, I'll fix the reported problems and respin! the test failure on java8 site looks weird, I'll look into that. As for actually publishing the site on java8, I'd have to switch to the google BCEL to fix that. I'm assuming we can just "not support" this for the time being ? Kr

Re: [VOTE] Release Commons Collections 4.1 Based on RC1

2015-11-24 Thread Thomas Neidhart
On 11/24/2015 11:30 PM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > >> Hi all, >> >> we have accumulated enough changes since the last 4.0 release as well as >> we need to provide a fix for the known remote code exploit via java >> de-serialization. Therefore, I would like to s

Re: [JXPATH] Java Version

2015-11-24 Thread Benedikt Ritter
2015-11-24 22:06 GMT+01:00 Thomas Neidhart : > On 11/24/2015 09:55 PM, Uwe Barthel wrote: > >> I've updated JXPATH to Java 7. There is a lot of work to update the code > >> base to use Java 7 languages features and APIs. I invite everybody to > join > >> me here… > > > > Do you like to start these

Re: [JXPATH] Java Version

2015-11-24 Thread Benedikt Ritter
2015-11-24 21:55 GMT+01:00 Uwe Barthel : > > I've updated JXPATH to Java 7. There is a lot of work to update the code > > base to use Java 7 languages features and APIs. I invite everybody to > join > > me here… > > Do you like to start these changes before or after the release 1.4? > I prefer to

[JXPATH] Release plans

2015-11-24 Thread Benedikt Ritter
Hi, it looks like I've been to fast with my minimum Java update on JXPath. Probably because I've only waited for the people how are usually all for upgrading to a later JDK (*waves at Gary* ;-). So here's my plan for JXPath 1.4. 1) Revert the following commits: http://svn.apache.org/viewvc?rev=1

Re: [JXPATH] Java Version

2015-11-24 Thread Uwe Barthel
> Do you like to start these changes before or after the release 1.4? > I prefer to create the release as soon as possible and start rework on that baseline. Maybe my statement was a bit ambiguous. I'm fine with a Java version 1.6 or 1.7 but would not wait until the code is overall refurbishe