> 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
> 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
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
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
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
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
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
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()