Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Thomas Neidhart
On 03/08/2012 11:03 PM, Gary Gregory wrote: > Thomas: > > It seems to me that we do not need both testDropBy and testDropBy2. > > I initially created testDropBy2 as a way to work through the "Original" and > "Modified" examples from the site. > > So u

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-08 Thread Thomas Neidhart
in a comment to the issue. > This is why I added the 'trueLength' (lame name?) ivar because that seems > like a reasonable toggle after reading the Wikipedia entry. I wanted to add this myself, but you were quicker ;-) Good night, Thomas ---

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-09 Thread Thomas Neidhart
On 03/09/2012 12:55 AM, Gary Gregory wrote: >>> This is why I added the 'trueLength' (lame name?) ivar because that seems >>> like a reasonable toggle after reading the Wikipedia entry. I changed it locally to 'cutOff', would yo

Re: svn commit: r1298588 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/language/NysiisTest.java

2012-03-09 Thread Thomas Neidhart
Key > - shortKey I also prefer strict. So I will make the change and complete the missing javadoc. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [ANNOUNCE] Commons Math version 3.0 is released

2012-03-12 Thread Thomas Neidhart
is missing, it should be something like: http://apache.openmirror.de/commons/math/binaries/commons-math3-3.0-bin.zip Thomas

[lang] Longest common substring / Suffix Tree

2012-03-12 Thread Thomas Neidhart
for a set of strings a suffix tree would be needed. Henri already outlined a possible API as comment to the issue, which I like, so what do other people think about adding a suffix tree to commons-lang? Thomas - To unsubscribe, e

Re: [MATH] Does website really need Javadoc for versions prior to 2.2?

2012-03-13 Thread Thomas Neidhart
following: > I have found another thing that is missing. The changes report is not there anymore, or at least has not been generated for the 3.0 release. If you access the URL directly at http://commons.apache.org/math/changes-report.html, you can still access the old one (3.0-SNAPSHOT). Thomas

Re: [lang] Longest common substring / Suffix Tree

2012-03-13 Thread Thomas Neidhart
lem, the o.a.c.l.text package looks like a good fit for these things imho. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1301220 - /commons/sandbox/graph/trunk/src/main/java/org/apache/commons/graph/export/

2012-03-15 Thread Thomas Neidhart
On 03/15/2012 10:50 PM, Simone Tripodi wrote: > Hi Thomas! > can I kindly ask you please to help me on merging modifications on > /trunk to the experimental branch? > I completed the "drop the markers" work but I still need to complete > the exporters... > > Hope

[graph] exporter migration in branch

