Commit a1765d5e authored by Stefan Behnel's avatar Stefan Behnel

changelog

--HG--
extra : amend_source : 738af7da4118ace0e2c39d0883e89db8833b5cbb
parent 5d6e2bee
...@@ -38,6 +38,11 @@ Features added ...@@ -38,6 +38,11 @@ Features added
* HTML output of annotated code uses Pygments for code highlighting * HTML output of annotated code uses Pygments for code highlighting
and generally received a major overhaul by Matthias Bussonier. and generally received a major overhaul by Matthias Bussonier.
* IPython magic support is now available directly from Cython with
the command "%load_ext cython". Cython code can directly be
executed in a cell when marked with "%%cython". Code analysis
is available with "%%cython -a". Patch by Martín Gaitán.
* Simple support for declaring Python object types in Python signature * Simple support for declaring Python object types in Python signature
annotations. Currently requires setting the compiler directive annotations. Currently requires setting the compiler directive
``annotation_typing=True``. ``annotation_typing=True``.
...@@ -113,6 +118,9 @@ Other changes ...@@ -113,6 +118,9 @@ Other changes
* Removed support for CPython 2.4, 2.5 and 3.1. * Removed support for CPython 2.4, 2.5 and 3.1.
* The licensing implications on the generated code were clarified
to avoid legal constraints for users.
0.20.2 (2014-06-16) 0.20.2 (2014-06-16)
=================== ===================
......
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