Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #1092
| From | robertwb <robertwb@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python.announce |
| Subject | Cython 0.14.1 has been released |
| Date | 2011-02-04 02:51 -0800 |
| Organization | http://groups.google.com |
| Message-ID | <mailman.1651.1296835021.6505.python-announce-list@python.org> (permalink) |
Cython 0.14.1 has just been released. This release is primarily a bug fix release building on top of 0.14. Download: http://cython.org/release/Cython-0.14.1rc3.tar.gz == New Features == - The gdb debugging support was extended to include all major Cython features, including closures. raise MemoryError() is now safe to use as Cython replaces it with the correct C-API call. - Better support for testing (including on Windows) - General improvements and bug fixes The bug tracker has a list of the major improvements and fixes: http://trac.cython.org/cython_trac/query?status=closed&group=component&order=id&col=id&col=summary&col=milestone&col=status&col=type&col=priority&col=component&milestone=0.14.1&desc=1 == Incompatible changes == - Decorators on special methods of cdef classes now raise a compile time error rather than being ignored. - In Python 3 language level mode (-3 option), the 'str' type is now mapped to 'unicode', so that cdef str s declares a Unicode string even when running in Python 2. == Contributors == Many people contributed to this release, including: - Stefan Behnel - Alexey Borzenkov - Robert Bradshaw - Lisandro Dalcin - Mark Florisson - W. Trevor King - Vitja Makarov A special thanks also to the many people who did testing and contributed useful bug reports.
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
Cython 0.14.1 has been released robertwb <robertwb@gmail.com> - 2011-02-04 02:51 -0800
csiph-web