Re: [CHAIN] Why does ConextMap extend ConcurrentHashMap instead of delegating to a Map?

2013-06-28 Thread Elijah Zupancic
Oh, no blame taken. I'm actually really excited about all of the changes. Unfortunately, I've been missing for a while due to increased work responsibilities. The changes are all things way beyond what I was initially envisioning as a 2.0. What led me to contribute was that I was using Chain and g

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ajo Fod
Gilles, I just noticed your request to write the algorithm along the lines of the wikipedia article. The only major difference between my code and the article on Wikipedia is that I found it necessary to move the recursive stack in into a data structure to avoid a StackOverflowException when the

Re: [math] new feature to allow infinite limits in numerical integration.

2013-06-28 Thread Phil Steitz
On 6/28/13 7:44 AM, Gilles wrote: > On Mon, 24 Jun 2013 07:43:22 -0700, Ajo Fod wrote: >> As I read through the Wikipedia articles on Gauss-Hermite and >> Laguerre, I >> notice that they are talking about basis functions with >> infinity/s in its >> domain. How would this would solve the problem a

BCEL-170 Type.getArgumentTypes() throws ClassFormatException

2013-06-28 Thread Sergey Mashkov
Hi all I'am about BCEL bug https://issues.apache.org/jira/browse/BCEL-170 The bug is about signature for a method with generics in signature. In this case we may extract this signature from method attributes so the we will be able to call Type.getArgumentTypes on this signature that leads to C

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ajo Fod
BTW, it is possible that I'm not using LGQ correctly. If so, please show how to pass the tests I've added. I'd much rather use something that is better tested than my personal code. -Ajo. On Fri, Jun 28, 2013 at 11:04 AM, Ajo Fod wrote: > I just posted a patch on this issue. Feel free to edit

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ajo Fod
I just posted a patch on this issue. Feel free to edit as necessary to match your standards. There is a clear issue with LGQ. Cheers, Ajo. On Fri, Jun 28, 2013 at 10:54 AM, Gilles wrote: > Ted, > > > >> Did you read my other (rather more lengthy) post? Is that "jumping"? >>> >>> >> Yes. You

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Gilles
Ted, Did you read my other (rather more lengthy) post? Is that "jumping"? Yes. You jumped on him rather than helped him be productive. The general message is "we have something in the works, don't bother us with your ideas". Then please read all the messages pertaining to those issu

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ajo Fod
Hey guys, Ted/Gilles, thanks for the support and reviewing the code. I realize that there is no Junit test with the files. I'll make a working patch to make life easier on everyone. Cheers, Ajo. On Fri, Jun 28, 2013 at 9:06 AM, Ted Dunning wrote: > On Fri, Jun 28, 2013 at 9:05 AM, Gilles >wr

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ted Dunning
On Fri, Jun 28, 2013 at 9:05 AM, Gilles wrote: > Did you read my other (rather more lengthy) post? Is that "jumping"? > Yes. You jumped on him rather than helped him be productive. The general message is "we have something in the works, don't bother us with your ideas".

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Gilles
On Fri, 28 Jun 2013 08:32:49 -0700, Ted Dunning wrote: On Fri, Jun 28, 2013 at 8:14 AM, Gilles wrote: Hello. The existing LegendreGaussQuadrature class incorrectly assumes that it has converged for functions where the polynomial approximation fails in a small corner of the integral space.

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Ted Dunning
On Fri, Jun 28, 2013 at 8:14 AM, Gilles wrote: > Hello. > > The existing LegendreGaussQuadrature class incorrectly assumes that it has >> converged for functions where the polynomial approximation fails in a >> small >> corner of the integral space. >> >> This situation is handled much better wit

Re: [math] On MATH-995: Problems with LegendreGaussQuadrature class.

2013-06-28 Thread Gilles
Hello. The existing LegendreGaussQuadrature class incorrectly assumes that it has converged for functions where the polynomial approximation fails in a small corner of the integral space. This situation is handled much better with the AdaptiveQuadrature class in the path for MATH-995. This p

Re: [math] new feature to allow infinite limits in numerical integration.

2013-06-28 Thread Gilles
On Mon, 24 Jun 2013 07:43:22 -0700, Ajo Fod wrote: As I read through the Wikipedia articles on Gauss-Hermite and Laguerre, I notice that they are talking about basis functions with infinity/s in its domain. How would this would solve the problem addressed in the MATH-994 which is to restrict

Re: [CSV] Towards release 1.0

2013-06-28 Thread Gary Gregory
We're getting there... Gary On Fri, Jun 28, 2013 at 7:56 AM, Benedikt Ritter wrote: > Hi, > > Just to bring CSV up again: JIRA currently has 10 open issues [1]. Five > with fix version 1.0 and five with 1.x. I'm planning to propose a patch for > CSV-99 [2] this weekend. Would be nice if we cou

[VOTE][LAZY] Release Commons Parent 32 from RC1

2013-06-28 Thread sebb
This is a VOTE to release Commons Parent 31-RC2 This VOTE by LAZY-CONSENSUS is open for at least 72 hours It will finish no earlier than July 1 2013 at 14:00 GMT. The only change in this release is: - updated Javadoc plugin to 2.9.1 to fix Javadoc vulnerability (CVE-2013-1571, VU#225657) MJAVADOC

[CSV] Towards release 1.0

2013-06-28 Thread Benedikt Ritter
Hi, Just to bring CSV up again: JIRA currently has 10 open issues [1]. Five with fix version 1.0 and five with 1.x. I'm planning to propose a patch for CSV-99 [2] this weekend. Would be nice if we could manage to fix the other four issues soon. So if you have spare time, just go ahead! Benedikt

Re: [COLLECTIONS] respin?

2013-06-28 Thread Gary Gregory
CP-32 should be released none the less ASAP don't you think? Gary On Jun 28, 2013, at 6:48, sebb wrote: > Now that the javadoc 2.9.1 plugin is released, it might be worth > trying it with the collections release. > > No need to wait for CP 32, just override the commons.javadoc.version > propert

[COLLECTIONS] respin?

2013-06-28 Thread sebb
Now that the javadoc 2.9.1 plugin is released, it might be worth trying it with the collections release. No need to wait for CP 32, just override the commons.javadoc.version property in the collections pom. [Please add a comment to remind devs to remove the override later.] --

Re: [CANCEL][VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-28 Thread Jörg Schaible
sebb wrote: > On 27 June 2013 22:23, Thomas Neidhart wrote: >> On 06/27/2013 10:41 PM, sebb wrote: [snip] >> I could suppress the generation of the Build-Jdk from the bundle-plugin >> with this override: >> >> >> org.apache.felix >> maven-bundle-plugin >> >>