[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/cython/cython/blob/master/CHANGES.rst

Thanks,
Robert
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


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/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/cython/cython/blob/master/CHANGES.rst
>
> Thanks,
> Robert
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


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://ci.appveyor.com/project/matthew-brett/cython-wheels/build/1.0.20/job/eu6n2eyc07a33ojl
https://travis-ci.org/MacPython/cython-wheels/jobs/162527865#L235

Can it be renamed?

Cheers,

Matthew
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel