[Cython] Cython 0.25.2 released

Robert Bradshaw robertwb at gmail.com
Fri Dec 9 01:57:46 EST 2016


On Dec 8, 2016 10:29 PM, "Robert Bradshaw" <robertwb at gmail.com> wrote:

I pushed a bugfix release to PyPi this afternoon. This is a minor
release with the following fixes:

- Fixes several issues with C++ template deduction.
- Fixes a issue with bound method type inference (Github issue #551).
- Fixes a bug with cascaded tuple assignment (Github issue #1523).
- Fixes bug with powers of pure real complex numbers (Github issue #1538).
- Fixes bug with namespace resolution of enum values (Github issue #1533).
- Fixes bug with references and exception handling (Github issue #1519).
- Fixed or silenced many Clang warnings.

It also silences the build deprecation warnings on Python 3. It should
be fully backwards compatible with 0.25.1.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/cython-devel/attachments/20161208/493ff1f5/attachment.html>


More information about the cython-devel mailing list