Re: Fwd: svn commit: r1540502 - /commons/proper/math/trunk/src/main/java/org/apache/commons/math3/stat/regression/AbstractMultipleLinearRegression.java

2013-11-11 Thread Luc Maisonobe
Le 11/11/2013 09:47, Thomas Neidhart a écrit : On 11/11/2013 01:07 AM, Phil Steitz wrote: Clirr does not complain about this change, I guess because pre- and post- are both unchecked, unadvertised exceptions. Before making more of these changes, I want to make sure others are OK with this in

Re: [math] Re: Sparse matrices not supported anymore?

2013-11-08 Thread Luc Maisonobe
Le 08/11/2013 18:38, Thomas Neidhart a écrit : On 10/13/2013 09:41 AM, Ted Dunning wrote: Commons math decided not to support sparse matrices due to the difficulty of getting them just right. The problem is that 0 * Inf = NaN, not 0. This means that for floating point math, 0 * x = x is not

Re: [VOTE] Release of Commons Collections 4.0 based on RC1

2013-11-06 Thread Luc Maisonobe
Le 05/11/2013 14:09, Thomas Neidhart a écrit : Hi, I'd like to call a vote for releasing Commons Collections 4.0 based on RC1. Changes since 4.0-alpha1 (copied from release-notes): o [COLLECTIONS-488] Added CollectionsUtils#matchesAll(Iterable, Predicate) to test if all elements

Re: [VOTE] Allow plain committers to publish releases

2013-11-05 Thread Luc Maisonobe
Le 05/11/2013 06:11, Stefan Bodewig a écrit : Hi all making this a formal vote so it doesn't fall through the cracks. We allow committers who are not PMC members to be release managers but they are not allowed to write to the release branch of the dist repository. This seems to be the

Re: [VOTE] Release Apache Commons Pool 2.0 RC4 as 2.0

2013-11-05 Thread Luc Maisonobe
Le 05/11/2013 22:32, Oliver Heger a écrit : Build works fine with Maven and Java 7 on Windows 8.1, site and artifacts look good. When I build the site locally, the RAT report is clean; so this issue should be easy to fix. Even built locally, I also get the 151 unknown licenses. Looking

Re: [MATH] Interest in large patches for small cleanup / performance changes?

2013-11-04 Thread Luc Maisonobe
Le 04/11/2013 19:49, Gilles a écrit : [...] What I suggested is to try and see whether the ExceptionContext can be used more. Exceptioncontext has been add more than two years ago (revision 1099771, 2011-05-05). Since then its setValue method is called in only two places in regular code

Re: [MATH] Interest in large patches for small cleanup / performance changes?

2013-11-03 Thread Luc Maisonobe
Hi Gilles, Le 03/11/2013 14:33, Gilles a écrit : On Sat, 2 Nov 2013 17:35:17 +, Sean Owen wrote: On Sat, Nov 2, 2013 at 4:49 PM, Phil Steitz phil.ste...@gmail.com wrote: If the improvements make a material difference [1], by all means open tickets and submit patches. If they are just

Re: [MATH] Interest in large patches for small cleanup / performance changes?

2013-11-03 Thread Luc Maisonobe
Le 03/11/2013 14:43, Gilles a écrit : On Sun, 3 Nov 2013 10:30:40 +, Sean Owen wrote: On Sun, Nov 3, 2013 at 4:17 AM, Ted Dunning ted.dunn...@gmail.com wrote: Does this actually matter after the JIT takes hold? And if the JIT doesn't care to optimize this away, does it even matter?

Re: [MATH] Interest in large patches for small cleanup / performance changes?

2013-11-03 Thread Luc Maisonobe
Le 03/11/2013 20:17, Ted Dunning a écrit : On Sun, Nov 3, 2013 at 10:56 AM, Luc Maisonobe l...@spaceroots.org wrote: I had proposed that error messages be incrementally built from simple base patterns, to be assembled either at the point where the exception is going to be thrown or inside

Re: [Math] Deprecate pow(int, long) and pow(long,long) in ArithmeticUtils

2013-10-30 Thread Luc Maisonobe
Le 29/10/2013 23:04, Gilles a écrit : On Tue, 29 Oct 2013 20:14:19 +0100, Luc Maisonobe wrote: Le 29/10/2013 15:00, Gilles a écrit : Hello. Hi Gilles, While working on MATH-1047, I wondered about the usefulness of those two methods. Excluding the trivial case (base=|1|), the result

Re: [Math] Deprecate pow(int, long) and pow(long,long) in ArithmeticUtils

2013-10-29 Thread Luc Maisonobe
Le 29/10/2013 15:00, Gilles a écrit : Hello. Hi Gilles, While working on MATH-1047, I wondered about the usefulness of those two methods. Excluding the trivial case (base=|1|), the result will overflow as soon as the exponent is larger than 31, when base=|2|, and sooner the larger the

Re: svn commit: r1536073 - in /commons/proper/math/trunk/src: changes/changes.xml main/java/org/apache/commons/math3/analysis/differentiation/SparseGradient.java test/java/org/apache/commons/math3/ana

2013-10-27 Thread Luc Maisonobe
Le 27/10/2013 14:34, Gilles a écrit : On Sun, 27 Oct 2013 09:52:44 -, l...@apache.org wrote: Author: luc Date: Sun Oct 27 09:52:44 2013 New Revision: 1536073 URL: http://svn.apache.org/r1536073 Log: Added SparseGradient to deal efficiently with numerous variables. [...] + +/**

Re: [DISCUSS] Why is releasing such a pain and what can we do to make it easier?

2013-10-14 Thread Luc Maisonobe
Le 14/10/2013 07:45, Henri Yandell a écrit : On Sun, Oct 13, 2013 at 9:12 PM, Phil Steitz phil.ste...@gmail.com wrote: Could be I am misunderstanding the proposal. Do you mean a) RM is not obligated to do anything but tag a release and create tarballs or b) RM should just be trusted to do

New committers: Ate Douma and Woonsan Ko

2013-10-14 Thread Luc Maisonobe
to the team ! Luc Maisonobe, on behalf of Apache Commons PMC - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: Site Builds and Release Votes

2013-10-13 Thread Luc Maisonobe
Le 13/10/2013 17:35, Stefan Bodewig a écrit : Hi all in the recent release vote for Compress Gary and I had very different opinions on the importance of the site build for release candidates. On 2013-10-13, Gary Gregory wrote: On Sun, Oct 13, 2013 at 1:31 AM, Stefan Bodewig

Re: [DISCUSS] Mission Statement for Commons...

2013-10-07 Thread Luc Maisonobe
Hi all, Le 06/10/2013 21:44, Christian Grobmeier a écrit : James, thank you. I believe Commons is in a bad shape. Look at Commons Collections. Before 4 years somebody said Guava is more modern, he his answer seems to be widely accepted. http://stackoverflow.com/a/167/690771 This

Re: [RESULT] Promote [weaver] component out of sandbox

2013-09-29 Thread Luc Maisonobe
Le 26/09/2013 07:16, Benedikt Ritter a écrit : I think Luc has the necessary karma. I don't think so. It seems I can edit projects, but not create new ones. Can someone with JIRA admin karma here try to do it? Luc Send from my mobile device Am 25.09.2013 um 21:32 schrieb Matt Benson

Re: [VOTE] Promote [weaver] component out of sandbox

2013-09-21 Thread Luc Maisonobe
Le 20/09/2013 19:49, Matt Benson a écrit : Hi Commons developers, I hereby propose a vote to promote the [weaver] sandbox component to Commons proper. My intent is that the promotion would be followed by a release of Apache Commons Weaver v1.0. This vote will be open for at least 72

Re: [Math] DS: An alternative to DerivativeStructure

2013-09-19 Thread Luc Maisonobe
Hi Ajo, Le 19/09/2013 16:26, Ajo Fod a écrit : Created: https://issues.apache.org/jira/browse/MATH-1036#comment-13771933 This looks promising. Would it be possible to have this class implement RealFieldElementGradStructure and to have some unit tests? best regards, Luc On Thu, Sep 19,

[math] fluent API for the ODE integrators

2013-09-16 Thread Luc Maisonobe
Hello, I have started (at last) to work on the fluent API for ODE integrators. It seems to be well suited for the needs, and would allow a better separation of the integrator engine and the integrator state. The engine will hold all the coefficients for the linear combinations within the

Re: [KARMA] Re: [jira] [Created] (SANDBOX-461) FloatToString

2013-09-14 Thread Luc Maisonobe
Hi Adrian, Le 14/09/2013 16:37, Adrian Crum a écrit : I need someone to grant me permission to manage Jira sandbox issues. My Jira login ID is adri...@hlmksw.com Could you check if ti works now? Luc Thanks! Adrian Crum Sandglass Software www.sandglass-software.com On 9/13/2013

Re: [Math] The BFGS algorithm

2013-09-08 Thread Luc Maisonobe
Le 08/09/2013 15:55, Ajo Fod a écrit : Hello, Hi Ajo, I don't see a BFGS implementation in optim.nonlinear.scalar.gradient. Is it somewhere else in CM? No, we don't have any implementation of this method yet. If not, I think it could be a good addition to CM. Sure. If you feel you could

Re: Apache Commons Monitoring write access

2013-09-02 Thread Luc Maisonobe
Le 02/09/2013 13:14, Jean-Louis MONTEIRO a écrit : Hi guys, I've been working on Apache Commons Monitoring (from the sandbox/trunk). I did some fixes and would like to push others. I'm also working on a new feature. After discussing with Romain and Mark, they asked me to push a mail here.

Re: [MATH] On computational efficiency in DerivativeStructures

2013-08-30 Thread Luc Maisonobe
Hi Ajo, Le 29/08/2013 19:05, Ajo Fod a écrit : Hello, I wonder if the number of computations required to compute a derivative structure can be reduced. Say the derivative structure of f to order d=2 is desired: f(g1(x1), g2(x2), ... gn(xn)) where x1,x2 ... xn are subsets of variables that

Re: [MATH] What is the derivative of 0^x

