Re: [math] Proposal: logsumexp

2018-11-16 Thread Gilles
Hello. Thank you for your interest in the "Commons Math" library. However, you should be aware that some of its functionality is in the process of being transferred to more focused components: * Commons Numbers * Commons RNG * Commons Statistics * Commons Geometry In particular, a method su

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Gary Gregory
On Fri, Nov 16, 2018 at 2:32 PM Romain Manni-Bucau wrote: > Le ven. 16 nov. 2018 21:23, Gary Gregory a écrit > : > > > On Wed, Nov 14, 2018 at 8:59 AM Mark Struberg > > > wrote: > > > > > Oki, now the full VOTE text! > > > > > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 >

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Romain Manni-Bucau
Le ven. 16 nov. 2018 22:54, Gary Gregory a écrit : > On Fri, Nov 16, 2018 at 2:32 PM Romain Manni-Bucau > wrote: > > > Le ven. 16 nov. 2018 21:23, Gary Gregory a > écrit > > : > > > > > On Wed, Nov 14, 2018 at 8:59 AM Mark Struberg > > > > > > wrote: > > > > > > > Oki, now the full VOTE text!

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Gary Gregory
Should we cancel this RC to include: https://issues.apache.org/jira/browse/POOL-359 ? Gary On Wed, Nov 14, 2018 at 1:17 AM Mark Struberg wrote: > Hi folks! > > I'm currently preparing the release for commons-pool2-2.6.1 > > So far I did > > * fix the missing parts in changes.xml > * generate

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Gary Gregory
On Fri, Nov 16, 2018 at 2:32 PM Romain Manni-Bucau wrote: > Le ven. 16 nov. 2018 21:23, Gary Gregory a écrit > : > > > On Wed, Nov 14, 2018 at 8:59 AM Mark Struberg > > > wrote: > > > > > Oki, now the full VOTE text! > > > > > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 >

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Romain Manni-Bucau
Le ven. 16 nov. 2018 21:23, Gary Gregory a écrit : > On Wed, Nov 14, 2018 at 8:59 AM Mark Struberg > wrote: > > > Oki, now the full VOTE text! > > > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 > > The release was run with JDK-1.7 to ensure Java7 compatibility. > > > > > > T

[math] Proposal: logsumexp

2018-11-16 Thread Ahmed Fasih
Hello friends, I'm new to Java, and to Apache Commons Math, and I'm porting some code to Java. One useful function that's available in Scipy is `logsumexp`: https://docs.scipy.org/doc/scipy/reference/generated/scipy.special.logsumexp.html In a nutshell, given a list of values in the log domain,

[GitHub] commons-pool pull request #17: POOL-359: prevent NPE closing multiple Generi...

2018-11-16 Thread mswintermeyer
GitHub user mswintermeyer opened a pull request: https://github.com/apache/commons-pool/pull/17 POOL-359: prevent NPE closing multiple GenericObjectPool's You can merge this pull request into a Git repository by running: $ git pull https://github.com/mswintermeyer/commons-pool

Re: [VOTE] Release Apache Commons Pool2 2.6.1

2018-11-16 Thread Gary Gregory
On Wed, Nov 14, 2018 at 8:59 AM Mark Struberg wrote: > Oki, now the full VOTE text! > > I'd like to call a VOTE on releasing Apache Commons pool2 2.6.1 > The release was run with JDK-1.7 to ensure Java7 compatibility. > > > The ASF staging repository is at > https://repository.apache.org/content/

[GitHub] commons-rng issue #12: RNG-57: Cache values for provision of nextBoolean and...

2018-11-16 Thread coveralls
Github user coveralls commented on the issue: https://github.com/apache/commons-rng/pull/12 [![Coverage Status](https://coveralls.io/builds/20148825/badge)](https://coveralls.io/builds/20148825) Coverage decreased (-0.2%) to 97.358% when pulling **91a5eec2d8a3318cf8fc8e6

[GitHub] commons-rng pull request #12: RNG-57: Cache values for provision of nextBool...

2018-11-16 Thread aherbert
GitHub user aherbert opened a pull request: https://github.com/apache/commons-rng/pull/12 RNG-57: Cache values for provision of nextBoolean and nextInt This PR contains the suggested changes to implement a cache to speed up the `nextInt` and `nextBoolean` methods in the core provide