Re: [Cython] Cython 0.17.4 released.

2013-01-03 Thread Bradley Froehle
I assume 0.17.4 this corresponds to git commit 53db1cdd9f1e2aabd066a1d7c6cd8353fe1ca920? On Thursday, January 3, 2013 12:21:10 PM UTC-8, Robert Bradshaw wrote: > > I've just released Cython 0.17.4, which can be downloaded from > http://cython.org or pypi. It's a minor bug fix release, fixing a

Re: [Cython] releasing 0.18?

2013-01-03 Thread Robert Bradshaw
On Sat, Dec 15, 2012 at 4:18 PM, mark florisson wrote: > On 15 December 2012 17:34, Stefan Behnel wrote: > > Hi, > > > > the current master doesn't really have the one new, great&shiny feature, > > but I don't see a reason to keep the changes back that we have > implemented > > so far. Robert's c

[Cython] Cython 0.17.4 released.

2013-01-03 Thread Robert Bradshaw
I've just released Cython 0.17.4, which can be downloaded from http://cython.org or pypi. It's a minor bug fix release, fixing a double-allocation bug uncovered in Sage (see https://groups.google.com/forum/?hl=en&fromgroups=#!msg/sage-devel/Wt7uxbDkh_A/4qhfm2ukBR0Jfor more details). - Robert _