2013-08-28 Thread Luc Maisonobe
paroble, backward). If you have x0, you are already on the safe side of the singularity, so this is were I lose your tracks and don't understand how the singular point x=0 bothers you. best regards, Luc Cheers, Ajo. On Tue, Aug 27, 2013 at 1:49 PM, Luc Maisonobe luc.maison

Re: [MATH] What is the derivative of 0^x

2013-08-28 Thread Luc Maisonobe
to mislead you on this detail. -Ajo On Wed, Aug 28, 2013 at 10:36 AM, Luc Maisonobe luc.maison...@free.frwrote: Hi Ajo, Le 28/08/2013 16:56, Ajo Fod a écrit : To define things precisely: y = f(a,x) = |a|^x Can we agree that: df(a,x)/dx - 0 when a-0 and x 0 :[ NOTE: x 0] Yes

Re: [DISCUSS] Math TLP...

2013-08-28 Thread Luc Maisonobe
Le 27/08/2013 20:23, Oliver Heger a écrit : Am 27.08.2013 15:57, schrieb Phil Steitz: On 8/27/13 6:31 AM, James Carman wrote: It was mentioned the other day, so I thought I would propose a formal discussion. Is it time to let [math] leave the nest? I would doubt there are very many of us

Re: [MATH] What is the derivative of 0^x

2013-08-27 Thread Luc Maisonobe
On Mon, Aug 26, 2013 at 12:38 AM, Luc Maisonobe l...@spaceroots.org wrote: Ajo Fod ajo@gmail.com a écrit : Are you saying patched the code? Can you provide the link? I committed it in the development version. You just have to update your checked out copy from either the official

Re: [MATH] What is the derivative of 0^x

2013-08-27 Thread Luc Maisonobe
a change to DSCompiler.pow too. If so, what happens when a=0 x!=0 in that function? On Mon, Aug 26, 2013 at 12:38 AM, Luc Maisonobe l...@spaceroots.orgwrote: Ajo Fod ajo@gmail.com a écrit : Are you saying patched the code? Can you provide the link? I committed it in the development

Re: [MATH] What is the derivative of 0^x

2013-08-27 Thread Luc Maisonobe
. best regards, Luc On Mon, Aug 26, 2013 at 12:38 AM, Luc Maisonobe l...@spaceroots.org wrote: Ajo Fod ajo@gmail.com a écrit : Are you saying patched the code? Can you provide the link? I committed it in the development version. You just have to update your checked out copy from

Re: [MATH] What is the derivative of 0^x

2013-08-26 Thread Luc Maisonobe
-Ajo On Sun, Aug 25, 2013 at 1:20 PM, Luc Maisonobe l...@spaceroots.org wrote: Le 24/08/2013 11:24, Luc Maisonobe a écrit : Le 23/08/2013 19:20, Ajo Fod a écrit : Hello, Hi Ajo, This shows one way of interpreting the derivative for strictly +ve numbers. public static void

Re: [MATH] What is the derivative of 0^x

