Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 41618 invoked from network); 5 Jul 2009 16:23:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Jul 2009 16:23:09 -0000 Received: (qmail 90191 invoked by uid 500); 5 Jul 2009 16:23:19 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 90065 invoked by uid 500); 5 Jul 2009 16:23:19 -0000 Mailing-List: contact dev-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Commons Developers List" Delivered-To: mailing list dev@commons.apache.org Received: (qmail 90055 invoked by uid 99); 5 Jul 2009 16:23:19 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 16:23:19 +0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [194.206.126.239] (HELO smtp.nordnet.fr) (194.206.126.239) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Jul 2009 16:23:10 +0000 Received: from lehrin (245.249.146.195.dynamic.adsl.abo.nordnet.fr [195.146.249.245]) by smtp.nordnet.fr (Postfix) with ESMTP id 25B1E3454D for ; Sun, 5 Jul 2009 18:22:46 +0200 (CEST) Received: by lehrin (Postfix, from userid 5001) id 316AC4070; Sun, 5 Jul 2009 18:22:47 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on lehrin.spaceroots.local X-Spam-Level: Received: from lehrin.spaceroots.local (lehrin.spaceroots.local [127.0.0.1]) by lehrin (Postfix) with ESMTP id 8E56A405D for ; Sun, 5 Jul 2009 18:22:33 +0200 (CEST) Message-ID: <4A50D349.3090700@free.fr> Date: Sun, 05 Jul 2009 18:22:33 +0200 From: Luc Maisonobe User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Commons Developers List Subject: [math] freezing current state for release ? X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Old-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.2.5 Hello all, I am still struggling to implement properly an efficient Backward Differential Formulas (BDF) integrator for stiff problems in the ODE package, to solve MATH-172. I fear I won't be able to finish this soon. As the release of 2.0 is now mostly blocked by this issue, I would propose to postpone it to 2.1, as well as MATH-194 and MATH-195 which are not major ones. Do you agree with this ? The other remaining issues are MATH-261 concerning generics in Frequency and MATH-224 concerning aggregate statistics. I have tried some workarounds to remove the 7 warnings I get in Frequency (3 concerning use of raw types, 4 concerning type safety). I did not succeed in reducing the number of warnings, I only moved them around or even increased the number. Does someone smarter than me have a clue to finish this or do we close the issue with the current state, which is much better than what we had a few months ago ? Concerning aggregate statistics, is the current state stable enough or do we need more work on this ? I would really much like to have 2.0 out soon now. Luc --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org