[GUMP@vmgump]: Project commons-collections4 (in module apache-commons) failed

2011-01-26 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-collections4 has an issue affecting its community integration. Thi

Re: [Math] Refactoring of package "analysis.integration" (MATH-501)

2011-01-26 Thread Phil Steitz
On Wed, Jan 26, 2011 at 7:23 AM, Gilles Sadowski wrote: > Hi. > > I need some clarifications before embarking into the clean-up of that > package. > > The "integrate" method of interface "UnivariateRealIntegrator" is defined > as: >  double integrate(UnivariateRealFunction f, double min, double ma

Re: [Math] Function (package "analysis.function")

2011-01-26 Thread Phil Steitz
What functions are you talking about? Phil On Wed, Jan 26, 2011 at 9:11 AM, Gilles Sadowski wrote: > Hello. > > If I want to add new function classes to the "analysis.function" package, do > I have to open a JIRA issue? > > Are there some guidelines as to which functions belong there and which n

Re: [math] last steps before releasing 2.2 ?

2011-01-26 Thread Phil Steitz
On Wed, Jan 26, 2011 at 6:44 PM, Gilles Sadowski wrote: > On Wed, Jan 26, 2011 at 05:33:09PM -0500, Phil Steitz wrote: >> On Wed, Jan 26, 2011 at 2:21 PM, Luc Maisonobe wrote: >> > There are only two issues left in Jira for 2.2. >> > >> > I think MATH-488 could be considered resolved as the class

Re: [math] last steps before releasing 2.2 ?

2011-01-26 Thread Gilles Sadowski
On Wed, Jan 26, 2011 at 05:33:09PM -0500, Phil Steitz wrote: > On Wed, Jan 26, 2011 at 2:21 PM, Luc Maisonobe wrote: > > There are only two issues left in Jira for 2.2. > > > > I think MATH-488 could be considered resolved as the class has been > > deprecated as requested 5 days ago. > > > > Conce

Re: [codec] Large test data set!

2011-01-26 Thread Julius Davies
>> However, it will probably do no harm to ask at legal@. > > Do we actually have to distribute it? Maybe we can add is as zip to the > Maven repo and use the dependency plugin to download and extract it on the > fly. > > - Jörg Another option: ask the copyright holder to relicense to us under

Re: [codec] Large test data set!

2011-01-26 Thread Jörg Schaible
Oliver Heger wrote: > Am 26.01.2011 02:36, schrieb Gary Gregory: >>> -Original Message- >>> From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] >>> Sent: Tuesday, January 25, 2011 15:19 >>> To: Commons Developers List >>> Subject: Re: [codec] Large test data set! >>> >>> Am 25.01.2011

Re: [math] last steps before releasing 2.2 ?

2011-01-26 Thread Phil Steitz
On Wed, Jan 26, 2011 at 2:21 PM, Luc Maisonobe wrote: > There are only two issues left in Jira for 2.2. > > I think MATH-488 could be considered resolved as the class has been > deprecated as requested 5 days ago. > > Concerning MATH-487, I understood we are going to keep > ConvergenceException as

RE: [CODEC] Base-n refactoring

2011-01-26 Thread Gary Gregory
> -Original Message- > From: Julius Davies [mailto:juliusdav...@gmail.com] > Sent: Wednesday, January 26, 2011 17:10 > To: Commons Developers List > Subject: Re: [CODEC] Base-n refactoring > > On Wed, Jan 26, 2011 at 2:09 PM, Julius Davies > wrote: > >> > >> Which begs for full support of

Re: [CODEC] Base-n refactoring

2011-01-26 Thread Julius Davies
On Wed, Jan 26, 2011 at 2:09 PM, Julius Davies wrote: >> >> Which begs for full support of the RFC with... Base16! >> >> That should really clean up the refactoring :) >> >> Gary >> > > Nice work, Sebb!   Gary if you do Base64 I'll do Base2 > > > Doh, meant to say "Gary, if you do Base16 I'l

Re: [CODEC] Base-n refactoring

2011-01-26 Thread Julius Davies
> > Which begs for full support of the RFC with... Base16! > > That should really clean up the refactoring :) > > Gary > Nice work, Sebb! Gary if you do Base64 I'll do Base2 -- yours, Julius Davies 250-592-2284 (Home) $ sudo apt-get install cowsay $ echo "Moo." | cowsay | cowsay -n |

Re: [codec] Large test data set!

2011-01-26 Thread Oliver Heger
Am 26.01.2011 02:36, schrieb Gary Gregory: -Original Message- From: Oliver Heger [mailto:oliver.he...@oliver-heger.de] Sent: Tuesday, January 25, 2011 15:19 To: Commons Developers List Subject: Re: [codec] Large test data set! Am 25.01.2011 21:01, schrieb Gary Gregory: Hi All: I just f

[math] last steps before releasing 2.2 ?

2011-01-26 Thread Luc Maisonobe
There are only two issues left in Jira for 2.2. I think MATH-488 could be considered resolved as the class has been deprecated as requested 5 days ago. Concerning MATH-487, I understood we are going to keep ConvergenceException as a base class for a bunch of lower level exceptions. Who volunteers

RE: [CODEC] Base-n refactoring

