[Cython] Cython 0.23.5 released
Hi all! I just pushed a pure bug-fix-only release for the current 0.23 series. Any major changes have been held back for the upcoming 0.24 feature release, so the update is recommended for those who can't wait. https://pypi.python.org/pypi/Cython/0.23.5 Complete changelog follows below. You can get the signed release from here: http://cython.org/release/Cython-0.23.5.tar.gz http://cython.org/release/Cython-0.23.5.zip SHA1 sums: ee455e4f6bedb8d02325da1d4810ab906c3ddc1d Cython-0.23.5.tar.gz a7ced83eab3bd4122513f3ea7d9f50ba1804a400 Cython-0.23.5.zip Have fun, Stefan 0.23.5 (2016-03-26) === Bugs fixed -- * Compile errors and warnings in integer type conversion code. This fixes ticket 877. Patches by Christian Neukirchen, Nikolaus Rath, Ian Henriksen. * Reference leak when "*args" argument was reassigned in closures. * Truth-testing Unicode strings could waste time and memory in Py3.3+. * Return values of async functions could be ignored and replaced by ``None``. * Compiler crash in CPython 3.6. * Fix prange() to behave identically to range(). The end condition was miscalculated when the range was not exactly divisible by the step. * Optimised ``all(genexpr)``/``any(genexpr)`` calls could warn about unused code. This fixes ticket 876. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] Cython 0.23.5 released
On 2016-03-26 13:47, Stefan Behnel wrote: I just pushed a pure bug-fix-only release for the current 0.23 series. Any major changes have been held back for the upcoming 0.24 feature release, so the update is recommended for those who can't wait. Any idea on the ETA for Cython 0.24? ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] Cython 0.23.5 released
On Sat, Mar 26, 2016 at 6:56 AM, Jeroen Demeyer wrote: > On 2016-03-26 13:47, Stefan Behnel wrote: > >> I just pushed a pure bug-fix-only release for the current 0.23 series. Any >> major changes have been held back for the upcoming 0.24 feature release, >> so >> the update is recommended for those who can't wait. >> > > Any idea on the ETA for Cython 0.24? > Likely in the next week. I think I've merged all the major changes that are going in this release, and am cutting a beta now. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
[Cython] Cython 0.24 beta
I just pushed a beta for Cython 0.24. It can be downloaded at http://cython.org/release/Cython-0.24b0.tar.gz http://cython.org/release/Cython-0.24b0.zip https://github.com/cython/cython/tree/0.24.x It contains fixes to all the bugs reported with the alpha, as as well as the numerous improvements over 0.23.x. I have pulled in the last major changes I plan to make in this release (but development can continue on master). Thanks for the feedback so far; please continue to build and report. If there are no more issues discovered, this may well be the final release next week. - Robert ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel