Return-Path: X-Original-To: apmail-commons-commits-archive@minotaur.apache.org Delivered-To: apmail-commons-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 44AB699A1 for ; Thu, 1 Mar 2012 22:40:29 +0000 (UTC) Received: (qmail 26476 invoked by uid 500); 1 Mar 2012 22:40:28 -0000 Delivered-To: apmail-commons-commits-archive@commons.apache.org Received: (qmail 26394 invoked by uid 500); 1 Mar 2012 22:40:28 -0000 Mailing-List: contact commits-help@commons.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@commons.apache.org Delivered-To: mailing list commits@commons.apache.org Received: (qmail 26364 invoked by uid 99); 1 Mar 2012 22:40:28 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 22:40:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 01 Mar 2012 22:40:26 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 78C5F2388980 for ; Thu, 1 Mar 2012 22:40:05 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1295956 - /commons/proper/math/trunk/src/site/xdoc/changes.xml Date: Thu, 01 Mar 2012 22:40:05 -0000 To: commits@commons.apache.org From: erans@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120301224005.78C5F2388980@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: erans Date: Thu Mar 1 22:40:05 2012 New Revision: 1295956 URL: http://svn.apache.org/viewvc?rev=1295956&view=rev Log: Minor changes in release description. Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml Modified: commons/proper/math/trunk/src/site/xdoc/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/math/trunk/src/site/xdoc/changes.xml?rev=1295956&r1=1295955&r2=1295956&view=diff ============================================================================== --- commons/proper/math/trunk/src/site/xdoc/changes.xml (original) +++ commons/proper/math/trunk/src/site/xdoc/changes.xml Thu Mar 1 22:40:05 2012 @@ -64,17 +64,18 @@ removal of interfaces for which a single improved coding and API consistency across packages, performance (matrix product, FFT) and robustness (SVD). -Because of the bas package name change, this release can be used together +Because of the base package name change, this release can be used together with earlier versions of Commons Math. The minimal version of the Java platform required to compile and use Commons Math is Java 5. -Users are encouraged to upgrade to this version, as in addition to new +Users are encouraged to upgrade to this version as, in addition to new features, this release includes numerous bug fixes. Users of Commons Math 2.0-2 should recompile their code against the 3.0 JAR file and must adjust the import statements to use the appropriate org.apache.commons.math3 base package. -Most of the compilation errors users will encounter after the switch will be -due to moved or deleted classes/interfaces due to package reorganization. +Most of the compilation errors users will encounter after the switch will +be due to moved or deleted classes/interfaces resulting from package +reorganization. Caveat: 1. The implementation of the BOBYQA optimization algorithm is in alpha state @@ -82,7 +83,7 @@ Caveat: for volunteers to improve the code readability, robustness and performance and to extend the unit tests suite. 2. A few methods in the FastMath class are in fact slower that their -counterparts in either Math or StrictMath (cf. MATH-740). +counterpart in either Math or StrictMath (cf. MATH-740). "> Classes "CMAESOptimizer" and "BOBYQAOptimizer" inherit from