[Vote] Release Apache Commons RNG v1.2 (RC1)

2018-12-03 Thread Gilles
Hello. I would like to release Apache Commons RNG v1.2. Apache Commons RNG 1.2 RC1 is available for review: https://dist.apache.org/repos/dist/dev/commons/rng/1.2-RC1 (svn revision 31333) The Git tag for this RC is "RNG_1_2_RC1": https://git-wip-us.apache.org/repos/asf?p=commons-rng.

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-12-03 Thread Gilles
Hi Eric. On Mon, 3 Dec 2018 10:01:39 -0800, Eric Barnhill wrote: Does this mean that computations can "unpredictably" overflow (or throw an exception)? The ArithmeticUtils() methods mulAndCheck and addAndCheck throw exceptions if there is overflow during primitive operations. That is the "

Re: [numbers] Fraction() and Knuth 4.5.1 -- overflow, BigInteger, long, and rounding

2018-12-03 Thread Eric Barnhill
> > > Does this mean that computations can "unpredictably" overflow > (or throw an exception)? > The ArithmeticUtils() methods mulAndCheck and addAndCheck throw exceptions if there is overflow during primitive operations. That is the "check" part of the method name. > Is it acceptable, or should

[GitHub] commons-collections pull request #64: [COLLECTIONS 706] Add set utils.as set...

2018-12-03 Thread reckart
GitHub user reckart opened a pull request: https://github.com/apache/commons-collections/pull/64 [COLLECTIONS 706] Add set utils.as set method PR adds the method described in https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-706 . Could be discussed how

Re: [All][RNG] Relase plugin failure

2018-12-03 Thread Gilles
On Mon, 03 Dec 2018 11:08:38 +0100, Gilles wrote: Hi. Trying to release [RNG], the last step of the mvn "reactor" fails: ---CUT--- Executing: /bin/sh -c cd '/home/gilles/devel/java/apache/commons-rng/trunk/dist-archive/target/commons-release-plugin/scm' && 'svn' 'add' '--parents' '--non-recursi

[All][RNG] Relase plugin failure

2018-12-03 Thread Gilles
Hi. Trying to release [RNG], the last step of the mvn "reactor" fails: ---CUT--- Executing: /bin/sh -c cd '/home/gilles/devel/java/apache/commons-rng/trunk/dist-archive/target/commons-release-plugin/scm' && 'svn' 'add' '--parents' '--non-recursive' '--targets' '/tmp/maven-scm-16059116148158923

[Geometry][Numbers] Blocker issues (Was: [geometry] 1.0 Roadmap)

2018-12-03 Thread Gilles
Hi Matt. Could you please make a list of tasks to be done in [Numbers] on which [Geometry] relies. All those should be reported in JIRA, with their status elevated to "blocker". We need to have them implemented, and make an official release of [Numbers] before [Geometry] can be released (since

Re: [Numbers][Geometry] Where to define "quaternion"?

2018-12-03 Thread Gilles
Hi. On Mon, 3 Dec 2018 03:56:02 +, Matt Juntunen wrote: I was just thinking from a practical standpoint. My current QuaternionRotation class is still in my working branch for GEOMETRY-14 and so isn't really accessible to anyone. If I can finish it up in its current state (hopefully very s