2012-03-16 Thread Thomas Neidhart
to the exporter which ones he would like to export. When thinking further about future importers, we could use beanutils(2?) to create such beans on the fly when importing a graph. Best, Thomas btw. the current graphml exporter code is more or less a copy&paste from tinkerpop/blueprints (h

Re: svn commit: r1301719 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-03-16 Thread Thomas Neidhart
not support soft line break per the > 'quoted-printable' example on Wikipedia > > - > + > Implement NYSIIS I think it was originally reported by Henri, javajohn was the user who requested the QuotedPrintableCodec update. Thomas

Re: svn commit: r1301719 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-03-16 Thread Thomas Neidhart
On 03/16/2012 08:59 PM, Gary Gregory wrote: > On Fri, Mar 16, 2012 at 3:52 PM, Thomas Neidhart > wrote: > >> On 03/16/2012 08:48 PM, ggreg...@apache.org wrote: >>> Author: ggregory >>> Date: Fri Mar 16 19:48:48 2012 >>> New Revision: 1301719 >>>

Re: svn commit: r1301719 - /commons/proper/codec/trunk/src/changes/changes.xml

2012-03-16 Thread Thomas Neidhart
ut rather giving the correct one for >> NYSIIS to Henri. s/did/did not/ > Ah, I see (or not ;) Can you fix this up for us? done. > Thank you, You are welcome. I am still a bit hesitating to commit myself, as I am rather new to this component, so do not wonder when I write

Re: [codec] Release 1.7

2012-03-17 Thread Thomas Neidhart
f the encoding/decoding. As I have seen in some other classes, similar changes have been documented in the javadoc of the affected methods as well (e.g. Base64#encodeBase64String). Do you think we should do it also in this case? Thomas ---

Re: [codec] Release 1.7

2012-03-18 Thread Thomas Neidhart
coded CR/LF character. In prior version these special chars were treated like normal chars. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [graph] exporter migration in branch

2012-03-18 Thread Thomas Neidhart
On 03/17/2012 01:55 AM, Simone Tripodi wrote: > Hi Thomas, > please see r1301848 - this is something prototypal and suggestions are > much more than welcome! > > I'd encourage all [graph] people on experimenting stuff on a proper > branch, everybody shall feel free to set

Re: [codec] Release 1.7

2012-03-19 Thread Thomas Neidhart
ice if you could review the changes, the CC for the new methods is 100% (missing some coverage for read though) Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail:

Re: [codec] Release 1.7

2012-03-19 Thread Thomas Neidhart
On 03/19/2012 08:50 PM, Gary Gregory wrote: > On Mon, Mar 19, 2012 at 3:08 PM, Thomas Neidhart > wrote: > >> On 03/19/2012 05:38 PM, Gary Gregory wrote: >> >>> Ok, can you: (1) back out the QuotedPrintableCodec changes and (2) >> complete >>> Codec-13

Re: [codec] Release 1.7

2012-03-19 Thread Thomas Neidhart
erhaps)? Oh, I misunderstood your question, you are right, I was skeptical about that myself. You are free to remove it. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [codec] Release 1.7

2012-03-20 Thread Thomas Neidhart
On 03/19/2012 09:22 PM, Gary Gregory wrote: > On Mon, Mar 19, 2012 at 4:01 PM, Thomas Neidhart > wrote: > >> On 03/19/2012 08:50 PM, Gary Gregory wrote: >>> On Mon, Mar 19, 2012 at 3:08 PM, Thomas Neidhart >>> wrote: >>> >>>> On 03/19/2012 05

Re: [VOTE] Release Commons IO 2.2-RC3

2012-03-21 Thread Thomas Neidhart
mmons/commons-io/2.2/RC3/ The javadoc contents for release 2.2 and 1.4 (in the Commons IO menu) are missing. Apart from that: +1 Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1304377 - /commons/proper/codec/trunk/src/test/java/org/apache/commons/codec/binary/HexTest.java

2012-03-23 Thread Thomas Neidhart
pected, new String(actual)); > actual = Hex.encodeHex(b, false); > -assertEquals(expected.toUpperCase(), new String(actual)); > + assertFalse(expected.equals(new String(actual))); > } didn't like the way I fixed it? ;-) Thomas --

Re: [math] Commons-Math 3.1?

2012-03-24 Thread Thomas Neidhart
refer not to touch the other ones. > > You are welcome to close them all, if you want. I have closed all fixed issues in a bulk operation. The issues marked as "won't fix" or "not a problem" or "later" or "incomplete" have not been touched. Thomas

Re: [all] how to make Jira aware of releases

2012-03-24 Thread Thomas Neidhart
't > know what it is. > > Does someone know how we declare releases ? >From what I have seen, in jira under versions, you can declare a specific version as being released (with a release date). https://issues.apache.org/jira/plugins/servlet

Re: [all] how to make Jira aware of releases

2012-03-24 Thread Thomas Neidhart
On 03/24/2012 07:33 PM, Luc Maisonobe wrote: > Le 24/03/2012 17:35, Thomas Neidhart a écrit : >> On 03/24/2012 05:29 PM, Luc Maisonobe wrote: >>> Hi all, >>> >>> I have tried to tell Jira that version 3.0 of [math] has already been >>> shipped, but I

Re: [lang] Longest common substring / Suffix Tree

2012-03-26 Thread Thomas Neidhart
with this approach and include a SuffixTree into commons-lang. btw. to be memory-effective, I have added a CharHashmap, which is derived from an IntHashmap that was part of commons-lang in prior versions. Thanks in advance, Thomas

Re: [math] Improvement: Interpreter for mathematical expressions

2012-03-27 Thread Thomas Neidhart
s. I guess you know similar projects like jformula or jep, but their license is usually quite restrictive. So if you are willing to work on something like this and contribute it to commons-math, I would be very much in favor and can help with it. Thomas

Re: [math] Improvement: Interpreter for mathematical expressions

2012-03-27 Thread Thomas Neidhart
On Tue, Mar 27, 2012 at 10:06 AM, Thomas Neidhart wrote: > 2012/3/27 "Detlef Günther" > >> Hello, >> >> it would be nice to have an interpreter for mathematical expressions so >> that functions may be defined at runtime. >> > [snip] ah somethi

