[Cython] Cython 0.24.1 released
Hi all! I just pushed a bug-fix-only release for the current 0.24 series. The update should be safe for everyone using 0.24. https://pypi.python.org/pypi/Cython/0.24.1 Complete changelog follows below. SHA1 sum: a837efb73c195585ce6e27cf53e3587285ccd39f Cython-0.24.1.tar.gz Have fun, Stefan 0.24.1 (2016-07-15) === Bugs fixed -- * IPython cell magic was lacking a good way to enable Python 3 code semantics. It can now be used as "%%cython -3". * Follow a recent change in PEP 492 and CPython 3.5.1 that now requires the "__aiter__()" method of asynchronous iterators to be a simple "def" method instead of an "async def" method. See https://www.python.org/dev/peps/pep-0498/ * Coroutines and generators were lacking the "__module__" special attribute. * C++ "std::complex" values failed to auto-convert from and to Python complex objects. * Namespaced C++ types could not be used as memory view types due to a lack of name mangling. Patch by Ivan Smirnov. * Assignments between identical C++ types that were declared with differently typedefed template types could fail. * Rebuilds could fail to evaluate dependency timestamps in C++ mode. Patch by Ian Henriksen. * Macros defined in the "distutils" compiler option do not require values anymore. Patch by Ian Henriksen. * Minor fixes for MSVC, Cygwin and PyPy. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] cython.org
On 2016-06-06 07:43, Robert Bradshaw wrote: trac - UW - the big loss (not sure how old any backup is) Has there been any attempt to restart the Cython trac? Is the data still there? ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] [cython-users] Cython 0.24.1 released
Hi, On Fri, Jul 15, 2016 at 9:32 AM, Stefan Behnel wrote: > Hi all! > > I just pushed a bug-fix-only release for the current 0.24 series. > The update should be safe for everyone using 0.24. > > https://pypi.python.org/pypi/Cython/0.24.1 > > Complete changelog follows below. > > SHA1 sum: > a837efb73c195585ce6e27cf53e3587285ccd39f Cython-0.24.1.tar.gz Thanks a lot for the release. I'm just building wheels via https://travis-ci.org/MacPython/cython-wheels - will upload soon. It would be good to get the wheels up before the source archive, if at all possible, to make sure that users don't get a blip where they don't have wheels for a while. Building should be straightforward, just a new commit to https://github.com/MacPython/cython-wheels with an edit to give the new tag name. If y'all agree that's a good idea, what's the best way to update the release procedure? Cheers, Matthew ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] cython.org
On Fri, Jul 15, 2016 at 2:46 AM, Jeroen Demeyer wrote: > On 2016-06-06 07:43, Robert Bradshaw wrote: >> >> trac - UW - the big loss (not sure how old any backup is) > > > Has there been any attempt to restart the Cython trac? Is the data still > there? It's probably up now (i.e., the actual computer -- if you knew the ip). I transferred the cython.org domain to Robert Bradshaw month(s) ago when things were working. Hint to the world: Github exists. William > > ___ > cython-devel mailing list > cython-devel@python.org > https://mail.python.org/mailman/listinfo/cython-devel -- William (http://wstein.org) ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel
Re: [Cython] cython.org
On Fri, Jul 15, 2016 at 1:58 PM, William Stein wrote: > On Fri, Jul 15, 2016 at 2:46 AM, Jeroen Demeyer > wrote: >> On 2016-06-06 07:43, Robert Bradshaw wrote: >>> >>> trac - UW - the big loss (not sure how old any backup is) >> >> >> Has there been any attempt to restart the Cython trac? Is the data still >> there? > > It's probably up now (i.e., the actual computer -- if you knew the > ip). I transferred the cython.org domain to Robert Bradshaw month(s) > ago when things were working. I have the data, but haven't tried starting an instance. Exactly where we want to do is still TBD (but just yesterday I finally got permissions to manage http://cython.readthedocs.io/en/latest/ ) I've been leaning towards migrating to github issues--been meaning to start a thread on that. ___ cython-devel mailing list cython-devel@python.org https://mail.python.org/mailman/listinfo/cython-devel