2013-08-25 Thread Luc Maisonobe
Le 24/08/2013 11:24, Luc Maisonobe a écrit : Le 23/08/2013 19:20, Ajo Fod a écrit : Hello, Hi Ajo, This shows one way of interpreting the derivative for strictly +ve numbers. public static void main(final String[] args) { final double x = 1d; DerivativeStructure

Re: [MATH] What is the derivative of 0^x

2013-08-24 Thread Luc Maisonobe
Thanks, Ajo. On Fri, Aug 23, 2013 at 9:39 AM, Luc Maisonobe luc.maison...@free.frwrote: Hi Ajo, Le 23/08/2013 17:48, Ajo Fod a écrit : Try this and I'm happy to explain if necessary: public class Derivative { public static void main(final String[] args

Re: [MATH] What is the derivative of 0^x

2013-08-23 Thread Luc Maisonobe
Hi Ajo, Le 23/08/2013 17:48, Ajo Fod a écrit : Try this and I'm happy to explain if necessary: public class Derivative { public static void main(final String[] args) { DerivativeStructure dsA = new DerivativeStructure(1, 1, 0, 1d); System.out.println(Derivative of

Re: Need for an alternatives to the main line of code.

2013-08-22 Thread Luc Maisonobe
Le 22/08/2013 06:27, James Ring a écrit : Seems to me that a more distributed change control system like git would allow would-be contributors to put their code up for scrutiny without having to create sandbox projects and the like. You can already do it this way if you want. Look at

Re: [math] Using the hessian in scalar unconstrained optimization

2013-08-16 Thread Luc Maisonobe
Le 15/08/2013 22:59, Ajo Fod a écrit : Hello, Is'nt there an advantage to being able to compute the Jacobian of the gradient precisely at a point? If so, is there a class that uses the Jacobian instead of estimating the jacobian from the last few iteration as

Re: [math] Using the hessian in scalar unconstrained optimization

2013-08-16 Thread Luc Maisonobe
generating second derivatives in the analysis package, but don't use them yet in the optimizers. best regards, Luc Cheers, -Ajo On Fri, Aug 16, 2013 at 9:39 AM, Luc Maisonobe luc.maison...@free.frwrote: Le 15/08/2013 22:59, Ajo Fod a écrit : Hello, Is'nt there an advantage to being

Re: [Math] Fluent API, inheritance and immutability

2013-08-13 Thread Luc Maisonobe
Le 13/08/2013 13:50, Gilles a écrit : Hi. Hi Gilles, [...] [...] side rantHistorically, we did not care about thread-safety at all in [math], assuming the standard use case was *always* going to be one instance per thread. The statistics aggregators are an example where multithreaded

Re: [Math] Fluent API, inheritance and immutability

2013-08-13 Thread Luc Maisonobe
Hi Gilles, Le 13/08/2013 18:46, Gilles a écrit : Hello Luc. Hi Gilles, [...] [...] side rantHistorically, we did not care about thread-safety at all in [math], assuming the standard use case was *always* going to be one instance per thread. The statistics aggregators are an example

Re: [Math] Fluent API, inheritance and immutability

2013-08-08 Thread Luc Maisonobe
Le 08/08/2013 01:13, Gilles a écrit : On Wed, 7 Aug 2013 18:04:39 -0400, Evan Ward wrote: Hi, As a grateful user of the library, I would prefer the Fluent API and immutability. I have implemented this pattern in some of my own projects and it makes the API very easy to use. Most of the

Re: commons-monitoring?

2013-07-31 Thread Luc Maisonobe
Le 28/07/2013 18:30, Mark Struberg a écrit : Hi folks! Romain is a great guy, I've now added him to commons-sandbox. Thanks Mark. I am really sorry for the delay. I have just read today the mail Benedikt sent me 5 days ago :-( sorry Luc LieGrue, strub - Original Message

Re: [math] Math-Jax in javadoc?

2013-07-14 Thread Luc Maisonobe
Le 14/07/2013 19:50, Phil Steitz a écrit : I think we have talked about this before but did not achieve consensus or at least never got it set up. I am finishing the javadoc for Kolmogorov-Smirnov tests (MATH-437) and would really like to just embed Tex formulas in the class javadoc. I found

[math] Re: Extensibility of CM classes

2013-07-11 Thread Luc Maisonobe
Hi Ajo, Le 11/07/2013 20:38, Ajo Fod a écrit : More classes can be used/extended if fields generally default to protected instead of private as it seems it does in classes in CM now. Case in point is in : https://issues.apache.org/jira/browse/MATH-1003 In fact, having protected members is

Re: [collections] Release 4.0-alpha1 to maven?

2013-07-05 Thread Luc Maisonobe
Le 05/07/2013 10:24, Thomas Neidhart a écrit : Hi, Hi Thomas, just to make sure we have agreement on this topic. Reading again the thread about release alpha/beta releases I think we did not reach consensus whether to publish alpha releases to maven central. It would be easier for

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC2

2013-07-01 Thread Luc Maisonobe
Le 30/06/2013 23:57, Thomas Neidhart a écrit : Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC2. The following changes have been applied since RC1: * upgrade to maven-javadoc-plugin 2.9.1 (due to CVE-2013-1571) * fixed COLLECTIONS-474, thanks to

Re: [VOTE] Release of Commons Collections 4.0-alpha1 based on RC1

2013-06-26 Thread Luc Maisonobe
Le 23/06/2013 22:04, Thomas Neidhart a écrit : Hi, I'd like to call a vote for releasing Commons Collections 4.0-alpha1 based on RC1. The files: The artifacts are deployed to Nexus:

Re: svn commit: r1488914 - in /commons/proper/math/trunk: ./ src/changes/ src/main/java/org/apache/commons/math3/analysis/integration/ src/test/java/org/apache/commons/math3/analysis/integration/

2013-06-03 Thread Luc Maisonobe
Le 03/06/2013 12:19, Gilles a écrit : Hello. Hi Gilles, On Mon, 03 Jun 2013 09:04:40 -, l...@apache.org wrote: Author: luc Date: Mon Jun 3 09:04:40 2013 New Revision: 1488914 URL: http://svn.apache.org/r1488914 Log: Added midpoint integration method. Patch contributed by

Re: [math] NewtonRaphsonSolver

2013-06-03 Thread Luc Maisonobe
Le 03/06/2013 13:13, Thomas Neidhart a écrit : Any feedback on this? I am really curious if there is a misunderstanding from my side or if there is a bug. Thomas On Tue, May 21, 2013 at 5:01 PM, Thomas Neidhart thomas.neidh...@gmail.comwrote: Hi, based on the question on the

Re: [math] next release version

2013-06-03 Thread Luc Maisonobe
Hi Phil, Le 03/06/2013 16:12, Phil Steitz a écrit : I am working on MATH-437, which entails deprecating a class and creating a new one to replace it. It would be good to deprecate in a 3.x and remove in 4.0. I see we have no 3.x defined. As of now, clirr is not showing any compat errors.

Re: [DISCUSS] Accept BeanShell to Commons Sandbox (Was: [VOTE] Accept Apache BeanShell in the Incubator)

2013-05-29 Thread Luc Maisonobe
Hi Simone, Le 28/05/2013 09:34, Simone Tripodi a écrit : Hi all PMC members, This message was sent to the global developers list, not to the PMC list. I guess it can remain here so everyone can tell their opinion. I started a VOTE thread in general@incubator to accept BeanShell in the

Re: [parent][all] JaCoCo vs. Cobertura

2013-05-27 Thread Luc Maisonobe
Le 26/05/2013 23:38, Gary Gregory a écrit : So are we ready for a release 30? I guess so. Luc Gary On Sat, May 25, 2013 at 1:03 PM, Luc Maisonobe luc.maison...@free.frwrote: Hi all, Le 23/05/2013 20:55, Luc Maisonobe a écrit : Le 23/05/2013 20:52, Gary Gregory a écrit : I think

Re: [OT] git and svn properties

2013-05-26 Thread Luc Maisonobe
don't want to start another 1000 message long thread. ;) Gary On May 26, 2013, at 13:06, Oliver Heger oliver.he...@oliver-heger.de wrote: Hi Luc, Am 25.05.2013 21:53, schrieb Luc Maisonobe: Le 25/05/2013 21:16, Oliver Heger a écrit : Hi all, Hi Oliver, recently I switched from

Re: [parent][all] JaCoCo vs. Cobertura

2013-05-25 Thread Luc Maisonobe
Hi all, Le 23/05/2013 20:55, Luc Maisonobe a écrit : Le 23/05/2013 20:52, Gary Gregory a écrit : I think all this is addressed by the parent POM in trunk. Please check it out for [math] and we can then talk about getting a version 30 out the door. Sure. I'll look at it probably tomorrow. I

Re: [OT] git and svn properties

2013-05-25 Thread Luc Maisonobe
Le 25/05/2013 21:16, Oliver Heger a écrit : Hi all, Hi Oliver, recently I switched from svn to git and now use git svn to do my commits. One problem I have with this setup is that git svn does not honor the autoprops configured for svn. Therefore, all newly added files are missing these

Re: [parent][all] JaCoCo vs. Cobertura

2013-05-23 Thread Luc Maisonobe
Le 23/05/2013 06:53, Phil Steitz a écrit : On 5/22/13 5:45 PM, sebb wrote: On 23 May 2013 01:15, Gary Gregory garydgreg...@gmail.com wrote: On Wed, May 22, 2013 at 7:43 PM, sebb seb...@gmail.com wrote: On 22 May 2013 17:52, Gary Gregory garydgreg...@gmail.com wrote: Hi All: [parent]

Re: [math] User Guide needs some love

2013-05-23 Thread Luc Maisonobe
Le 23/05/2013 17:41, Phil Steitz a écrit : On 5/23/13 1:18 AM, Thomas Neidhart wrote: I would like to create more examples, but instead of creating my own plotting functions (was ok for simple scatter plots) use something like jfreechart. Is it ok to include this dependency with scope test?

Re: [parent][all] JaCoCo vs. Cobertura

2013-05-23 Thread Luc Maisonobe
, May 23, 2013 at 2:38 PM, Luc Maisonobe luc.maison...@free.frwrote: Le 23/05/2013 06:53, Phil Steitz a écrit : On 5/22/13 5:45 PM, sebb wrote: On 23 May 2013 01:15, Gary Gregory garydgreg...@gmail.com wrote: On Wed, May 22, 2013 at 7:43 PM, sebb seb...@gmail.com wrote: On 22 May 2013 17:52

Re: [parent][io] v29 and jacoco

2013-05-20 Thread Luc Maisonobe
Gary Gregory garydgreg...@gmail.com a écrit : Hi All: I updated my local POM for [io] to commons-parent 29 and ran mvn site. The Jacoco report shows FileUtils at 0% which makes no sense since we have a FileUtilsTestCase class. Can anyone reproduce this? I'm not in front of my computer right

[RESULT] Re: [VOTE] Release Commons Parent 29 from RC3

2013-05-18 Thread Luc Maisonobe
Le 14/05/2013 20:55, Luc Maisonobe a écrit : This is a VOTE to release Commons Parent 29 from RC3 This vote has passed. More than 72 hours ave elapsed with no opposition (it was a lazy consensus vote) and one +1 vote (Gary). I'll push the artifacts soon. Thanks to everyone who reviewed

[CANCELLED] Re: [VOTE] Release Commons Parent 29 from RC2

2013-05-14 Thread Luc Maisonobe
] [INFO] Total time: 56:56.140s [INFO] Finished at: Mon May 13 16:54:33 EDT 2013 [INFO] Final Memory: 68M/431M [INFO] TY! Gary On Mon, May 13, 2013 at 10:38 AM, Luc Maisonobe l...@spaceroots.org wrote

