Robert Bradshaw wrote: > On Apr 3, 2009, at 2:31 AM, Dag Sverre Seljebotn wrote: > >> Dag Sverre Seljebotn wrote: >>> Robert Bradshaw wrote: >>>> In the interest of releasing sooner rather than later, a new >>>> alpha is >>>> up at >>>> >>>> http://cython.org/Cython-0.11.1.alpha.tar.gz >>>> >>>> There is a good patch by Lisandro that does Python <-> c int >>>> converstion that I'd like to see make it in, and Sage doesn't yet >>>> compile (mostly due to the "defined before used" bug catching-- >>>> should >>>> this be merely a warning before the next major release?), but at >>>> this >>> +1 >>> >> Though as the for loop semantics also changed, one could also argue to >> keep it as it is but name it 0.12. > > For one thing, I'd like to see the temp allocation changes in 0.12, > and perhaps some other bigger things that will need lots of testing. > I'm more OK with the loop semantics changing.
Ahh, that adds d) Increase major when more substantial testing is needed (typically a merge of -unstable) which also seems like a good idea. -- Dag Sverre _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
