Re: [Math] Factorial

2010-11-03 Thread Gilles Sadowski
Agree, we should be consistent with the JLS, so throwing exceptions in case of overflow isn't the right thing to do. ArithmeticException is currently used for that purpose in many methods of MathUtils. For floating point values? Which methods? No. But from the start, my question was:

Re: (math] Percentile performance improvement

2010-11-03 Thread Leanne Guy
Hi Luc, Sorry to not reply sooner, I have been away most of October. I've tested the snapshot with these changes and see the same level of performance improvement. So yes, this suits my needs. Thanks to everyone for their efforts Leanne On 10/10/10 17:14 PM, Luc Maisonobe wrote: Hi all,

Re: [math] speeding up percentile based statistics

2010-11-03 Thread Leanne Guy
On 9/27/10 09:55 PM, luc.maison...@free.fr wrote: - Gilles Sadowskigil...@harfang.homelinux.org a écrit : [...] ---CUT--- double[] a = new double[] {1, 2, 3}; double[] b = new double[] {1, 2, 3, 4, 5}; Percentile pA = new Percentile(a); Percentile pB = new

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread luc . maisonobe
- er...@apache.org a écrit : Author: erans Date: Wed Nov 3 13:46:04 2010 New Revision: 1030464 URL: http://svn.apache.org/viewvc?rev=1030464view=rev Log: MATH-195 Created an unchecked FunctionEvaluationException in package exception. Removed throws clause from interface

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread Steven Siebert
Hi Phil, I caught up on the messages, and I agree with Gary as well. What can I do to help at this point? I think the group decided to implement immutable configuration classes...the pools would provide a reference in the pools/factories and sync/reconfigure with the reconfigure()? Is

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread James Carman
On Wed, Nov 3, 2010 at 11:09 AM, Steven Siebert smsi...@gmail.com wrote: Something I have been considering is the how to represent multiple pools in a JVM.  I'm thinking we'll need to add an additional optional configuration value poolName (or something similar) so the MBean will be uniquely

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread Steven Siebert
I considered this, but the problem would be finding/viewing the specific pool in the JMX management app (ie jconsole). A GUID gives us uniqueness, but it doesn't give us the descriptive name. This has to do with ObjectName given when registering the MBean... On Wed, Nov 3, 2010 at 11:12 AM,

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread James Carman
On Wed, Nov 3, 2010 at 11:51 AM, Steven Siebert smsi...@gmail.com wrote: I considered this, but the problem would be finding/viewing the specific pool in the JMX management app (ie jconsole).  A GUID gives us uniqueness, but it doesn't give us the descriptive name.  This has to do with

[g...@vmgump]: Project commons-jci-fam (in module apache-commons) failed

2010-11-03 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jci-fam has an issue affecting its community integration. This

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Ted Dunning
This problem is massively helped by using git as your front end to SVN. The key feature is that in git you can re-order commits and even retrospectively move commits onto different development threads. I can't count the number of times that fixes have occurred to me out of order. On Wed, Nov 3,

[g...@vmgump]: Project commons-scxml-test (in module apache-commons) failed

2010-11-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-scxml-test has an issue affecting its community integration. This

Re: svn commit: r1030509 - /commons/proper/vfs/tags/VFS-2.0-RC1/VFS-2.0-RC1/

2010-11-03 Thread sebb
On 3 November 2010 16:04, rgo...@apache.org wrote: Author: rgoers Date: Wed Nov  3 16:04:41 2010 New Revision: 1030509 URL: http://svn.apache.org/viewvc?rev=1030509view=rev Log: Creating VFS-2.0-RC1 tag Added:    commons/proper/vfs/tags/VFS-2.0-RC1/VFS-2.0-RC1/ Nested tag name looks

Re: svn commit: r1030509 - /commons/proper/vfs/tags/VFS-2.0-RC1/VFS-2.0-RC1/

2010-11-03 Thread Jörg Schaible
sebb wrote: On 3 November 2010 16:04, rgo...@apache.org wrote: Author: rgoers Date: Wed Nov 3 16:04:41 2010 New Revision: 1030509 URL: http://svn.apache.org/viewvc?rev=1030509view=rev Log: Creating VFS-2.0-RC1 tag Added: commons/proper/vfs/tags/VFS-2.0-RC1/VFS-2.0-RC1/ Nested tag

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Ted Dunning
This is the poster child use case for git because it allows you to re-order commits or even move commits to an ephemeral branch after creating the branch. I can't count the number of times this has saved my butt. On Wed, Nov 3, 2010 at 9:01 AM, Gilles Sadowski gil...@harfang.homelinux.org

