Return-Path: Delivered-To: apmail-commons-dev-archive@www.apache.org Received: (qmail 29129 invoked from network); 12 Feb 2011 18:31:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 12 Feb 2011 18:31:40 -0000 Received: (qmail 45231 invoked by uid 500); 12 Feb 2011 18:31:39 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 45029 invoked by uid 500); 12 Feb 2011 18:31:38 -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 45020 invoked by uid 99); 12 Feb 2011 18:31:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 18:31:38 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of sebbaz@gmail.com designates 209.85.216.43 as permitted sender) Received: from [209.85.216.43] (HELO mail-qw0-f43.google.com) (209.85.216.43) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 12 Feb 2011 18:31:31 +0000 Received: by qwk3 with SMTP id 3so2202134qwk.30 for ; Sat, 12 Feb 2011 10:31:10 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=vrq1rKMOLdbxeVCNgNKUbUxpM8RbDbIzsSh4QqVV6FI=; b=dB3gKxyG+9hwC9FU5F623VwNTG/ebGCQNfVkig6jg8L4qbICShSJwwvX0zg02ldkZx +8VijX+KNrNBf/RdWidrth3oiLsuDr+PAJKv9f/WxHCrhzKxCmqNfu1hXfVEuMarEpio TZ4eYqUj7w+Qd8ryhMUnNgBMExAPSe18cSsrA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; b=HL8hp2ubLC2EctqYg8LxNwLCAGL1KZQQz/h3cCNedjhGBtOD/DLwuhaTQJbCcSh3y0 11DMSZXveNHBrq62d+wJyJdit98Do2BfTR5mk+o7v783wymbwYCuzlyrOLVKqVT3bZ1I GPmNlLWJGdsAkvl10SeUHrNM4pgvKbILox7MA= MIME-Version: 1.0 Received: by 10.229.251.139 with SMTP id ms11mr1568879qcb.198.1297535469937; Sat, 12 Feb 2011 10:31:09 -0800 (PST) Sender: sebbaz@gmail.com Received: by 10.229.216.2 with HTTP; Sat, 12 Feb 2011 10:31:09 -0800 (PST) In-Reply-To: <20110212182722.CE70F2388A33@eris.apache.org> References: <20110212182722.CE70F2388A33@eris.apache.org> Date: Sat, 12 Feb 2011 18:31:09 +0000 X-Google-Sender-Auth: fWPCRPPwS7EaICrI1WbrIWsp58Y Message-ID: Subject: Re: svn commit: r1070122 - in /commons/proper/math/branches/MATH_2_X/src: main/java/org/apache/commons/math/util/MathUtils.java test/java/org/apache/commons/math/util/MathUtilsTest.java From: sebb AT ASF To: dev@commons.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org On 12 February 2011 18:27, wrote: > Author: sebb > Date: Sat Feb 12 18:27:22 2011 > New Revision: 1070122 > > URL: http://svn.apache.org/viewvc?rev=1070122&view=rev > Log: > Revert MathUtils to 2.1 behaviour. > Update tests accordingly, and restore missing tests from 2.1 version > Note: removed deprecation from methods that merely change behaviour in 3.0 It seemed wrong to deprecate a method that was not going to be removed, but I won't veto restoring the deprecation if it is felt to be more useful to do so. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org