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

Re: [Cython] Cython 0.25 alpha0

2016-09-24 Thread Robert Bradshaw
This prerelease version is also available at PyPi https://pypi.python.org/pypi/Cython/0.25a0 installable via pip install --pre cython On Sat, Sep 24, 2016 at 9:47 PM, Robert Bradshaw wrote: > Please download and test the upcoming release of Cython: > > https://github.com/cython/cython

[Cython] Cython 0.25 alpha0

2016-09-24 Thread Robert Bradshaw
Please download and test the upcoming release of Cython: https://github.com/cython/cython/archive/0.25a0.tar.gz This is not the final release (more pull requests and bug fixes may still go in) but a lot has changed since the last release so it'd be good to get feedback early. https://github.com/