[jira] [Commented] (CSV-121) Exception that the header contains duplicate names when the column names are empty.

2014-06-12 Thread Sebastian Hardt (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14028925#comment-14028925 ] Sebastian Hardt commented on CSV-121: - I use the libary in a project where users can

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14028961#comment-14028961 ] Thomas Neidhart commented on CODEC-187: --- You can download the latest snapshot build

[jira] [Resolved] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CODEC-187. Resolution: Fixed Fix Version/s: 1.10 {noformat} commit -m action dev=ggregory type=fix

[jira] [Commented] (CSV-121) Exception that the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029100#comment-14029100 ] Gary Gregory commented on CSV-121: -- A allowBlankColumnNames flag? Exception that the

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread michael tobias (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029115#comment-14029115 ] michael tobias commented on CODEC-187: -- Hmmm not working. I downloaded and copied

[jira] [Created] (MATH-1126) LevenbergMarquardtOptimizer: Divergent behavior of new code

2014-06-12 Thread Gilles (JIRA)
Gilles created MATH-1126: Summary: LevenbergMarquardtOptimizer: Divergent behavior of new code Key: MATH-1126 URL: https://issues.apache.org/jira/browse/MATH-1126 Project: Commons Math Issue Type:

[jira] [Commented] (VFS-487) File creation events missed when deleted then re-created within poll delay

2014-06-12 Thread Dave Marion (JIRA)
[ https://issues.apache.org/jira/browse/VFS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029144#comment-14029144 ] Dave Marion commented on VFS-487: - [~garydgregory] It would be nice to pull this into the 2.1

[jira] [Commented] (VFS-487) File creation events missed when deleted then re-created within poll delay

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/VFS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029153#comment-14029153 ] Gary Gregory commented on VFS-487: -- Except that the patch does not apply cleanly in trunk.

[jira] [Updated] (MATH-1126) LevenbergMarquardtOptimizer: Divergent behavior of new code

2014-06-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-1126: - Attachment: LM_cost_NEW LM_cost_OLD I could trace one possible cause of the problem up to the

[jira] [Commented] (MATH-1126) LevenbergMarquardtOptimizer: Divergent behavior of new code

2014-06-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029202#comment-14029202 ] Gilles commented on MATH-1126: -- It seems that in the old implementation, currentCost is

[jira] [Updated] (MATH-1126) LevenbergMarquardtOptimizer: Divergent behavior of new code

2014-06-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gilles updated MATH-1126: - Description: The new implementation of LevenbergMarquardtOptimizer (package o.a.c.m.fitting.leastsquares)

[jira] [Commented] (MATH-1126) LevenbergMarquardtOptimizer: Divergent behavior of new code

2014-06-12 Thread Gilles (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029220#comment-14029220 ] Gilles commented on MATH-1126: -- bq. [...] in the old implementation, currentCost is computed

[jira] [Updated] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory updated CSV-121: - Summary: IllegalArgumentException thrown when the header contains duplicate names when the column names are

[jira] [Resolved] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gary Gregory resolved CSV-121. -- Resolution: Fixed Fix Version/s: 1.0 IllegalArgumentException thrown when the header contains

[jira] [Commented] (CSV-121) IllegalArgumentException thrown when the header contains duplicate names when the column names are empty.

2014-06-12 Thread Gary Gregory (JIRA)
[ https://issues.apache.org/jira/browse/CSV-121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029272#comment-14029272 ] Gary Gregory commented on CSV-121: -- I Added the format setting {{ignoreEmptyHeaders}}, which

[jira] [Created] (COMPRESS-284) Multi Thread Uncompress TGZ - CRC32 ERROR

2014-06-12 Thread Inspico (JIRA)
Inspico created COMPRESS-284: Summary: Multi Thread Uncompress TGZ - CRC32 ERROR Key: COMPRESS-284 URL: https://issues.apache.org/jira/browse/COMPRESS-284 Project: Commons Compress Issue Type:

[jira] [Commented] (VFS-487) File creation events missed when deleted then re-created within poll delay

2014-06-12 Thread Ryan Leary (JIRA)
[ https://issues.apache.org/jira/browse/VFS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029487#comment-14029487 ] Ryan Leary commented on VFS-487: The patch doesn't fully address the issue, either. The code,

[jira] [Updated] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-12 Thread Venkatesha Murthy TS (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatesha Murthy TS updated MATH-1120: --- Attachment: (was: r-output.txt) Need Percentile computations that can be matched

[jira] [Updated] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-12 Thread Venkatesha Murthy TS (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Venkatesha Murthy TS updated MATH-1120: --- Attachment: r-output.txt percentile-with-estimation-patch Attached is

[jira] [Comment Edited] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-12 Thread Venkatesha Murthy TS (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029642#comment-14029642 ] Venkatesha Murthy TS edited comment on MATH-1120 at 6/12/14 7:28 PM:

[jira] [Created] (JXPATH-169) getChildNodes() has problems in 3rd level of nesting.

2014-06-12 Thread Ruben Gerad Mathew (JIRA)
Ruben Gerad Mathew created JXPATH-169: - Summary: getChildNodes() has problems in 3rd level of nesting. Key: JXPATH-169 URL: https://issues.apache.org/jira/browse/JXPATH-169 Project: Commons JXPath

[jira] [Comment Edited] (MATH-1120) Need Percentile computations that can be matched with standard spreadsheet formula

2014-06-12 Thread Venkatesha Murthy TS (JIRA)
[ https://issues.apache.org/jira/browse/MATH-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029642#comment-14029642 ] Venkatesha Murthy TS edited comment on MATH-1120 at 6/12/14 7:33 PM:

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread Thomas Neidhart (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029757#comment-14029757 ] Thomas Neidhart commented on CODEC-187: --- Renaming the original jar may not be enough,

[jira] [Commented] (VFS-487) File creation events missed when deleted then re-created within poll delay

2014-06-12 Thread Dave Marion (JIRA)
[ https://issues.apache.org/jira/browse/VFS-487?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14029832#comment-14029832 ] Dave Marion commented on VFS-487: - Agreed, but if we can get something in that works and does

[jira] [Commented] (CODEC-187) Beider Morse Phonetic Matching producing incorrect tokens

2014-06-12 Thread michael tobias (JIRA)
[ https://issues.apache.org/jira/browse/CODEC-187?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14030026#comment-14030026 ] michael tobias commented on CODEC-187: -- OK I have it working. There were TWO copies