Re: svn commit: r7201 - in /release/commons/csv: README.html RELEASE-NOTES.txt binaries/HEADER.html binaries/README.html source/HEADER.html source/README.html

2014-11-28 Thread sebb
On 21 November 2014 at 17:30, wrote: > Author: ggregory > Date: Fri Nov 21 17:30:27 2014 > New Revision: 7201 > > Log: > Replace Apache Commons CSV 1.0 with 1.1. > > Modified: > release/commons/csv/README.html > release/commons/csv/RELEASE-NOTES.txt > release/commons/csv/binaries/HEAD

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
Ops, got excited about the multiline feature (which I'd be +1 for an issue with a patch for [csv]), but reading the title of the thread I realize that the proposal is for Object Mapping :) It wouldn't have helped me at all. Sorry Bruno From: Gary Gregory To: Commons Developers List

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
Hi Matt!! I had a look at flatfile, but to be honest I couldn't undestand how it works. Will check out the source code to play with it later. Bruno From: Matt Benson To: Bruno P. Kinoshita ; dev@commons.apache.org Sent: Friday, November 28, 2014 4:57 PM Subject: Re: [csv] Object Mapp

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Matt Benson
Bruno, it sounds like you could have used the [flatfile] component from the Commons sandbox. ;-) Matt On Nov 28, 2014 10:01 AM, "Bruno P. Kinoshita" wrote: > Hi Frank, > Is the project hosted in GitHub too? > I think it sounds like a good and useful idea to include it in > commons-csv. Last week

Re: [Math] Clirr error for "SmoothingPolynomialBicubicSplineInterpolator"

2014-11-28 Thread Hank Grabowski
No objection. On Fri, Nov 28, 2014 at 8:48 AM, Gilles wrote: > On Thu, 27 Nov 2014 21:44:58 +0100, Gilles wrote: > >> Hello. >> >> The class >> >> "o.a.c.m.analysis.interpolation.SmoothingPolynomialBicubicSpli >> neInterpolator" >> breaks binary compatibility due to the replacement of >> "Bicubi

RE: [csv] Object Mapping Proposal

2014-11-28 Thread Gary Gregory
This is probably out of scope for a light weight component like Commons CSV. You could use Hibernate for all your mapping needs. Gary  Original message From: "Ulbricht, Frank" Date:11/28/2014 03:13 (GMT-05:00) To: dev@commons.apache.org Cc: Subject: [csv] Object Mapping P

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Gary Gregory
How would mapping have helped you? Gary  Original message From: "Bruno P. Kinoshita" Date:11/28/2014 11:00 (GMT-05:00) To: Commons Developers List Cc: Subject: Re: [csv] Object Mapping Proposal Hi Frank, Is the project hosted in GitHub too? I think it sounds like a goo

Re: [csv] Object Mapping Proposal

2014-11-28 Thread Bruno P. Kinoshita
Hi Frank, Is the project hosted in GitHub too?  I think it sounds like a good and useful idea to include it in commons-csv. Last week I had to import some mainframe files using a Cobol copybook, with hundreds of fields, into Hadoop HDFS. I converted the file into a CSV, but some fields were mul

Re: [math] next release?

2014-11-28 Thread luc
Le 2014-11-28 14:24, Hank Grabowski a écrit : No, I just ran the unit tests in Eclipse The issues have been solved. The most important ones were related to new methods in Math that did not have counterparts in FastMath. I have added these methods on October 7th, see commit a67f0a33. best re

Re: [Math] Clirr error for "SmoothingPolynomialBicubicSplineInterpolator"

2014-11-28 Thread Gilles
On Thu, 27 Nov 2014 21:44:58 +0100, Gilles wrote: Hello. The class "o.a.c.m.analysis.interpolation.SmoothingPolynomialBicubicSplineInterpolator" breaks binary compatibility due to the replacement of "BicubicSplineInterpolator" by "PiecewiseBicubicSplineInterpolator". It must be fixed before rel

Re: [math] next release?

2014-11-28 Thread Hank Grabowski
No, I just ran the unit tests in Eclipse Sent from my Android phone On Nov 28, 2014 8:23 AM, "Gilles" wrote: > On Fri, 28 Nov 2014 07:21:46 -0500, Hank Grabowski wrote: > >> I had heard about the JDK 8 issues in previous threads. What are they? I >> recently installed JDK 8 on a Windows machin

Re: [math] next release?

2014-11-28 Thread Gilles
On Fri, 28 Nov 2014 07:21:46 -0500, Hank Grabowski wrote: I had heard about the JDK 8 issues in previous threads. What are they? I recently installed JDK 8 on a Windows machine with all JDK 7 installs removed and all unit tests passed on that build. Is the issues outside something that the

Re: [math] next release?

2014-11-28 Thread Hank Grabowski
I had heard about the JDK 8 issues in previous threads. What are they? I recently installed JDK 8 on a Windows machine with all JDK 7 installs removed and all unit tests passed on that build. Is the issues outside something that the unit tests are flagging? On Thu, Nov 27, 2014 at 3:31 PM, Gill

Re: [math] next release?

2014-11-28 Thread Thomas Neidhart
On 11/27/2014 07:45 PM, Luc Maisonobe wrote: > Hi all, > > I would like to release a new version of [math] soon, what do you think > about it? It's fine for me. I won't have much time to work on some open issues, but will try to complete anything that should be in the next release. Thomas -