Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #17727

Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python.

Path csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <python-python-list@m.gmane.org>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.002
X-Spam-Evidence '*H*': 1.00; '*S*': 0.00; 'python.': 0.04; 'numerical': 0.05; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:80.91.229.12': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; 'received:lo.gmane.org': 0.09; 'subject:method': 0.09; 'underlying': 0.09; 'arrays.': 0.16; 'enigma': 0.16; 'kern': 0.16; 'subject:function': 0.16; 'subject:python.': 0.16; 'subject:release': 0.16; 'wrote:': 0.18; 'header:In-Reply-To:1': 0.22; 'numeric': 0.23; 'paul': 0.27; 'not.': 0.28; 'bit': 0.28; 'generic': 0.29; "he's": 0.29; 'interpret': 0.29; 'pm,': 0.29; 'subject:support': 0.30; 'quite': 0.32; 'certainly': 0.32; 'implement': 0.32; 'header:User-Agent:1': 0.33; 'header:X-Complaints-To:1': 0.33; 'object': 0.33; 'to:addr :python-list': 0.34; 'operations': 0.35; 'but': 0.37; 'received:org': 0.38; 'subject: (': 0.40; 'to:addr:python.org': 0.40; 'more': 0.61; 'world': 0.62; 'received:86': 0.63; 'our': 0.64; 'ever': 0.65; 'believe': 0.65; 'bothered': 0.68; 'eco': 0.91
X-Injected-Via-Gmane http://gmane.org/
To python-list@python.org
From Robert Kern <robert.kern@gmail.com>
Subject Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python.
Date Thu, 22 Dec 2011 11:18:38 +0000
References <CAOFbRmLyw88pHNSdszQY672ukAcm965jDUamXQGOFXoX9pd3+Q@mail.gmail.com> <CAM9nNp8_FM+ZbK1hQ9eA8+f9hY5uQCSxLOxRvG2H3Ao7uX4uZw@mail.gmail.com>
Mime-Version 1.0
Content-Type text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding 7bit
X-Gmane-NNTP-Posting-Host host86-162-155-255.range86-162.btcentralplus.com
User-Agent Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:8.0) Gecko/20111105 Thunderbird/8.0
In-Reply-To <CAM9nNp8_FM+ZbK1hQ9eA8+f9hY5uQCSxLOxRvG2H3Ao7uX4uZw@mail.gmail.com>
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.12
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.3973.1324552821.27778.python-list@python.org> (permalink)
Lines 15
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1324552821 news.xs4all.nl 6977 [2001:888:2000:d::a6]:43875
X-Complaints-To abuse@xs4all.nl
Xref x330-a1.tempe.blueboxinc.net comp.lang.python:17727

Show key headers only | View raw


On 12/21/11 5:07 PM, Paul Dubois wrote:
> You're reinventing Numeric Python.

Actually, he's not. The numerical operators certainly overlap, but Elementwise 
supports quite a bit more generic operations than we ever bothered to implement 
with object arrays.

-- 
Robert Kern

"I have come to believe that the whole world is an enigma, a harmless enigma
  that is made terrible by our own mad attempt to interpret it as though it had
  an underlying truth."
   -- Umberto Eco

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: Elementwise -//- first release -//- Element-wise (vectorized) function, method and operator support for iterables in python. Robert Kern <robert.kern@gmail.com> - 2011-12-22 11:18 +0000

csiph-web