summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2014-07-31 19:20:15 +0200
committerStefan Behnel <stefan_ml@behnel.de>2014-07-31 19:20:15 +0200
commita1765d5e79e237308b99934efd8d482bc62903d9 (patch)
treeae952762f19dc433ff8bc8ec61e5cccf8f5c2941
parent5d6e2beec53fc874f7cca88d998177d2010172af (diff)
downloadcython-a1765d5e79e237308b99934efd8d482bc62903d9.tar.gz
changelog0.21a1
--HG-- extra : amend_source : 738af7da4118ace0e2c39d0883e89db8833b5cbb
-rw-r--r--CHANGES.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 94ffca313..99146386f 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -38,6 +38,11 @@ Features added
* HTML output of annotated code uses Pygments for code highlighting
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
annotations. Currently requires setting the compiler directive
``annotation_typing=True``.
@@ -113,6 +118,9 @@ Other changes
* 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)
===================