RE: [Math] Toward 3.0 release: First deliverables

2012-03-01 Thread Hendriks, D.
Hi Gilles, https://svn.apache.org/repos/asf/commons/proper/math/tags/MATH_3_0_RC1/NOTICE.txt states: Copyright 2001-2010 The Apache Software Foundation should this not be updated to: Copyright 2001-2012 The Apache Software Foundation Best regards, Dennis

RE: svn commit: r1221490 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/ main/java/org/apache/commons/math/random/ main/resources/META-INF/localization/ site/xdo

2011-12-21 Thread Hendriks, D.
On Tue, Dec 20, 2011 at 4:48 PM, Hendriks, D. wrote: > My name is "Dennis Hendriks", not "Dennis Hendricks" (there should be no 'c' > in there). I noticed it was misspelled in changes.xml, as well as the commit > message, both for rev 1221490 (see below).

RE: svn commit: r1221490 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math/exception/util/ main/java/org/apache/commons/math/random/ main/resources/META-INF/localization/ site/xdo

2011-12-20 Thread Hendriks, D.
My name is "Dennis Hendriks", not "Dennis Hendricks" (there should be no 'c' in there). I noticed it was misspelled in changes.xml, as well as the commit message, both for rev 1221490 (see below). I did a quick search, and found that the same mistake is the commit message of rev 1213130, for iss

RE: [math] removing MathUserException

2011-09-05 Thread Hendriks, D.
> What do you think ? Sounds good Luc! Best regards, Dennis Van: Luc Maisonobe [luc.maison...@free.fr] Verzonden: maandag 5 september 2011 21:47 Aan: Commons Developers List Onderwerp: [math] removing MathUserException Hello, Cleaning out the ode packag

RE: [math] puzzled by generics in root solvers

2011-07-06 Thread Hendriks, D.
Van: Hendriks, D. [d.hendr...@tue.nl] Verzonden: woensdag 6 juli 2011 18:43 Aan: Commons Developers List Onderwerp: RE: [math] puzzled by generics in root solvers I agree that since we now have LEFT_SIDE, RIGHT_SIDE, ABOVE_SIDE, and BELOW_SIDE, it makes sense to rename it to

RE: [math] puzzled by generics in root solvers

2011-07-06 Thread Hendriks, D.
Hi all, Here are my personal opinions on this entire discussion: I'm not sure I like the auto-magic under the hood conversion from unbracketed solver to bracketed solver. I think the BracketingWrapperSolver that was proposed would keep the clear distinction between the two. This new classs wou

RE: [math] puzzled by generics in root solvers

2011-07-06 Thread Hendriks, D.
I agree that since we now have LEFT_SIDE, RIGHT_SIDE, ABOVE_SIDE, and BELOW_SIDE, it makes sense to rename it to ANY_SIDE. Previously, when we only had the first two, it made more sense to have EITHER_SIDE. Dennis Van: Gilles Sadowski [gil...@harfang.ho