Re: [Numbers] Where do we stand?

2018-01-31 Thread Rob Tompkins
> On Jan 31, 2018, at 6:46 PM, Rob Tompkins wrote: > > > >>> On Jan 31, 2018, at 5:55 PM, Gilles wrote: >>> >>> On Wed, 31 Jan 2018 15:04:50 +0100, Eric Barnhill wrote: >>> On Wed, Jan 31, 2018 at 2:25 PM, Gilles >>> wrote: >>> Hi Eric. It would be great if we could either

Re: [Numbers] Where do we stand?

2018-01-31 Thread Rob Tompkins
> On Jan 31, 2018, at 5:55 PM, Gilles wrote: > >> On Wed, 31 Jan 2018 15:04:50 +0100, Eric Barnhill wrote: >> On Wed, Jan 31, 2018 at 2:25 PM, Gilles >> wrote: >> >>> Hi Eric. >>> >>> It would be great if we could either resolve the following issues >>> or have a path forward for them that w

Re: [Numbers] Where do we stand?

2018-01-31 Thread Gilles
On Wed, 31 Jan 2018 15:04:50 +0100, Eric Barnhill wrote: On Wed, Jan 31, 2018 at 2:25 PM, Gilles wrote: Hi Eric. It would be great if we could either resolve the following issues or have a path forward for them that would not block the release of "Commons Numbers": https://issues.apache.or

Re: [Numbers] Where do we stand?

2018-01-31 Thread Eric Barnhill
On Wed, Jan 31, 2018 at 2:25 PM, Gilles wrote: > Hi Eric. > > It would be great if we could either resolve the following issues > or have a path forward for them that would not block the release > of "Commons Numbers": > https://issues.apache.org/jira/browse/MATH-1445 So, to resolve this I sh

[Exec] Thoughts on commons-exec

2018-01-31 Thread Thomas Finneid
Hi For the last couple of weeks, I have been working with java exec. I have also been looking into the java / exec integration on the jvm platform. I had a look at design and codes of several exec type implementations and have some thoughts on how to develop it further. So, my initial questi

Re: [Numbers] Where do we stand?

2018-01-31 Thread Gilles
Hi Eric. It would be great if we could either resolve the following issues or have a path forward for them that would not block the release of "Commons Numbers": https://issues.apache.org/jira/browse/MATH-1445 https://issues.apache.org/jira/browse/NUMBERS-54 https://issues.apache.org/jira/b

Re: [statistics] Java 8 and summary statistics

2018-01-31 Thread Gilles
Hi Eric. On Wed, 31 Jan 2018 10:17:48 +0100, Eric Barnhill wrote: If we are going to target Java 8 with commons-statistics, then we should make use of the built in DoubleSummaryStatistics() ( https://docs.oracle.com/javase/8/docs/api/java/util/DoubleSummaryStatistics.html) class, related clas

[statistics] Java 8 and summary statistics

2018-01-31 Thread Eric Barnhill
If we are going to target Java 8 with commons-statistics, then we should make use of the built in DoubleSummaryStatistics() ( https://docs.oracle.com/javase/8/docs/api/java/util/DoubleSummaryStatistics.html) class, related classes for other numeric types, and related interfaces in the Collectors()