Re: [VOTE] Release Commons Compress 1.9 Based on RC1

2014-10-07 Thread Stefan Bodewig
On 2014-10-06, Stefan Bodewig wrote: > Please review the release candidate and vote. > This vote will close no sooner that 72 hours from now, i.e. after 0530 > GMT 09-October 2014 My own +1 Stefan - To unsubscribe, e-mail

[math] Upgrading TricubicInterpolator object

2014-10-07 Thread Hank Grabowski
All, I've completed MATH-1138 ( BicubicSplineInterpolator is returning incorrect interpolated values ). It is generating substantially better values. I am using the Akima Spline algorithm that I added to the library (with unit tests). For the planar test the error off the truth function went from

[math] getCovariance in SingularValueDecomposition

2014-10-07 Thread Bruce A Johnson
As I understand it (which could easily be wrong), calculation of the covariance (X'X) via SVD follows the following logic: X = USV'(via SVD, the X' indicates transpose) X'X = (USV')' USV' this reduces to X'X = VSU'USV' = V S S V' In the SingularValueDecomposition class the cova

[GitHub] commons-collections pull request: Added MultiValuedLinkedHashMap t...

2014-10-07 Thread geoffschoeman
GitHub user geoffschoeman opened a pull request: https://github.com/apache/commons-collections/pull/3 Added MultiValuedLinkedHashMap to preserve insertion order. Added a MultiValuedLinkedHashMap to preserve insertion order in both the map and value list. My use case is to

[math] Thread-safety and initialization overhead in distribution sample() methods

2014-10-07 Thread Phil Steitz
Comments in MATH-1154 (bad performance in test code) and the now-reopened MATH-1124 (slow initialization) point to the need to fix the problem we created when we moved sample() to the distribution classes with PRNG provided by a final field with default implementation initialized by the constructor

Re: git commit: Added all Java 8 StrictMath methods to FastMath.

2014-10-07 Thread sebb
On 7 October 2014 12:55, wrote: > Repository: commons-math > Updated Branches: > refs/heads/master cee04d164 -> a67f0a33e > > > Added all Java 8 StrictMath methods to FastMath. > > This change allows FastMath to remain compatible with newer Java > versions, despite it stiil requires only Java 5

[continuum] BUILD FAILURE: Apache Commons BeanUtils - Apache Commons (Test build - see how to get round OOME)

2014-10-07 Thread Apache Continuum
Online report : https://continuum-ci.apache.org/continuum/buildResult.action?buildId=37954&projectId=65 Build statistics: State: Failed Previous State: Failed Started at: Tue 7 Oct 2014 21:20:04 + Finished at: Tue 7 Oct 2014 21:21:52 + Total time: 1m 47s Build Trigger: Schedul

[math] New 1D Interpolator By-Products

2014-10-07 Thread Hank Grabowski
All, I've been investigating the numerical accuracy issues with the BicubicSplineInterpolator. After re-deriving the equations from the original sources (which were correct in the source and the Apache Math implementation) and implementing a version in Octave that produced similar results it was

Re: [GitHub] commons-math pull request: Updated the example documentation for t...

2014-10-07 Thread Luc Maisonobe
Le 07/10/2014 17:34, Ole Ersoy a écrit : > Do I need to wait for the repositories to become synchronized before > doing another pull request? It's only a tiny documentation change. No, you can do it with the current repository, we'll refactor the patch as needed. best regards Luc > > Thanks, >

Re: [GitHub] commons-math pull request: Updated the example documentation for t...

2014-10-07 Thread Ole Ersoy
Do I need to wait for the repositories to become synchronized before doing another pull request? It's only a tiny documentation change. Thanks, - Ole On 10/03/2014 06:46 AM, Luc Maisonobe wrote: Le 02/10/2014 17:51, Ole Ersoy a écrit : Hello Luc, Gilles, and Benedikt, I'm here :). From my

Re: [Math] Apache/Git question (Was: [1/2] git commit: Updated developers documentation [...])

2014-10-07 Thread Gilles
On Tue, 07 Oct 2014 15:17:27 +0200, luc wrote: Thanks for the explanations. Gilles Le 2014-10-07 12:12, Gilles a écrit : Hello Luc. On Mon, 06 Oct 2014 20:03:28 -, l...@apache.org wrote: Repository: commons-math Updated Branches: refs/heads/master 026af89ce -> e99b9ef25 Updated devel

Re: [Math] Apache/Git question (Was: [1/2] git commit: Updated developers documentation [...])

2014-10-07 Thread luc
Hi Gilles, Le 2014-10-07 12:12, Gilles a écrit : Hello Luc. On Mon, 06 Oct 2014 20:03:28 -, l...@apache.org wrote: Repository: commons-math Updated Branches: refs/heads/master 026af89ce -> e99b9ef25 Updated developers documentation after migration to Git. Project: http://git-wip-us.ap

Re: [Math] MathIllegalStateException Description

2014-10-07 Thread Gilles
On Tue, 07 Oct 2014 08:02:00 -0500, Ole Ersoy wrote: Hi Gilles, On 10/07/2014 06:23 AM, Gilles wrote: On Mon, 06 Oct 2014 14:59:04 -0500, Ole Ersoy wrote: Hi, I'm reading through some of the code in the exception package and noticed the following description for MathIllegalStateException: *

Re: [Math] MathIllegalStateException Description

2014-10-07 Thread Ole Ersoy
Hi Gilles, On 10/07/2014 06:23 AM, Gilles wrote: On Mon, 06 Oct 2014 14:59:04 -0500, Ole Ersoy wrote: Hi, I'm reading through some of the code in the exception package and noticed the following description for MathIllegalStateException: * Base class for all exceptions that signal a mismatch

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-10-07 Thread Gary Gregory
Adding a clear method seems reasonable for app that are "long" running. Gary On Tue, Oct 7, 2014 at 8:00 AM, Emmanuel Bourg wrote: > Le 07/10/2014 13:51, Gary Gregory a écrit : > > > Can you flush it? Can you disable it? > > No, but the size retained is reasonable. > > Emmanuel Bourg > > >

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-10-07 Thread Emmanuel Bourg
Le 07/10/2014 13:51, Gary Gregory a écrit : > Can you flush it? Can you disable it? No, but the size retained is reasonable. Emmanuel Bourg - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands,

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-10-07 Thread Gary Gregory
On Tue, Oct 7, 2014 at 7:48 AM, Emmanuel Bourg wrote: > Le 07/10/2014 11:26, Emmanuel Bourg a écrit : > > > If nobody object I'll remove this cache, the impact on the performance > > is too important to enable it by default, and the static state smells > > like a quick and dirty implementation. T

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-10-07 Thread Emmanuel Bourg
Le 07/10/2014 11:26, Emmanuel Bourg a écrit : > If nobody object I'll remove this cache, the impact on the performance > is too important to enable it by default, and the static state smells > like a quick and dirty implementation. This feature could return as a > pluggable cache if someone wants

Re: [Math] MathIllegalStateException Description

2014-10-07 Thread Gilles
On Mon, 06 Oct 2014 14:59:04 -0500, Ole Ersoy wrote: Hi, I'm reading through some of the code in the exception package and noticed the following description for MathIllegalStateException: * Base class for all exceptions that signal a mismatch between the * current state and the user's expecta

[Math] Apache/Git question (Was: [1/2] git commit: Updated developers documentation [...])

2014-10-07 Thread Gilles
Hello Luc. On Mon, 06 Oct 2014 20:03:28 -, l...@apache.org wrote: Repository: commons-math Updated Branches: refs/heads/master 026af89ce -> e99b9ef25 Updated developers documentation after migration to Git. Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo Commit: http:

Re: [VOTE] Release BCEL 6.0 based on RC3

2014-10-07 Thread Emmanuel Bourg
Le 30/09/2014 14:15, Konstantin Kolinko a écrit : > AFAIK jars from JIRA web application were used for the test. From > comment on commit that removed the cache, the difference was 10-15%, > for our copy of BCEL that already had other optimizations (code > removal) applied: I ran the PerformanceT

Re: [VOTE] Release Commons Compress 1.9 Based on RC1

2014-10-07 Thread Thomas Neidhart
I already wanted to but it takes some time to file a bug report (you have to go through the oracle site, the openjdk bugzilla seems to be read-only). On Mon, Oct 6, 2014 at 10:53 PM, Gary Gregory wrote: > Sounds like you should file a bug with OpenJDK... > > Gary > > On Mon, Oct 6, 2014 at 4:46