Re: [Numpy-discussion] New project : Spyke python-to-C compiler

2008-04-07 Thread Michael McLay
On Sun, Apr 6, 2008 at 8:48 PM, Rahul Garg <[EMAIL PROTECTED]> wrote: > function. This > idea is directly copied from PLW (Python Language Wrapper) project. > Once Python3k arrives, much of these declarations will be moved to > function annotations and class decorators. Python 3k alpha4 is av

Re: [Numpy-discussion] BzrMirror page on numpy wiki

2008-01-10 Thread Michael McLay
Thanks for the explanation of bzr. I'd like to give it a try on another project. How did you create the repository at http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy.trunk repository? Is this bzr mirror of the numpy svn repository automatically updated to follow the commits to the nu

Re: [Numpy-discussion] Array of Callables

2007-03-21 Thread Michael McLay
On Wednesday 21 March 2007 09:52, Andrew Corrigan wrote: > Anne Archibald gmail.com> writes: > > Vectorizing apply is what you're looking for, by the sound of it: > > In [13]: a = array([lambda x: x**2, lambda x: x**3]) > > > > In [14]: b = arange(5) > > > > In [15]: va = vectorize(lambda f, x: f(

Re: [Numpy-discussion] Latest Array-Interface PEP

2007-02-08 Thread Michael McLay
On Thursday 04 January 2007 19:36, Travis Oliphant wrote: > Christopher Barker wrote: > > eople like: > > > > wxPython -- Robin Dunn > > PIL -- Fredrik Lundh > > PyOpenGL -- Who? > > PyObjC -- would it be useful there? (Ronald Oussoren) > > MatplotLib (but maybe it's already married to numpy..