[math] commit screw-up

2013-10-19 Thread Phil Steitz
I inadvertently committed some WIP on Kolmogorov-Smirnov test implementation (MATH-437) in r1533853, in which I meant only to fix some javadoc in BinomialConfidenceInterval. The commit copies the existing implementation from the distribution package and makes some mods to it. I did it this way to

Re: [CHALLENGE] Move All of Commons to the Dormant

2013-10-19 Thread Christian Grobmeier
On 19 Oct 2013, at 17:22, Henri Yandell wrote: On Sat, Oct 19, 2013 at 7:25 AM, Christian Grobmeier wrote: Being in the attic is NOT a permanent thing. Get active developers, leave the attic. If a project doesn't make any sense, stay in the attic. We are having an attic but called it "dormant"

Re: [LANG] Why do we have two checkstyle reports?

2013-10-19 Thread Henri Yandell
Thanks Thomas, that worked :) On Fri, Oct 18, 2013 at 8:18 AM, Thomas Neidhart wrote: > Hi Benedikt, > > just add a reportSets definition to your checkstyle plugin, then the > aggregate results will not be published: > > > org.apache.maven.plugins > maven-checkstyle-plugin > ... > >

Re: [math] documentation for what pseudo-inverse means in decomp solvers

2013-10-19 Thread Phil Steitz
On 10/19/13 5:14 AM, Sean Owen wrote: > On Sat, Oct 19, 2013 at 12:21 AM, Phil Steitz wrote: >> The decomposition solvers can "invert" non-square matrices. There >> is no documentation describing what exactly is being returned in >> these cases. It is not obvious to me exactly what conditions th

Re: [OT][LANG] Blog post about Validate vs. Guava Preconditions

2013-10-19 Thread Henri Yandell
Definitely jealous about the no apologies - for both Java versions and removing methods from the API without changing package name. On Fri, Oct 18, 2013 at 7:40 AM, Ted Dunning wrote: > In general, it is going to be very, very hard for Commons to go up against > guava. The Preconditions stuff i

Re: svn commit: r1532011 - in /commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3: ArrayUtils.java ObjectUtils.java

2013-10-19 Thread Henri Yandell
My tuppence: Lang 3 targets Java 6, but users can go upgrade to Java 7. So the deprecated warnings are actionable by changing your code to Java 7. Internal use - would this lead to warnings? As long as it isn't leading to warnings, updating internal is only a best practice and in this case wouldn

Re: [CHALLENGE] Move All of Commons to the Dormant

2013-10-19 Thread Henri Yandell
On Sat, Oct 19, 2013 at 7:25 AM, Christian Grobmeier wrote: > On 18 Oct 2013, at 9:24, Jörg Schaible wrote: > > Hi Christian, >> >> Christian Grobmeier wrote: >> >> On 17 Oct 2013, at 18:12, Paul Benedict wrote: >>> >>> I am glad to hear being "dormant" is not the same thing as being in th

Re: [CHALLENGE] Move All of Commons to the Dormant

2013-10-19 Thread Christian Grobmeier
On 18 Oct 2013, at 9:24, Jörg Schaible wrote: Hi Christian, Christian Grobmeier wrote: On 17 Oct 2013, at 18:12, Paul Benedict wrote: I am glad to hear being "dormant" is not the same thing as being in the "attic" Why? Because "attic" means more or less that we not even intend to work o

Re: [math] documentation for what pseudo-inverse means in decomp solvers

2013-10-19 Thread Sean Owen
On Sat, Oct 19, 2013 at 12:21 AM, Phil Steitz wrote: > The decomposition solvers can "invert" non-square matrices. There > is no documentation describing what exactly is being returned in > these cases. It is not obvious to me exactly what conditions the > returned value satisfies in each case w

Re: [math] documentation for what pseudo-inverse means in decomp solvers

2013-10-19 Thread Thomas Neidhart
On 10/19/2013 01:21 AM, Phil Steitz wrote: > The decomposition solvers can "invert" non-square matrices. There > is no documentation describing what exactly is being returned in > these cases. It is not obvious to me exactly what conditions the > returned value satisfies in each case when the act