2011-01-26 Thread Gary Gregory
> -Original Message- > From: sebb [mailto:seb...@gmail.com] > Sent: Wednesday, January 26, 2011 11:05 > To: Commons Developers List > Subject: [CODEC] Base-n refactoring > > I have just committed a reworking of the Base32 class, and added I/O > stream classes for it. Thank you for taking

[CODEC] Base-n refactoring

2011-01-26 Thread sebb
I have just committed a reworking of the Base32 class, and added I/O stream classes for it. As can be seen, the specific I/O classes are pretty simple, as most of the code is in the super-classes. I think these are probably good enough (apart from the name!) Likewise, the Base32 super-class (curr

Re: svn commit: r1063760 - in /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary: Base32InputStream.java Base32OutputStream.java BasedCodec.java BasedCodecInputStream.java BasedCodec

2011-01-26 Thread sebb
On 26 January 2011 15:31, Gary Gregory wrote: > Hi Sebb, > > Instead of "BasedCodec", I think "BaseN" works better. It also matches the > concept from the RFC which talks about "Base-N Encodings". > > "Based" just sounds very odd to me. > These are an initial design. See separate mail to follow.

RE: svn commit: r1063760 - in /commons/proper/codec/trunk/src/java/org/apache/commons/codec/binary: Base32InputStream.java Base32OutputStream.java BasedCodec.java BasedCodecInputStream.java BasedCodec

2011-01-26 Thread Gary Gregory
Hi Sebb, Instead of "BasedCodec", I think "BaseN" works better. It also matches the concept from the RFC which talks about "Base-N Encodings". "Based" just sounds very odd to me. Gary Gregory Senior Software Engineer Rocket Software 3340 Peachtree Road, Suite 820 • Atlanta, GA 30326 • USA Tel:

[Math] Function (package "analysis.function")

2011-01-26 Thread Gilles Sadowski
Hello. If I want to add new function classes to the "analysis.function" package, do I have to open a JIRA issue? Are there some guidelines as to which functions belong there and which not? Thanks, Gilles - To unsubscribe, e-ma

Re: [Math] FastMath Performance

2011-01-26 Thread Gilles Sadowski
Hi. > FastMath aims to give the best accuracy possible given the > constraint of IEEE binary double precision representation, while > also giving superior performance. This what I meant by: > >I'd say (and the name "FastMath" reflects that) that it is a fast > >replacement of "Math". Thus all "M

Re: [Math] FastMath Performance

2011-01-26 Thread Bill Rossi
On Wed, 26 Jan 2011, Gilles Sadowski wrote: On Wed, Jan 26, 2011 at 12:12:47PM +, sebb wrote: On 26 January 2011 11:05, Gilles Sadowski wrote: Hi. I'd wish to make it clear that I referred to this statement: The Javadoc for FastMath says that it is a replacement for StrictMath, whi

Re: [Math] FastMath Performance

2011-01-26 Thread Gilles Sadowski
On Wed, Jan 26, 2011 at 12:12:47PM +, sebb wrote: > On 26 January 2011 11:05, Gilles Sadowski > wrote: > > Hi. > > > > I'd wish to make it clear that I referred to this statement: > > > >> > > The Javadoc for FastMath says that it is a replacement for > >> > StrictMath, > >> > > which is why

[Math] Refactoring of package "analysis.integration" (MATH-501)

2011-01-26 Thread Gilles Sadowski
Hi. I need some clarifications before embarking into the clean-up of that package. The "integrate" method of interface "UnivariateRealIntegrator" is defined as: double integrate(UnivariateRealFunction f, double min, double max) throws ConvergenceException, MathUserException, IllegalArg

Re: [Math] FastMath Performance

2011-01-26 Thread sebb
On 26 January 2011 11:05, Gilles Sadowski wrote: > Hi. > > I'd wish to make it clear that I referred to this statement: > >> > > The Javadoc for FastMath says that it is a replacement for >> > StrictMath, >> > > which is why I tested against that. > > An my understanding was: > >> > Unless I'm mis

Re: [Math] FastMath Performance

2011-01-26 Thread Gilles Sadowski
Hi. I'd wish to make it clear that I referred to this statement: > > > The Javadoc for FastMath says that it is a replacement for > > StrictMath, > > > which is why I tested against that. An my understanding was: > > Unless I'm missing something, this is a doc mistake then. So we have: [Pleas

Re: [codec] Large test data set!

2011-01-26 Thread Niall Pemberton
On Tue, Jan 25, 2011 at 8:01 PM, Gary Gregory wrote: > Hi All: > > I just found a data set that I would like to integrate with [codec] to test > the language package: > > http://sourceforge.net/projects/familynamephon/ > > The test data file contains 837K German names (37MB) in a text file and >

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

2011-01-26 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

[GUMP@vmgump]: Project commons-jelly-tags-quartz (in module commons-jelly) failed

2011-01-26 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-jelly-tags-quartz has an issue affecting its community integratio

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

2011-01-26 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

[Commons Wiki] Update of "MathWishList" by Andy Turner

2011-01-26 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification. The "MathWishList" page has been changed by Andy Turner. http://wiki.apache.org/commons/MathWishList?action=diff&rev1=61&rev2=62 --