Re: [math] Improvement: Interpreter for mathematical expressions

2012-03-27 Thread Thomas Neidhart
On Tue, Mar 27, 2012 at 1:32 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > On Tue, Mar 27, 2012 at 12:53:25PM +0200, "Detlef Günther" wrote: > > Hi Thomas, > > > > congrace may be used by writing a wrapper "Expression&

Re: [Math] "changes" HTML report

2012-03-28 Thread Thomas Neidhart
On Wed, Mar 28, 2012 at 12:27 PM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hello. > > [I think that this had already been reported earlier by Thomas.] > > The HTML page generated from the "changes.xml" file does not seem to be > produced anymore

Re: [Math] On-demand cobertura report

2012-03-28 Thread Thomas Neidhart
quot;mvn site" could produce the full thing, but we would have a > new "mvn quick-site" for generating report like "CheckStyle" and > "FindBugs". > Did not test it (can not use mvn here :-( ), but this should help mvn site -Dcobertura.runtests=false Thomas

Re: [Math] On-demand cobertura report

2012-03-28 Thread Thomas Neidhart
Dcobertura.skip > > is what the documentation says. > > http://mojo.codehaus.org/cobertura-maven-plugin/instrument-mojo.html this seams to just skip the instrumentation, but the tests are still executed, and generate an error afterwards.

Re: [codec] getting to ready to RC 1.7

2012-03-28 Thread Thomas Neidhart
king clients > using it as a shared BinaryEncoder > > The patch restores thread-safety, but Clirr reports binary compat issues. > I think these are unlikely to be an actual problem, but this should be > reviewed. I have reviewed your patch, see my comments attached to the issue.

Re: [pool] Release of 2.0.0?

2012-03-29 Thread Mark Thomas
There are a handful of Jira issues I'd like to clear up before the first RC is rolled. They are on my todo list but Tomcat stuff keeps getting in the way. I'd really like to see pool2 make some progress so I'll try and find some time for this in the coming week. Of course, anyone else is free t

Re: [codec] fixing CODEC-96 breaks BC

2012-04-02 Thread Thomas Neidhart
On Mon, Apr 2, 2012 at 4:09 PM, Gary Gregory wrote: > WRT https://issues.apache.org/jira/browse/CODEC-96 > > (Moving discussion to ML from JIRA) > > OK, I see the Clirr errors now after applying CODEX-96-2.patch locally. It > looks like normal users would not be affected. The issue is only if a c

Re: svn commit: r1311993 - in /commons/proper/pool/trunk/src/java/org/apache/commons/pool2/impl: InterruptibleReentrantLock.java LinkedBlockingDeque.java

2012-04-10 Thread Mark Thomas
On 10/04/2012 22:12, ma...@apache.org wrote: > Author: markt Date: Tue Apr 10 21:12:45 2012 New Revision: 1311993 > > URL: http://svn.apache.org/viewvc?rev=1311993&view=rev > Log: Add the ability to interrupt threads waiting to remove an object > from the queue. This is required to re-fix POOL-189

POOL2 release plan

2012-04-12 Thread Mark Thomas
1. Fix all the open bugs. DONE - until someone opens another Jira ;) 2. Clean up the docs. TODO 3. Release 2.0.0.M1 4. Work on DBCP2, updating POOL2 as required (e.g. moving the abandoned object code to POOL2) 5. React to feedback on 2.0.0.M1 6. Release 2.0.0.Mn as required 7. Release 2.0.0 Though

Re: svn commit: r1329709 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl: BaseObjectPoolConfig.java GenericKeyedObjectPool.java GenericKeyedObjectPoolMBean.java GenericObje

2012-04-24 Thread Mark Thomas
On 24/04/2012 14:33, ma...@apache.org wrote: > Author: markt > Date: Tue Apr 24 13:33:22 2012 > New Revision: 1329709 > > URL: http://svn.apache.org/viewvc?rev=1329709&view=rev > Log: > Javadoc for LIFO > - reduce duplication > - use @link / @see rather than copy/paste My aim is to go through all

Re: svn commit: r1329891 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java

