Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!xlned.com!feeder7.xlned.com!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; ':-)': 0.06; 'url:pypi': 0.08; 'from:addr:python': 0.09; 'subject:method': 0.09; 'bump': 0.16; 'from:addr:mrabarnett.plus.com': 0.16; 'from:name:mrab': 0.16; 'message-id:@mrabarnett.plus.com': 0.16; 'received:84.92': 0.16; 'received:84.92.122': 0.16; 'received:84.92.122.60': 0.16; 'reply-to:addr:python-list': 0.16; 'subject:function': 0.16; 'subject:python.': 0.16; 'subject:release': 0.16; 'wrote:': 0.18; 'dec': 0.22; 'header:In-Reply-To:1': 0.22; 'module,': 0.23; 'do,': 0.25; 'looks': 0.29; 'subject:support': 0.30; 'version': 0.32; 'tue,': 0.32; 'header:User-Agent:1': 0.33; 'to:addr:python-list': 0.34; 'received:84': 0.34; 'reply-to:addr:python.org': 0.34; 'something': 0.35; 'url:python': 0.36; 'similar': 0.36; 'except': 0.37; 'steven': 0.38; 'url:org': 0.39; 'subject: (': 0.40; "it's": 0.40; 'to:addr:python.org': 0.40; '2011': 0.61; 'url:0': 0.67; 'header:Reply-To:1': 0.71; 'reply-to:no real name:2**0': 0.72; '-0500,': 0.84; 'nathan': 0.84 X-CM-Score: 0.00 X-CNFS-Analysis: v=2.0 cv=JaQ+XD2V c=1 sm=1 a=0nF1XD0wxitMEM03M9B4ZQ==:17 a=9jsOeB20M3cA:10 a=hiqQDArpAJIA:10 a=OUOv7kDek9cA:10 a=8nJEP1OIZ-IA:10 a=8AHkEIZyAAAA:8 a=6GuzseY9l5NqGhYDYyIA:9 a=wPNLvfGTeEIA:10 a=AdFBx0Q4lUfFbKuD:21 a=sl_D88J8ABSOFWqU:21 a=0nF1XD0wxitMEM03M9B4ZQ==:117 X-AUTH: mrabarnett:2500 Date: Tue, 20 Dec 2011 20:47:09 +0000 From: MRAB User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:8.0) Gecko/20111105 Thunderbird/8.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. References: <4ef0f03d$0$29973$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <4ef0f03d$0$29973$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: python-list@python.org List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1324414013 news.xs4all.nl 6863 [2001:888:2000:d::a6]:55867 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:17613 On 20/12/2011 20:29, Steven D'Aprano wrote: > On Tue, 20 Dec 2011 14:45:06 -0500, Nathan Rice wrote: > >> PyPi: http://pypi.python.org/pypi/elementwise/0.111220 > > Version 0.111220? What do you do, bump the version number after every > keystroke? > It looks like it's based on the date. I do something similar with the regex module, except that _my_ version number is Y2K compliant. :-)