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
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
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(
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..