2012-04-24 Thread Mark Thomas
On 24/04/2012 19:15, sebb wrote: > On 24 April 2012 18:48, wrote: >> Author: markt >> Date: Tue Apr 24 17:48:50 2012 >> New Revision: 1329891 >> >> URL: http://svn.apache.org/viewvc?rev=1329891&view=rev >> Log: >> Fix an Eclipse warning > > I don't get that warning; but I do now get "Unnecessary

Re: svn commit: r1329891 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/TestPoolUtils.java

2012-04-24 Thread Mark Thomas
On 24/04/2012 19:35, sebb wrote: > On 24 April 2012 19:26, Mark Thomas wrote: >> On 24/04/2012 19:15, sebb wrote: >>> On 24 April 2012 18:48, wrote: >>>> Author: markt >>>> Date: Tue Apr 24 17:48:50 2012 >>>> New Revision: 1329891 >>&g

Re: svn commit: r1332588 - in /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl: BaseGenericObjectPool.java GenericKeyedObjectPool.java GenericObjectPool.java

2012-05-01 Thread Mark Thomas
On 01/05/2012 10:44, sebb wrote: > On 1 May 2012 10:25, wrote: >> Author: markt >> Date: Tue May 1 09:25:35 2012 >> New Revision: 1332588 >> >> URL: http://svn.apache.org/viewvc?rev=1332588&view=rev >> Log: >> Refactor so the Javadoc for GKOP doesn't point to GOP. > > The Javadoc originally ref

Re: [POOL2] tidyup: remove @author and $Date$ references

2012-05-02 Thread Mark Thomas
On 02/05/2012 20:10, sebb wrote: > Pool2 still contains a lot of original @author tags. > These are now generally completely out of date, so we should consider > removing them. The original authors can be credited as developers in > the po,. +0.5 > The $Date$ SVN variables cause problems, because

[math] remove null check when using entry iterator in [Array]RealVector

2012-05-03 Thread Thomas Neidhart
classes have to return an iterator following the same convention. Any objections? Thomas

[POOL2] cleanup: replace all @since tags

2012-05-04 Thread Mark Thomas
Since pool2 uses a new package, I intend to remove all existing @since tags that refer to 1.x and add @since 2.0 to all public classes,interfaces, methods, constants etc. Any objections? Mark - To unsubscribe, e-mail: dev-unsubsc

Re: POOL2 release plan

2012-05-04 Thread Mark Thomas
On 13/04/2012 22:16, ma...@apache.org wrote: > sebb wrote: > >> On 12 April 2012 20:46, Mark Thomas wrote: >>> 1. Fix all the open bugs. DONE >>> 2. Clean up the docs. DONE >>> 3. Release 2.0.0.M1 I think we are ready for an alpha release of POOL2.

Re: POOL2 release plan

2012-05-04 Thread Mark Thomas
sebb wrote: >On 4 May 2012 14:06, Mark Thomas wrote: >> On 13/04/2012 22:16, ma...@apache.org wrote: >>> sebb wrote: >>> >>>> On 12 April 2012 20:46, Mark Thomas wrote: >>>>> 1. Fix all the open bugs. DONE >>>>> 2. Clean u

Re: [POOL] documenting the public API

2012-05-04 Thread Mark Thomas
sebb wrote: >I think it would be useful to try and specify upfront which public >classes / methods etc are intended to form part of the public API, to >distinguish them from items that are public merely to allow internal >access between packages. I'd prefer to move things between packages and

Re: svn commit: r1333397 - in /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec: ./ binary/ digest/ language/ language/bm/ net/

2012-05-05 Thread Thomas Neidhart
commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/QuotedPrintableCodec.java > > commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/RFC1522Codec.java > > commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/net/URLCode

Re: svn commit: r1334463 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/HessenbergTransformer.java test/java/org/apache/commons/math3/linear/HessenbergTransformerTest.j

2012-05-05 Thread Thomas Neidhart
add HessenbergTransformer to transform a general real matrix to >> Hessenberg form. >> This is a first step for the eigenvalue decomposition of a non-symmetric >> matrix. > > Great! > > Thanks, Thomas. The other parts are also working: * SchurTransformer * F

Re: svn commit: r1334103 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericKeyedObjectPool.java