[VOTE] Release Commons Parent 29 from RC3

2013-05-14 Thread Luc Maisonobe
This is a VOTE to release Commons Parent 29 from RC3 Changes in this version include: Changes: o cobertura-maven-plugin 2.5.2 - removed jacoco-maven-plugin - 0.6.2.201302030002 maven-surefire-plugin 2.13 - 2.14.1

[VOTE] Release Commons Parent 29 from RC1

2013-05-13 Thread Luc Maisonobe
This is a VOTE to release Commons Parent 29 from RC1 Changes in this version include: Changes: o cobertura-maven-plugin 2.5.2 - removed jacoco-maven-plugin - 0.6.2.201302030002 maven-surefire-plugin 2.13 - 2.14.1

[all] strange maven magic

2013-05-13 Thread Luc Maisonobe
Hi all, In the last few days, I looked into the commons parent pom as well as several other poms to set up JaCoCo reports. There is something I don't understand: with our current setting at Apache, when we run mvn clean site, the tests are automatically run. In another non-Apache project, when I

Re: [all] strange maven magic

2013-05-13 Thread Luc Maisonobe
. I don't see any such property (neither in the project pom nor in my settings). Luc -Vishwa On Mon, May 13, 2013 at 5:26 PM, Luc Maisonobe l...@spaceroots.org wrote: Hi all, In the last few days, I looked into the commons parent pom as well as several other poms to set up JaCoCo