Re: svn commit: r1030509 - /commons/proper/vfs/tags/VFS-2.0-RC1/VFS-2.0-RC1/

2010-11-03 Thread Ralph Goers
Yeah. I'm having trouble getting mvn release:prepare to work following the instructions on Using Nexus. Henning and I are looking at it. Ralph On Nov 3, 2010, at 9:27 AM, sebb wrote: On 3 November 2010 16:04, rgo...@apache.org wrote: Author: rgoers Date: Wed Nov 3 16:04:41 2010 New

[g...@vmgump]: Project commons-jci-core (in module apache-commons) failed

2010-11-03 Thread Stefan Bodewig
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-jci-core has an issue affecting its community integration. This

[g...@vmgump]: Project commons-proxy-test (in module apache-commons) failed

2010-11-03 Thread Gump
To whom it may engage... This is an automated request, but not an unsolicited one. For more information please visit http://gump.apache.org/nagged.html, and/or contact the folk at gene...@gump.apache.org. Project commons-proxy-test has an issue affecting its community integration. This

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Phil Steitz
On 11/3/10 12:01 PM, Gilles Sadowski wrote: URL: http://svn.apache.org/viewvc?rev=1030464view=rev Log: MATH-195 Created an unchecked FunctionEvaluationException in package exception. Removed throws clause from interface UnivariateRealFunction. PolynomialFunctionLagrangeForm: Added early check on

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread Steven Siebert
That makes sense. I'll provide uniqueness through a property on the ObjectName (UUID) and discoverability though the domain name if a name is provided (so it will be easily apparent in the management system). A resultant ObjectName like:

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread Steven Siebert
You restore the pool fields that used to hold the configuration setting properties and leave the getters and setters (for the mutable ones) in place. Phil so something like this? public class GOP extends { /** * ref to immutable config reference, immutable config values are

Re: [pool] Pool config vs. factory hierarchies.

2010-11-03 Thread Phil Steitz
On Nov 3, 2010, at 5:03 PM, Steven Siebert smsi...@gmail.com wrote: You restore the pool fields that used to hold the configuration setting properties and leave the getters and setters (for the mutable ones) in place. Phil so something like this? public class GOP extends

[VOTE] Release Commons VFS 2.0

2010-11-03 Thread Ralph Goers
This is a vote to release Apache Commons VFS 2.0. [ ] +1 release it [ ] +0 go ahead I don't care [ ] -1 no, do not release it because... Ralph tag: https://svn.apache.org/repos/asf/commons/proper/vfs/tags/commons-vfs-project-2.0/ site: http://people.apache.org/~rgoers/commons-vfs/index.html

[Commons Wiki] Update of MavenGroupIDChange by sebbap ache

2010-11-03 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on Commons Wiki for change notification. The MavenGroupIDChange page has been changed by sebbapache. The comment on this change is: Intial draft - needs examples etc.. http://wiki.apache.org/commons/MavenGroupIDChange

Re: [VOTE] Release Commons VFS 2.0

2010-11-03 Thread sebb
On 3 November 2010 23:22, Ralph Goers ralph.go...@dslextreme.com wrote: This is a vote to release Apache Commons VFS 2.0. [ ] +1 release it [ ] +0 go ahead I don't care [ ] -1 no, do not release it because... Ralph tag:

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Bill Barker
-- From: er...@apache.org Sent: Wednesday, November 03, 2010 6:46 AM To: comm...@commons.apache.org Subject: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread Brent Worden
On 11/3/2010 8:10 PM, Bill Barker wrote: */ public interface UnivariateRealFunction { - /** - * Compute the value for the function. - * @param x the point for which the function value should be computed - * @return the value - * @throws FunctionEvaluationException if the

Re: svn commit: r1030464 [1/3] - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/ main/java/org/apache/commons/math/analysis/ main/java/org/apache/commons/math/analysis/integratio

2010-11-03 Thread sebb
On 4 November 2010 01:31, Brent Worden brent.wor...@gmail.com wrote: On 11/3/2010 8:10 PM, Bill Barker wrote:  */ public interface UnivariateRealFunction { -    /** -     * Compute the value for the function. -     * @param x the point for which the function value should be computed -