2012-05-05 Thread Mark Thomas
On 05/05/2012 11:22, sebb AT ASF wrote: > On 4 May 2012 19:05, sebb AT ASF wrote: >> The following change to the GKOP ctor seems to fix the problem: >> >> >>if (factory == null) { >>this.close(); // <= close the parent >>throw new IllegalArgumentExceptio

Re: svn commit: r1334378 - /commons/proper/pool/trunk/src/test/java/org/apache/commons/pool2/impl/TestGenericObjectPool.java

2012-05-05 Thread Mark Thomas
On 05/05/2012 11:20, sebb AT ASF wrote: > On 5 May 2012 11:13, wrote: >> Author: sebb >> Date: Sat May 5 10:13:22 2012 >> New Revision: 1334378 >> >> URL: http://svn.apache.org/viewvc?rev=1334378&view=rev >> Log: >> Add ctor tests, including null factory >> TODO determine why JMX cannot find cre

Re: [POOL] documenting the public API

2012-05-05 Thread Mark Thomas
On 04/05/2012 17:14, Mark Thomas wrote: > > > sebb wrote: > >> I think it would be useful to try and specify upfront which public >> classes / methods etc are intended to form part of the public API, >> to distinguish them from items that are public merely to al

[math] EigenvalueDecomposition for non-symmetric matrices

2012-05-07 Thread Thomas Neidhart
lex values imho. Thanks in advance, Thomas

Re: [Math] Serializable (again)

2012-05-08 Thread Thomas Neidhart
en the wiki as best practice to follow). For other cases we can just skip it, but please, do not remove Serializable just because you don't like it (as it happened in the case for the referenced issue). Thomas

Re: [Math] Serializable (again)

2012-05-08 Thread Thomas Neidhart
s they are as long as there are no complaints about their malfunction. In fact there are several issues that talk about missing serialization support, and none that complains about broken support. ;-) Good evening Thomas - To unsubs

Re: [math] Exposing the Lanczos approximation in o.a.c.m3.special.Gamma?

2012-05-08 Thread Thomas Neidhart
ution class. I'm adverse to the > latter option, as it leads to code duplication. > > What do you think? Hi Sébastien, this sounds pretty good. After looking at the current Gamma function implementation, it looks like it consists mainly of

Re: [math] Exposing the Lanczos approximation in o.a.c.m3.special.Gamma?

2012-05-09 Thread Thomas Neidhart
, and create an additional function for the constant. I guess just creating a public final static constant for the LANCZOS_G value would be better? Thomas

[math] numerical problem sniffer

2012-05-14 Thread Thomas Neidhart
it a try. Thomas

[math] numerical stability problems of continued fraction

2012-05-20 Thread Thomas Neidhart
source code but on an higher level. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [math] numerical stability problems of continued fraction

2012-05-20 Thread Thomas Neidhart
On 05/21/2012 08:22 AM, Phil Steitz wrote: > On 5/20/12 10:32 PM, Sébastien Brisard wrote: >> Hi Thomas, >>> This seems to solve all the described problems, but the question remains >>> if this can be included without problems into CM. The algorithm >>> descrip

[math][license] How to donate GPL-licensed code

2012-05-22 Thread Thomas Neidhart
Hi, I was in contact with Thomas Abeel, the creator of java-ml ( http://java-ml.sourceforge.net/) to discuss his interest to contribute certain parts of it to CM (mainly clustering algorithms). He is quite interested to donate most of the library to Apache Commons (except for some glue-code to

Re: [math][license] How to donate GPL-licensed code

2012-05-22 Thread Thomas Neidhart
tributors tranfered intellectual property to them, or external > contributors also signe the grant and allow the license change. > thanks for the information, I will pass it to him. Thomas

Re: [math] SparseRealVectorTest, SparseRealMatrixTest, SparseFieldMatrixTest, SparseFieldVectorTest

2012-05-28 Thread Thomas Neidhart
ere are no compatibility issues there. > > Thanks for identifying this. fyi: there is already an issue about this MATH-625 Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: svn commit: r1343163 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/linear/ test/java/org/apache/commons/math3/linear/

2012-05-28 Thread Thomas Neidhart
*professional* programmers ;-) btw, a nice example how dangerous auto-boxing is: Map map = new HashMap(); // fill the map with objects, keys in the range 1..10 ... // get the object with key 3 Object o = map.get(3); o == null or not? Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

[jcs] Request for review

2012-05-30 Thread Thomas Vandahl
Hi folks, I spent quite some time to introduce generics in JCS. Now I finally managed to reintegrate the changes into trunk. I would kindly ask for reviewers. All improvements are welcome as I am no generics-expert. Thanks in advance. Bye, Thomas

Re: [jcs] Request for review

