Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-26 Thread Matthew Brett
Hi, On Mon, Sep 26, 2016 at 1:42 AM, Alexey Buluy wrote: > > Who is this smart guy who decided to release this version into the open > without proper testing? > Now all packages in pip which use Cython are failing to install: > >> sudo pip install cassandra-driver==2.7.2 >> Downloading/unpacking

Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-25 Thread Robert Bradshaw
Thanks for the report; not sure what changed here. Could you file an issue on github against the 0.25 milestone? On Sun, Sep 25, 2016 at 12:02 AM, Isuru Fernando wrote: > Hi, > > With Cython 0.25a0, following causes a compiler crash. > > from libcpp.vector cimport vector > cdef vector[double comp

Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-25 Thread Isuru Fernando
Hi, With Cython 0.25a0, following causes a compiler crash. from libcpp.vector cimport vector cdef vector[double complex] v Regards, Isuru Fernando On Sun, Sep 25, 2016 at 11:35 AM, Matthew Brett wrote: > On Sat, Sep 24, 2016 at 10:12 PM, Robert Bradshaw > wrote: > > This prerelease version

Re: [Cython] [cython-users] Re: Cython 0.25 alpha0

2016-09-24 Thread Matthew Brett
On Sat, Sep 24, 2016 at 10:12 PM, Robert Bradshaw wrote: > This prerelease version is also available at PyPi > > https://pypi.python.org/pypi/Cython/0.25a0 > > installable via > > pip install --pre cython It looks like the new BUILD file is breaking wheel builds on OSX and Windows: https