Cython 0.11.1 is released and can be downloaded from http:// cython.org/. The major changes in this release are better conversion between c integer and Python types, better error reporting, and more correct (and consistent) for-from and for-in loops. More python constructions are supported (from package import module and integer powering) and several bugs were fixed. CEP 516 (http:// wiki.cython.org/enhancements/division) was also implemented, providing Python semantics for division, but is off by default until 0.12. See
http://trac.cython.org/cython_trac/query? group=component&milestone=0.11.1 for a list of all tickets closed. - Robert _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