2012-05-31 Thread Thomas Vandahl
able to fix those spurious test failures. Bye, Thomas. - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [jcs] Request for review

2012-06-02 Thread Thomas Vandahl
t the new version with generics > is working perfectly, no broken tests, no changes in the functionality, and I > think there are no warnings. I'm afraid this is not enough information to understand what you mean. Could you be a bit more specific, please? Bye, Thomas. ---

Re: svn commit: r1348024 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest.java test/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest

2012-06-11 Thread Thomas Neidhart
.0; > +final double VarU = n1n2prod * (n1 + n2 + 1) / 12.0; > > final double z = (Umin - EU) / FastMath.sqrt(VarU); just a small thing, but wouldn't it be better to do a long multiplication and convert the result to double? Thomas --

Re: svn commit: r1348024 - in /commons/proper/math/trunk/src: main/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest.java test/java/org/apache/commons/math3/stat/inference/MannWhitneyUTest

2012-06-12 Thread Thomas Neidhart
On Tue, Jun 12, 2012 at 8:13 AM, Mikkel Meyer Andersen wrote: > 2012/6/12 Thomas Neidhart : > > On 06/08/2012 01:04 PM, m...@apache.org wrote: > >> Author: mikl > >> Date: Fri Jun 8 11:04:11 2012 > >> New Revision: 1348024 > >> > >>

Re: svn commit: r1351002 - /commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2012-06-16 Thread Mark Thomas
On 16/06/2012 22:33, sebb wrote: > On 16 June 2012 22:23, Gary Gregory wrote: >> Did you update the changes.xml? Did I miss that? > > No, I decided it was too trivial to warrant a mention. > But feel free to update changes.xml in both versions if you disagree. It probably needs to be fixed in th

Re: svn commit: r1351002 - /commons/proper/pool/branches/POOL_1_X/src/java/org/apache/commons/pool/impl/GenericObjectPool.java

2012-06-16 Thread Mark Thomas
On 16/06/2012 23:05, sebb wrote: > On 16 June 2012 22:35, Mark Thomas wrote: >> On 16/06/2012 22:33, sebb wrote: >>> On 16 June 2012 22:23, Gary Gregory wrote: >>>> Did you update the changes.xml? Did I miss that? >>> >>> No, I decided it was too

Re: [pool] 2.0 release

2012-06-17 Thread Mark Thomas
On 17/06/2012 08:49, Phil Steitz wrote: > Looks like only the relatively trivial POOL-220 and POOL-217 affect > 2.0. +1 > We need to resolve these and do some javadoc and site > cleanup; but unless there are other things we want to get into 2.0, > I would like to move this toward a release. I

Re: [pool] 2.0 release

2012-06-17 Thread Mark Thomas
On 17/06/2012 16:26, Phil Steitz wrote: > On 6/17/12 1:13 AM, Mark Thomas wrote: >> On 17/06/2012 08:49, Phil Steitz wrote: >>> Looks like only the relatively trivial POOL-220 and POOL-217 affect >>> 2.0. >> +1 >> >>> We need to resolve these and

Re: svn commit: r1351852 - in /commons/proper/collections/trunk/src: main/java/org/apache/commons/collections/buffer/ test/java/org/apache/commons/collections/buffer/

