From: Stefan Behnel Date: Wed, 28 Aug 2013 19:25:50 +0000 (+0200) Subject: changelog X-Git-Tag: 0.20b1~360 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=939c44ec6dcdb60b5fdf7fde62614c5315e00aa3;p=platform%2Fupstream%2Fpython-cython.git changelog --- diff --git a/CHANGES.rst b/CHANGES.rst index 2b8ee92..8b4a99c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,13 @@ Cython Changelog Features added -------------- +* Some types that Cython provides internally, such as functions and + generators, are now shared across modules if more than one Cython + implemented module is imported. + +* The type inference algorithm works more fine granular by taking the + results of the control flow analysis into account. + * A new script in ``bin/cythonize`` provides a command line frontend to the cythonize() compilation function (including distutils build).