Re: [commons-configuration] branch master updated: [CONFIGURATION-777] Update Apache Commons VFS from 2.5.0 to 2.5.0.

2020-01-10 Thread Alex Herbert
> On 10 Jan 2020, at 18:37, ggreg...@apache.org wrote: > > ... > > + due-to="Gary Gregory"> > +Update Apache Commons VFS from 2.5.0 to 2.5.0. Should be 2.6.0. > + > > description="Minor release with new features and updated > dependencies.">

Re: [numbers] LinearCombination dot product accuracy

2020-01-10 Thread Gilles Sadowski
Hi. Le ven. 10 janv. 2020 à 22:45, Alex Herbert a écrit : > > > > > On 10 Jan 2020, at 18:12, Gilles Sadowski wrote: > > > >> ... > > > > IIUC, precision (without resorting to "BigDecimal") was the purpose of > > "LinearCombination". +1 for making the appropriate changes to the > > existing "va

Re: [numbers] LinearCombination dot product accuracy

2020-01-10 Thread Alex Herbert
> On 10 Jan 2020, at 18:12, Gilles Sadowski wrote: > >> ... > > IIUC, precision (without resorting to "BigDecimal") was the purpose of > "LinearCombination". +1 for making the appropriate changes to the > existing "value" method. > [I'd suggest to open a JIRA issue and mention the rest of the

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread Gary Gregory
I think we should clean all of this up _now_ and then release 1.8. What do others think? Gary On Fri, Jan 10, 2020 at 12:44 PM Carl Hall wrote: > +1 to moving master to 1.8-SNAPSHOT and dealing with what's to come with > 2.0 at some future time in a 2.0 branch. > > I can change master:pom.xml

[ANNOUNCEMENT] Apache Commons VFS Project 2.6.0

2020-01-10 Thread Gary Gregory
The Apache Commons VFS Project team is pleased to announce the release of Apache Commons VFS Project 2.6.0. Apache Commons VFS is a Virtual File System library. New features and bug fix release. Changes in this version include: Fixed Bugs: o Clean up tests and simplify assertions #76.

Re: [numbers] LinearCombination dot product accuracy

2020-01-10 Thread Gilles Sadowski
Hi Alex. Thanks a lot for this work (and all the "Complex" stuff)! Le ven. 10 janv. 2020 à 18:18, Alex Herbert a écrit : > > I have been investigating the accuracy of the LinearCombination class. This > was because I was using it to perform high precision computations in the > Complex class an

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread Carl Hall
+1 to moving master to 1.8-SNAPSHOT and dealing with what's to come with 2.0 at some future time in a 2.0 branch. I can change master:pom.xml to be 1.8-SNAPSHOT then when the RC is out, merge release into master (1.8) and proceed to 1.9-SNAPSHOT. Advice? The branch name is a review miss on my

[numbers] LinearCombination dot product accuracy

2020-01-10 Thread Alex Herbert
I have been investigating the accuracy of the LinearCombination class. This was because I was using it to perform high precision computations in the Complex class and it did not achieve the desired precision. The basis of the class is to compute dot products: sum a_i b_i. It does this by splitt

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread Bill Speirs
My vote would be to make master 1.8-SNAPSHOT as I doubt 2.x will see the light-of-day for a LONG time... it's been 3+ years already. Continue with what Carl is trying to do, so we at least get _something_ out the door. Also, I _think_ I had to create 2_0 as the branch name, because svn (at the tim

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread Gary Gregory
On Fri, Jan 10, 2020 at 9:16 AM William Speirs wrote: > For what it's worth, I'm unable to find that branch in git: > > $ git clone https://gitbox.apache.org/repos/asf/commons-dbutils.git > --branch > commons-dbutils-1.8-RC2 common

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread William Speirs
For what it's worth, I'm unable to find that branch in git: $ git clone https://gitbox.apache.org/repos/asf/commons-dbutils.git --branch commons-dbutils-1.8-RC2 commons-dbutils-1.8-RC2 Cloning into 'commons-dbutils-1.8-RC2'... fatal: Remote branch commons-dbutils-1.8-RC2 not found in upstream orig

Re: [VOTE] Release Apache Commons DbUtils 1.8 based on RC2

2020-01-10 Thread Bruno P. Kinoshita
  [x] +1 Release these artifacts Build passing with JDK 13 on Ubuntu LTS, from git tag (mvn clean test install site). Reports look OK. There are two SpotBugs bugs about default encoding that can be fixed later I suppose. Generating reports locally skipped PMD. For some reason, even though