2012-06-20 Thread Thomas Neidhart
@@ public class BoundedFifoBuffer extend >> } >> >> /** >> + * Returns the element at the specified position in this buffer. >> + * >> + * @param index the position of the element in the buffer >> + * @return the eleme

[collections] Cleanup of trunk

2012-06-24 Thread Thomas Neidhart
spotted yet. Are there any objections / suggestions to continue with the cleanup? Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [pool] 2.0 release

2012-06-24 Thread Mark Thomas
On 24/06/2012 20:41, Phil Steitz wrote: > On 6/24/12 12:00 PM, sebb wrote: >> Nexus does not prevent any of this; it is a staging repo. > > It does block what used to be a simple, controlled process > > 0) generate, test and sign artifacts locally > 1) upload to p.a.o > 2) vote > 3) move to relea

Re: [collections] Cleanup of trunk

2012-06-25 Thread Thomas Neidhart
Hi, thanks for all the feedback. I will then postpone all Java 6 related changes but start with the other ones. I hope my activity will spark some more interest by other people as it would be a pity to never release a generic version of collections if it is there and ready to be used. Thomas

Re: [collections] Cleanup of trunk

2012-06-25 Thread Thomas Neidhart
On 06/25/2012 08:41 PM, Liviu Tudor wrote: > Hi Thomas, > > A bit late with my reply, sorry -- but if you could do with an extra pair > of hands on this I'd be happy to help! Hi, apart from the normal cleanup, adding unit tests and javadoc, I would like to see the followi

Re: [pool] Developers Guide

2012-06-25 Thread Mark Thomas
+1 - drop it. I'd rather put the effort into the Javadoc. That is where my focus was when working on the updates for pool 2.0. I'd add that one of the things that drove me mad with pool 2 was that the same information was repeated in multiple places and trying to keep them in sync is really ha

Re: JIRA Administration

2012-06-27 Thread Mark Thomas
On 27/06/2012 09:21, Jörg Schaible wrote: > Hi, > > does anybody know, what is required to administer a JIRA project? You need an existing admin to grant you the admin role. > I can > administer most of the commons (44 projects incl. ONGL), but not e.g. > imaging, sanselan, bsf, jsc or bcel. S

Re: JIRA Administration

2012-06-27 Thread Mark Thomas
On 27/06/2012 09:35, Luc Maisonobe wrote: > Le 27/06/2012 10:29, Mark Thomas a écrit : >> On 27/06/2012 09:21, Jörg Schaible wrote: >>> Hi, >>> >>> does anybody know, what is required to administer a JIRA project? >> >> You need an existing

Re: JIRA Administration

2012-06-27 Thread Mark Thomas
On 27/06/2012 15:27, Jörg Schaible wrote: > Hi Mark, > > Mark Thomas wrote: > >> On 27/06/2012 09:21, Jörg Schaible wrote: >>> Hi, >>> >>> does anybody know, what is required to administer a JIRA project? >> >> You need an existing admin

Re: JIRA Administration

2012-07-02 Thread Thomas Vandahl
On 27.06.12 10:29, Mark Thomas wrote: > It looks like the commons-developers group has not been added to the > admin role for those projects. > > I have granted you the admin role for those additional Jira projects. While you are at it, could you please add me as an admin for JC

Re: [collections] Cleanup of trunk

2012-07-03 Thread Thomas Neidhart
On 07/03/2012 11:04 PM, Jörg Schaible wrote: > Hi Thomas, > > Thomas Neidhart wrote: > >> Hi, >> >> I recently started to work more on collections and cleaning up the trunk >> to make it a candidate for a release and would like to ask a few >> question

Re: [chain] Next steps for release?

2012-07-14 Thread Mark Thomas
Benedikt Ritter wrote: >I thought one has to be elected as a Release Manager? Nope. Anyone can propose a release whenever they want. Projects normally coordinate things more than that but (from an ASF view) projects are not required to. Mark > >Benedikt > >2012/7/13 Simone Tripodi : >> Hi E

Re: [pool][dbcp] Move AbandonedObjectPool in v 2's?

2012-07-15 Thread Mark Thomas
On 15/07/2012 01:38, Phil Steitz wrote: > Sorry if this has been discussed already and I can't find the > thread; but we should do this now if we want to do it - i.e., move > DBCP's AbandonedObjectPool into [pool]. This is certainly something that - on the face of it - makes sense. However, when I

Re: svn commit: r1361731 - /commons/proper/pool/trunk/src/main/java/org/apache/commons/pool2/impl/GenericObjectPoolConfig.java

2012-07-15 Thread Mark Thomas
On 15/07/2012 17:26, pste...@apache.org wrote: > Author: psteitz > Date: Sun Jul 15 16:26:57 2012 > New Revision: 1361731 > > URL: http://svn.apache.org/viewvc?rev=1361731&view=rev > Log: > Added no-arg constructor. Why? That is just pointless code. I have been trying to remove that sort of thing

[math] Eigen decomposition of real asymmetric matrices

2012-07-18 Thread Thomas Neidhart
issue. Cheers, Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [Math] NOTICE file

2012-07-19 Thread Mark Thomas
Phil Steitz wrote: >On 7/18/12 9:35 PM, Becksfort, Jared wrote: >> My employer requires that we retain copyright. >OK, that requires a patch to the (single) NOTICE.txt file in the >project root. No it does not. The ASF does NOT require copyright assignment from contributors. Contributors alway

Re: [pool][dbcp] Move AbandonedObjectPool in v 2's?

2012-07-20 Thread Mark Thomas
On 16/07/2012 20:55, Phil Steitz wrote: > On 7/15/12 10:46 AM, Phil Steitz wrote: >> On 7/15/12 1:12 AM, Mark Thomas wrote: >>> On 15/07/2012 01:38, Phil Steitz wrote: >>>> Sorry if this has been discussed already and I can't find the >>>> thread

Re: [math] Eigen decomposition of real asymmetric matrices

2012-07-22 Thread Thomas Neidhart
On 07/18/2012 10:55 PM, Thomas Neidhart wrote: > Hi, > > I finalized now this feature request (MATH-235) by adding more random > data test which success for an epsilon of 1e-12, which imho is pretty > good for now. > > For the problem with the internal DecompositionS

Re: [pool][dbcp] Move AbandonedObjectPool in v 2's?

2012-07-22 Thread Mark Thomas
On 21/07/2012 17:51, Phil Steitz wrote: > On 7/20/12 1:47 PM, Mark Thomas wrote: >> On 16/07/2012 20:55, Phil Steitz wrote: >>> On 7/15/12 10:46 AM, Phil Steitz wrote: >>>> On 7/15/12 1:12 AM, Mark Thomas wrote: >>>>> On 15/07/2012 01:38, Phil Steitz w

Re: [Math] Little thought about multi-threading

2012-07-22 Thread Thomas Neidhart
ant to switch to Java 7 now, [...] > > Oh, yes, please! 8-P I would be in favor of this too, but we could also target it for the 4.0 release together with the parallelization stuff. Thomas - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [Math] Random tests sometimes fail (r1363105)

2012-07-23 Thread Thomas Neidhart
On Mon, Jul 23, 2012 at 12:44 AM, Gilles Sadowski < gil...@harfang.homelinux.org> wrote: > Hi Thomas. > Hi Gilles, > > I've encountered a failure of one the tests which you introduced in > revision 1363105. Here is an excerpt of the error: > --- > > test

Re: [pool] runtime re-configuration

2010-10-18 Thread Mark Thomas
On 18/10/2010 01:22, Benoit Perroud wrote: > 2010/10/17 Phil Steitz > >> On 10/17/10 8:53 AM, Benoit Perroud wrote: >> >>> Making pool be able to be resized at runtime will introduce extra >>> complexity, that could be otherwise totally delegated to a BlockingQueue >>> as >>> backend structure. >

Re: [pool][dbcp] cross pollination

2010-10-18 Thread Mark Thomas
On 18/10/2010 08:38, Paul Benedict wrote: > Has any thought been given to simply rolling the projects into one? Yes. -1. Lots of folks use pool that have no interest in databases. Mark > > On Sun, Oct 17, 2010 at 2:13 PM, Phil Steitz wrote: >> On 10/17/10 2:58 PM, Gary Gregory wrote: >>> >>>

Re: [jexl]

2010-10-24 Thread Mark Thomas
On 24/10/2010 16:54, cloudsuser cloudsuser wrote: > Using the syntax "${status}" as defined below i can able to access the value > of status form JavaBeanObject(A) Sending the same e-mail the the dev and the users list at the same time is never going to increase the chances of a reply. It does,

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

2010-10-31 Thread Mark Thomas
On 31/10/2010 03:55, Phil Steitz wrote: > On 10/30/10 10:55 PM, Gary Gregory wrote: >> It would be possible for example, that the GOP subclass GKOP as a >> degenerate simple case where the GOP has one pool in a GKOP. That >> seems radical, but it would eliminate a lot of apparent code >> duplicatio

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

2010-10-31 Thread Mark Thomas
On 31/10/2010 21:36, Phil Steitz wrote: > A radical idea that I have been considering is to propose that we > dispense with keyed pools altogether. The DBCP need can be met without > them (see jdbc-pool) Can it? I know there are some things that DBCP can do that jdbc-pool can't such as https://is

Re: [VOTE] Release Commons VFS 2.0

2010-11-04 Thread Mark Thomas
On 04/11/2010 12:59, Brian Fox wrote: > So I wonder why a tar.gz sourceball is needed and is it worth it to > diverge just for that. How about users that want to work with sources on platforms where CRLF endings are a PITA? Tomcat distributes sources in .zip and .tar.gz versions for exactly this

<    5   6   7   8   9   10   11   12   13   14   >