[jira] [Commented] (CONFIGURATION-453) Set multiple properties at once

2011-06-20 Thread Emmanuel Bourg (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051884#comment-13051884 ] Emmanuel Bourg commented on CONFIGURATION-453: -- What's the use case

[jira] [Commented] (CONFIGURATION-453) Set multiple properties at once

2011-06-20 Thread Alexander Prishchepov (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-453?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13051979#comment-13051979 ] Alexander Prishchepov commented on CONFIGURATION-453: - I was

[jira] [Commented] (MATH-585) Very slow generation of gamma random variates

2011-06-20 Thread Mikkel Meyer Andersen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052035#comment-13052035 ] Mikkel Meyer Andersen commented on MATH-585: Thanks for the comments. While

[jira] [Commented] (MATH-595) StepNormalizer extension with normalization mode and bounds settings

2011-06-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-595?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052117#comment-13052117 ] Luc Maisonobe commented on MATH-595: Thanks for the report and for the patch, Dennis.

[jira] [Updated] (MATH-585) Very slow generation of gamma random variates

2011-06-20 Thread Mikkel Meyer Andersen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-585?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikkel Meyer Andersen updated MATH-585: --- Attachment: MATH585-MT2001-1.patch A patch proposal. Note that the case of shape = 1

[jira] [Resolved] (MATH-591) SubLine Intersection

2011-06-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-591?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-591. Resolution: Fixed Fixed in subversion repository as of r1137738. An intersection method has been

[jira] [Commented] (CONFIGURATION-452) HierarchicalConfiguration with XPathExpressionEngine does not work when setting a new property

2011-06-20 Thread Fabien Nisol (JIRA)
[ https://issues.apache.org/jira/browse/CONFIGURATION-452?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052158#comment-13052158 ] Fabien Nisol commented on CONFIGURATION-452: The following scenario si

[jira] [Resolved] (MATH-592) Convenience Methods for Retrieving the Start and End Points of a SubLine

2011-06-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-592?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-592. Resolution: Fixed Fix completed in subversion tree as of r1137749. The Segment class is now public

[jira] [Commented] (MATH-592) Convenience Methods for Retrieving the Start and End Points of a SubLine

2011-06-20 Thread Curtis Jensen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-592?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052177#comment-13052177 ] Curtis Jensen commented on MATH-592: Immutable works, and I agree, it is probably better

[jira] [Commented] (MATH-550) Add factory / convert methods that accept and convert BigDecimal, BigInteger to /from Dfp.

2011-06-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052178#comment-13052178 ] Luc Maisonobe commented on MATH-550: Could you explain a little more what you would

[jira] [Resolved] (MATH-548) KMeansPlusPlusClusterer should run multiple trials

2011-06-20 Thread Luc Maisonobe (JIRA)
[ https://issues.apache.org/jira/browse/MATH-548?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luc Maisonobe resolved MATH-548. Resolution: Fixed Fixed in subversion tree as of r1137759. Thanks for the report

[jira] [Created] (EXEC-59) execute() does not return if executed process spawned other processes

2011-06-20 Thread David Tombs (JIRA)
execute() does not return if executed process spawned other processes - Key: EXEC-59 URL: https://issues.apache.org/jira/browse/EXEC-59 Project: Commons Exec Issue Type:

[jira] [Updated] (EXEC-59) execute() does not return if executed process spawned other processes

2011-06-20 Thread David Tombs (JIRA)
[ https://issues.apache.org/jira/browse/EXEC-59?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] David Tombs updated EXEC-59: Attachment: spawner.sh Script to simulate a process that spawns a helper process. Run with

[jira] [Updated] (MATH-597) Improvement of sampling random exponential variables

2011-06-20 Thread Mikkel Meyer Andersen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikkel Meyer Andersen updated MATH-597: --- Attachment: MATH597-2.patch Cf. Phil's comments: 1) This patch calculates the

[jira] [Created] (MATH-598) Improving RandomDataTest

2011-06-20 Thread Mikkel Meyer Andersen (JIRA)
Improving RandomDataTest Key: MATH-598 URL: https://issues.apache.org/jira/browse/MATH-598 Project: Commons Math Issue Type: Improvement Reporter: Mikkel Meyer Andersen Priority: Minor The

[jira] [Commented] (MATH-597) Improvement of sampling random exponential variables

2011-06-20 Thread Phil Steitz (JIRA)
[ https://issues.apache.org/jira/browse/MATH-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13052228#comment-13052228 ] Phil Steitz commented on MATH-597: -- Thanks! I would say go ahead and commit. Definitely

[jira] [Resolved] (MATH-597) Improvement of sampling random exponential variables

2011-06-20 Thread Mikkel Meyer Andersen (JIRA)
[ https://issues.apache.org/jira/browse/MATH-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikkel Meyer Andersen resolved MATH-597. Resolution: Fixed Fixed in revision 1137795. Improvement of sampling random

[jira] [Created] (JEXL-113) Dot notation behaves unexpectedly with null values

2011-06-20 Thread Max Tardiveau (JIRA)
Dot notation behaves unexpectedly with null values -- Key: JEXL-113 URL: https://issues.apache.org/jira/browse/JEXL-113 Project: Commons JEXL Issue Type: Bug Affects Versions: 2.0.1