Re: [Cython] Speed of cython.compile

2011-09-20 Thread Stéfan van der Walt
On Tue, Sep 20, 2011 at 10:26 PM, Robert Bradshaw wrote: > OK, I just pushed a commit that should speed things up a lot. There's > still a lot of overhead in calling a @cython.compile method that could > be trimmed, but it's nowhere near as extreem as it used to be. Fantastic--it's much, much bet

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
On Tue, Sep 20, 2011 at 10:06 PM, Robert Bradshaw wrote: > On Tue, Sep 20, 2011 at 9:44 PM, Robert Bradshaw > wrote: >> 2011/9/19 Stéfan van der Walt : >>> Hi all, >>> >>> I only recently found out that the mailing list had shifted, so I hope >>> my message reaches you this time! >>> >>> On the c

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
On Tue, Sep 20, 2011 at 9:44 PM, Robert Bradshaw wrote: > 2011/9/19 Stéfan van der Walt : >> Hi all, >> >> I only recently found out that the mailing list had shifted, so I hope >> my message reaches you this time! >> >> On the current development version of Cython, the attached script >> makes Cy

Re: [Cython] Speed of cython.compile

2011-09-20 Thread Robert Bradshaw
2011/9/19 Stéfan van der Walt : > Hi all, > > I only recently found out that the mailing list had shifted, so I hope > my message reaches you this time! > > On the current development version of Cython, the attached script > makes Cython go into an infinite loop, but let's hope that's just on > my

Re: [Cython] Mailing list address on webpage

2011-09-20 Thread Robert Bradshaw
Thanks and thanks. Fixed. 2011/9/20 Stéfan van der Walt : > Hi all, > > The mailing list address on the cython.org front page still points to > codespeak. > > I enjoyed the release message.  Arr! :) > > Regards > Stéfan > ___ > cython-devel mailing list

[Cython] Mailing list address on webpage

2011-09-20 Thread Stéfan van der Walt
Hi all, The mailing list address on the cython.org front page still points to codespeak. I enjoyed the release message. Arr! :) Regards Stéfan ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/listinfo/cython-devel

Re: [Cython] Ahoy, Cython 0.15.1 ho!

2011-09-20 Thread Yaroslav Halchenko
FWIW -- 0.15.1 got uploaded to Debian unstable, thanks to Nikolaus Rath for help. Cheers On Mon, 19 Sep 2011, Robert Bradshaw wrote: > Aye, we be happy t' announce t' release o' Cython 0.15.1. Step to, > thar be no better time t' set sails fer http://cython.org or > http://pypi.python.org/pypi/C

Re: [Cython] Cython 0.15.1 release candidate

2011-09-20 Thread Yaroslav Halchenko
On Mon, 19 Sep 2011, Robert Bradshaw wrote: > >        longest_track_lenA, longest_track_lenB > >        ... > >        if track_len > longest_track_lenA: > See the "Incompatible changes" section of > http://wiki.cython.org/ReleaseNotes-0.15 . This change was made to be > more compatible with Pyth