Commit 135da779 authored by Stefan Behnel's avatar Stefan Behnel

changelog

parent f95f9b07
...@@ -11,16 +11,19 @@ Features added ...@@ -11,16 +11,19 @@ Features added
* Dynamic Python attributes are allowed on cdef classes if an attribute * Dynamic Python attributes are allowed on cdef classes if an attribute
``cdef dict __dict__`` is declared in the class. Patch by empyrical. ``cdef dict __dict__`` is declared in the class. Patch by empyrical.
* for-loop iteration over "std::string".
* Cython implemented C++ classes can make direct calls to base class methods. * Cython implemented C++ classes can make direct calls to base class methods.
Patch by empyrical.
* New directive ``cython.no_gc`` to fully disable GC for a cdef class. * New directive ``cython.no_gc`` to fully disable GC for a cdef class.
Patch by Claudio Freire.
* Buffer variables are no longer excluded from ``locals()``. * Buffer variables are no longer excluded from ``locals()``.
Patch by da-woods.
* Formatting C integers in f-strings is faster. * Formatting C integers in f-strings is faster.
* for-loop iteration over "std::string".
Bugs fixed Bugs fixed
---------- ----------
......
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