Re: [all] strange maven magic

2013-05-13 Thread Luc Maisonobe
Le 13/05/2013 15:47, Jörg Schaible a écrit : Hi Luc, Hi Jörg, Luc Maisonobe wrote: Hi all, In the last few days, I looked into the commons parent pom as well as several other poms to set up JaCoCo reports. There is something I don't understand: with our current setting at Apache, when

[CANCEL] Re: [VOTE] Release Commons Parent 29 from RC1

2013-05-13 Thread Luc Maisonobe
Le 13/05/2013 09:51, Luc Maisonobe a écrit : This is a VOTE to release Commons Parent 29 from RC1 This vote is cancelled in order to update one more plugin (maven-site-plugin). Luc Changes in this version include: Changes: o cobertura-maven-plugin 2.5.2 - removed

[VOTE] Release Commons Parent 29 from RC2

2013-05-13 Thread Luc Maisonobe
This is a VOTE to release Commons Parent 29 from RC2 Changes in this version include: Changes: o cobertura-maven-plugin 2.5.2 - removed jacoco-maven-plugin - 0.6.2.201302030002 maven-surefire-plugin 2.13 - 2.14.1

Re: [ALL] Cobertura and Parent POM

2013-05-12 Thread Luc Maisonobe
Le 11/05/2013 23:25, Luc Maisonobe a écrit : Le 11/05/2013 15:45, Gary Gregory a écrit : On Sat, May 11, 2013 at 9:02 AM, sebb seb...@gmail.com wrote: On 11 May 2013 13:25, Gary Gregory garydgreg...@gmail.com wrote: On Fri, May 10, 2013 at 3:51 PM, Luc Maisonobe luc.maison...@free.fr wrote

Re: [ALL] Cobertura and Parent POM

2013-05-11 Thread Luc Maisonobe
Le 11/05/2013 15:45, Gary Gregory a écrit : On Sat, May 11, 2013 at 9:02 AM, sebb seb...@gmail.com wrote: On 11 May 2013 13:25, Gary Gregory garydgreg...@gmail.com wrote: On Fri, May 10, 2013 at 3:51 PM, Luc Maisonobe luc.maison...@free.fr wrote: Hi Sebb, Le 09/05/2013 20:03, sebb

Re: [ALL] Cobertura and Parent POM

2013-05-10 Thread Luc Maisonobe
Hi Sebb, Le 09/05/2013 20:03, sebb a écrit : On 9 May 2013 18:28, Luc Maisonobe l...@spaceroots.org wrote: Hi all, Le 08/05/2013 22:46, Luc Maisonobe a écrit : Gary Gregory garydgreg...@gmail.com a écrit : On Wed, May 8, 2013 at 4:32 PM, Gary Gregory garydgreg...@gmail.com wrote

Re: [ALL] Cobertura and Parent POM

2013-05-09 Thread Luc Maisonobe
Hi all, Le 08/05/2013 22:46, Luc Maisonobe a écrit : Gary Gregory garydgreg...@gmail.com a écrit : On Wed, May 8, 2013 at 4:32 PM, Gary Gregory garydgreg...@gmail.com wrote: In the Maven output I see: [INFO] Skipping JaCoCo execution due to missing execution data file Which I

Re: [ALL] Cobertura and Parent POM

2013-05-08 Thread Luc Maisonobe
Hi all, Le 05/04/2013 22:49, Gary Gregory a écrit : On Fri, Apr 5, 2013 at 4:30 PM, Phil Steitz phil.ste...@gmail.com wrote: On 4/4/13 1:03 PM, sebb wrote: CP 28 moved Cobertura to a profile called reporting. The profile was activated by default, but could be disabled by using

Re: svn commit: r1480351 - in /commons/proper/commons-parent/trunk: RELEASE-NOTES.txt pom.xml

2013-05-08 Thread Luc Maisonobe
Le 08/05/2013 18:52, Gary Gregory a écrit : Why not use the current version of maven-surefire-plugin? I did not change that. We could update it. Luc Gary On Wed, May 8, 2013 at 12:49 PM, l...@apache.org wrote: Author: luc Date: Wed May 8 16:49:20 2013 New Revision: 1480351 URL:

Re: [ALL] Cobertura and Parent POM

2013-05-08 Thread Luc Maisonobe
Le 08/05/2013 21:11, Gary Gregory a écrit : I updated my local commons-io to 29-SNAPSHOT and I do not see a coverage report. How is that fixed? Well, I did not have to do anything for [math]. Did you install the snapshot locally with mvn install? Don't you have the skipReports property set

Re: [ALL] Cobertura and Parent POM

2013-05-08 Thread Luc Maisonobe
Le 08/05/2013 21:58, Luc Maisonobe a écrit : Le 08/05/2013 21:11, Gary Gregory a écrit : I updated my local commons-io to 29-SNAPSHOT and I do not see a coverage report. How is that fixed? Well, I did not have to do anything for [math]. Did you install the snapshot locally with mvn

Re: [ALL] Cobertura and Parent POM

2013-05-08 Thread Luc Maisonobe
Gary Gregory garydgreg...@gmail.com a écrit : On Wed, May 8, 2013 at 3:58 PM, Luc Maisonobe luc.maison...@free.fr wrote: Le 08/05/2013 21:11, Gary Gregory a écrit : I updated my local commons-io to 29-SNAPSHOT and I do not see a coverage report. How is that fixed? Well, I did

Re: [ALL] Cobertura and Parent POM

2013-05-08 Thread Luc Maisonobe
test site? I did not run clean before running site, so I may have kept some files you miss? Luc Gary Gary On Wed, May 8, 2013 at 4:18 PM, Luc Maisonobe l...@spaceroots.org wrote: Gary Gregory garydgreg...@gmail.com a écrit : On Wed, May 8, 2013 at 3:58 PM, Luc Maisonobe luc.maison

Re: Commons sorting?

2013-05-04 Thread Luc Maisonobe
Le 03/05/2013 17:29, Adrien Grand a écrit : Hi Matt, Hi Adrien, On Fri, May 3, 2013 at 4:30 PM, Matt Benson gudnabr...@gmail.com wrote: Without putting too much importance on what I, personally, think, know that any ASF committer can have access to hack on a Commons-style library in our

Re: Commons sorting?

2013-05-04 Thread Luc Maisonobe
Le 04/05/2013 14:35, Adrien Grand a écrit : Hi Luc, On Sat, May 4, 2013 at 1:10 PM, Luc Maisonobe luc.maison...@free.fr wrote: It should be done. Could you check if it works? It works! Can someone now add sorting https://svn.apache.org/repos/asf/commons/sandbox/sorting/trunk

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
Hi Sebb, Le 30/04/2013 20:33, sebb a écrit : On 30 April 2013 19:12, Phil Steitz phil.ste...@gmail.com wrote: On 4/30/13 10:27 AM, sebb wrote: On 30 April 2013 17:28, Phil Steitz phil.ste...@gmail.com wrote: On 4/29/13 9:40 AM, Luc Maisonobe wrote: Hi all, Since 2.x series, we have been

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
, threshold); } public SpecializedAlgorithm withThreshold(final double threshold) { return new SpecializedAlgorithm(getMaxEval(), threshold); } } Luc On Mon, Apr 29, 2013 at 6:40 PM, Luc Maisonobe l...@spaceroots.org wrote: Hi all, Since 2.x series, we have been

Re: [math] fluent/builder API for algorithms in 4.0 ?

2013-05-01 Thread Luc Maisonobe
Le 01/05/2013 17:53, Gilles a écrit : [...] One of the pitfalls or devil in the details we can expect is we attempt to do this while still having a class hierarchy for some aspects, typically with an abstract class at the top. Lets consider a withMaxEvaluation(int maxEval) implementation

[math] fluent/builder API for algorithms in 4.0 ?

2013-04-29 Thread Luc Maisonobe
Hi all, Since 2.x series, we have been struggling in several areas with respect to algorithms API. The latest change was about optimizer, but it is only one example among others (solvers, integration, ODE and maybe some parts of statistics may be concerned by the proposal below). The various

[math] formulas in Javadoc (was Re: [jira] [Commented] (MATH-968) Pareto distribution is missing)

2013-04-27 Thread Luc Maisonobe
[switching to the dev list for the discussion] Le 26/04/2013 00:04, Gilles (JIRA) a écrit : [ https://issues.apache.org/jira/browse/MATH-968?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13642278#comment-13642278 ] Gilles commented on

Re: [VOTE] Release Commons Codec 1.8-RC4 [Take 3]

2013-04-24 Thread Luc Maisonobe
Le 23/04/2013 22:52, Gary Gregory a écrit : Hello All: This is a VOTE to release Commons Codec 1.8-RC4 (yes, sigh, /again/) +1 to the release. And thanks, Gary, for your dedication! Luc Commons Codec 1.8 requires a minimum of Java 1.6 Changes from 1.8-RC4 VOTE take 2 are: NOTHING.

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-21 Thread Luc Maisonobe
Le 21/04/2013 01:24, Emmanuel Bourg a écrit : Le 09/04/2013 09:23, Emmanuel Bourg a écrit : I packaged it last week, it's in the new package queue and should appear in the Debian repository soon. The package is now available in the experimental repository:

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-09 Thread Luc Maisonobe
Hi Emmanuel, Le 07/04/2013 21:48, Emmanuel Bourg a écrit : Le 07/04/2013 20:55, sebb a écrit : Is the Ant build file still needed? Yes, the Debian/Ubuntu package for Commons Math is built from the Ant file. Well, math3 is not packaged by Debian yet

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-09 Thread Luc Maisonobe
Le 09/04/2013 09:23, Emmanuel Bourg a écrit : Hi Luc, Hi Emmanuel, Well, math3 is not packaged by Debian yet (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=689645). I packaged it last week, it's in the new package queue and should appear in the Debian repository soon.

Re: [math] next step

2013-04-08 Thread Luc Maisonobe
7, 2013, at 8:57, Luc Maisonobe l...@spaceroots.org wrote: Hi all, The release for 3.2 has been completed. Now it is time to think about the next release. There are many JIRA issues that target 4.0 as they need to introduce backward incompatible changes. All these changes would be really

Re: [codec] Checkstyle oddities

2013-04-07 Thread Luc Maisonobe
Le 07/04/2013 03:44, Gary Gregory a écrit : On Sat, Apr 6, 2013 at 1:03 PM, Luc Maisonobe luc.maison...@free.fr wrote: Hi Gary, Le 06/04/2013 18:44, Gary Gregory a écrit : Does anyone know how to address these checkstyle issues: https://commons.apache.org/proper/commons-codec

[ANNOUNCE] Apache Commons Math version 3.2 released

2013-04-07 Thread Luc Maisonobe
Hello. The Apache Commons team is pleased to announce the release of version 3.2 of Apache Commons Math, a self-contained Java library of tools such as root finders, ordinary differential equations solvers, optimizers, statistics, matrix algebra, and more. Apache Commons Math can be downloaded

Re: [Math] Source and binaires new location

2013-04-07 Thread Luc Maisonobe
Le 06/04/2013 14:23, Gilles a écrit : Hi Luc. Hi Gilles, If the new policy is to not release the sources and binaries (.tar.gz and .zip) through Nexus, could you please update the doc/release/release.howto.txt document which I intended to be a straightforward way[1] to for anyone

[math] next step

2013-04-07 Thread Luc Maisonobe
Hi all, The release for 3.2 has been completed. Now it is time to think about the next release. There are many JIRA issues that target 4.0 as they need to introduce backward incompatible changes. All these changes would be really welcome. I suggest we create a 3.x branch just in case we need to

[RESULT] Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-06 Thread Luc Maisonobe
Le 02/04/2013 22:55, Luc Maisonobe a écrit : This is a [VOTE] for releasing Apache Commons Math 3.2, based on release candidate 5. This vote has passed with the following +1 votes (all are binding votes): Oliver Heger Gilles Sadowski Gary Gregory LucMaisonobe Phil Steitz Thank

[math] updating the site

2013-04-06 Thread Luc Maisonobe
Hi, I am in the process of releasing the 3.2 version. The source and binaries archives are online, the maven artifacts have been published, and now I want to update the site. I have a stupid question to ask: where is our subversion repository for the [math] site ? The page

Re: [math] updating the site

2013-04-06 Thread Luc Maisonobe
-plugin -- skipDeploytrue/skipDeploy /configuration /plugin plugin So I guessed we should not use mavn site:deploy anymore. Luc 2013/4/6 Luc Maisonobe l...@spaceroots.org: Hi, I am in the process of releasing the 3.2 version. The source

Re: [math] updating the site

2013-04-06 Thread Luc Maisonobe
the local files and commit it back myself without regenerating the whole stuff? Luc I will update the page http://commons.staging.apache.org/releases/publish-site.html to link to the other one. 2013/4/6 Luc Maisonobe luc.maison...@free.fr: Hi Olivier, Le 06/04/2013 13:50, Olivier

Re: [codec] Checkstyle oddities

2013-04-06 Thread Luc Maisonobe
Hi Gary, Le 06/04/2013 18:44, Gary Gregory a écrit : Does anyone know how to address these checkstyle issues: https://commons.apache.org/proper/commons-codec/checkstyle.html Can you tell CS to use one kind of header for Java files and another for .properties? How does it know how to

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-04 Thread Luc Maisonobe
] [INFO] Total time: 168 minutes 53 seconds [INFO] Finished at: Thu Apr 04 13:49:19 EDT 2013 [INFO] Final Memory: 153M/930M [INFO] On Tue, Apr 2, 2013 at 4:55 PM, Luc

Re: [VOTE] Release Apache Commons Math 3.2 - RC5

2013-04-04 Thread Luc Maisonobe
Le 02/04/2013 22:55, Luc Maisonobe a écrit : This is a [VOTE] for releasing Apache Commons Math 3.2, based on release candidate 5. This version fixes numerous bugs and adds a few features. You can retrieve the various parts here: Sources, binaries and release notes: https

<    1   2   3   4   5   6   7   8   9   10   >