Return-Path: X-Original-To: apmail-commons-dev-archive@www.apache.org Delivered-To: apmail-commons-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4C7AF70AE for ; Sun, 2 Oct 2011 16:14:55 +0000 (UTC) Received: (qmail 4881 invoked by uid 500); 2 Oct 2011 16:14:54 -0000 Delivered-To: apmail-commons-dev-archive@commons.apache.org Received: (qmail 4744 invoked by uid 500); 2 Oct 2011 16:14:54 -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 4735 invoked by uid 99); 2 Oct 2011 16:14:54 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 16:14:54 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of phil.steitz@gmail.com designates 209.85.160.171 as permitted sender) Received: from [209.85.160.171] (HELO mail-gy0-f171.google.com) (209.85.160.171) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 02 Oct 2011 16:14:46 +0000 Received: by gyh3 with SMTP id 3so4996065gyh.30 for ; Sun, 02 Oct 2011 09:14:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; bh=FwgMn/DhsrKsdZV+wHEsCwdL7Xq3tTHv/EAKjW9RBFw=; b=Uw0AeLUGta6GXBTntLVBVpKLyxtw34QVm2wBGaoqCmSJ9AJ9ZEyX8INj70zbxmtwlV Ks3qf+Q4Eroj1Q+YgrelBjljYRaumyosIV9NHyIv1IHVqoqcxJ1PK3tBUoFxFfLatmie rOfOPFo+1iEGjtra+WsmcwoUMirJQWDAWI4uU= Received: by 10.68.32.133 with SMTP id j5mr74810602pbi.68.1317572065984; Sun, 02 Oct 2011 09:14:25 -0700 (PDT) Received: from [192.168.0.2] (71-223-64-240.phnx.qwest.net. [71.223.64.240]) by mx.google.com with ESMTPS id u1sm43606424pbr.9.2011.10.02.09.14.23 (version=SSLv3 cipher=OTHER); Sun, 02 Oct 2011 09:14:25 -0700 (PDT) Message-ID: <4E888DDC.6060408@gmail.com> Date: Sun, 02 Oct 2011 09:14:20 -0700 From: Phil Steitz User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: Commons Developers List Subject: [math] drop NumberTransformer, TransformerMap, ListUnivariateImpl Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit These classes are not used anywhere else in [math] and I am not sure it is the best separation of concerns between [math] and client apps to provide this stuff. If we want to keep them, the generic parameterization should be fixed. I propose that we drop them from 3.0. Any objections to this? Phil --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org For additional commands, e-mail: dev-help@commons.apache.org