Commit 939c44ec authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent 303dc53e
...@@ -8,6 +8,13 @@ Cython Changelog ...@@ -8,6 +8,13 @@ Cython Changelog
Features added 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 * A new script in ``bin/cythonize`` provides a command line frontend
to the cythonize() compilation function (including distutils build). to the cythonize() compilation function (including distutils build).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment