Re: [01/18] [math] MATH-1307

2015-12-28 Thread Phil Steitz
The significant refactoring to eliminate the (standard) next(int) included in these changes has the possibility of introducing subtle bugs or performance issues. Please run some tests to verify that the same sequences are generated by the 3_X code and the refactored code and benchmarks to show

[ANNOUNCEMENT] Apache Commons JEXL 3.0 released

2015-12-28 Thread Emmanuel Bourg
The Apache Commons Team is pleased to announce the release of JEXL 3.0. The release is available for download at: https://commons.apache.org/jexl/download_jexl.cgi JEXL is a library intended to facilitate the implementation of dynamic and scripting features in applications and frameworks written

Re: [Math] About the refactoring of RNGs (Was: [01/18] [math] MATH-1307)

2015-12-28 Thread Phil Steitz
On 12/28/15 8:08 PM, Gilles wrote: > On Mon, 28 Dec 2015 11:08:56 -0700, Phil Steitz wrote: >> The significant refactoring to eliminate the (standard) next(int) >> included in these changes has the possibility of introducing subtle >> bugs or performance issues. Please run some tests to verify

[Math] About the refactoring of RNGs (Was: [01/18] [math] MATH-1307)

2015-12-28 Thread Gilles
On Mon, 28 Dec 2015 11:08:56 -0700, Phil Steitz wrote: The significant refactoring to eliminate the (standard) next(int) included in these changes has the possibility of introducing subtle bugs or performance issues. Please run some tests to verify that the same sequences are generated by the

[math] Callback interface for Optimizer

2015-12-28 Thread Ole Ersoy
Hi, Just thought I'd share a concrete callback interface that I think this may work well for optimizers in general, even though I'm just working on Levenberg Marquardt ATM. The interface is pasted below, but roughly here's how it works. //Create an instance of an observer implementation.

[GitHub] commons-codec pull request: commons-codec

2015-12-28 Thread sriramadasuvenu
GitHub user sriramadasuvenu opened a pull request: https://github.com/apache/commons-codec/pull/4 commons-codec This is for android usage You can merge this pull request into a Git repository by running: $ git pull https://github.com/Goddchen/commons-codec trunk Alternatively