Re: [Cython] Cython 0.26 beta

2017-07-10 Thread Robert Bradshaw
https://github.com/scikit-learn/scikit-learn/pull/9311 looks like a
good resolution. The infinite recursion issue has been fixed as well.

On Fri, Jul 7, 2017 at 2:10 PM, Andreas Mueller  wrote:
> Hey folks.
> So scikit-learn master doesn't build with 0.26b0:
> https://github.com/scikit-learn/scikit-learn/issues/9272
>
> Robert already looked into this, but it hasn't been resolved yet:
> https://github.com/scikit-learn/scikit-learn/pull/9133
>
> We want to create a release candidate today and release soon(ish).
> It would be great if you could give us hand so that our release
> builds with your release :)
>
> Cheers,
> Andy
>
>
> On 07/03/2017 04:29 PM, Robert Bradshaw wrote:
>>
>> There have been a lot of changes since Cython 0.25.2, please test and
>> report. https://github.com/cython/cython/archive/0.26b0.zip
>>
>> At this point I anticipate only bugfixes will be merged before the
>> final release.
>> ___
>> cython-devel mailing list
>> cython-devel@python.org
>> https://mail.python.org/mailman/listinfo/cython-devel
>
>
> ___
> cython-devel mailing list
> cython-devel@python.org
> https://mail.python.org/mailman/listinfo/cython-devel
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython 0.26 beta

2017-07-10 Thread Robert Bradshaw
Another beta: https://github.com/cython/cython/archive/0.26b1.zip

On Mon, Jul 10, 2017 at 10:59 AM, Robert Bradshaw  wrote:
> https://github.com/scikit-learn/scikit-learn/pull/9311 looks like a
> good resolution. The infinite recursion issue has been fixed as well.
>
> On Fri, Jul 7, 2017 at 2:10 PM, Andreas Mueller  wrote:
>> Hey folks.
>> So scikit-learn master doesn't build with 0.26b0:
>> https://github.com/scikit-learn/scikit-learn/issues/9272
>>
>> Robert already looked into this, but it hasn't been resolved yet:
>> https://github.com/scikit-learn/scikit-learn/pull/9133
>>
>> We want to create a release candidate today and release soon(ish).
>> It would be great if you could give us hand so that our release
>> builds with your release :)
>>
>> Cheers,
>> Andy
>>
>>
>> On 07/03/2017 04:29 PM, Robert Bradshaw wrote:
>>>
>>> There have been a lot of changes since Cython 0.25.2, please test and
>>> report. https://github.com/cython/cython/archive/0.26b0.zip
>>>
>>> At this point I anticipate only bugfixes will be merged before the
>>> final release.
>>> ___
>>> cython-devel mailing list
>>> cython-devel@python.org
>>> https://mail.python.org/mailman/listinfo/cython-devel
>>
>>
>> ___
>> cython-devel mailing list
>> cython-devel@python.org
>> https://mail.python.org/mailman/listinfo/cython-devel
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython 0.26 beta

2017-07-10 Thread Robert Bradshaw
Scratch that, please try https://github.com/cython/cython/archive/0.26b1.zip

On Mon, Jul 10, 2017 at 12:49 PM, Robert Bradshaw  wrote:
> Another beta: https://github.com/cython/cython/archive/0.26b1.zip
>
> On Mon, Jul 10, 2017 at 10:59 AM, Robert Bradshaw  wrote:
>> https://github.com/scikit-learn/scikit-learn/pull/9311 looks like a
>> good resolution. The infinite recursion issue has been fixed as well.
>>
>> On Fri, Jul 7, 2017 at 2:10 PM, Andreas Mueller  wrote:
>>> Hey folks.
>>> So scikit-learn master doesn't build with 0.26b0:
>>> https://github.com/scikit-learn/scikit-learn/issues/9272
>>>
>>> Robert already looked into this, but it hasn't been resolved yet:
>>> https://github.com/scikit-learn/scikit-learn/pull/9133
>>>
>>> We want to create a release candidate today and release soon(ish).
>>> It would be great if you could give us hand so that our release
>>> builds with your release :)
>>>
>>> Cheers,
>>> Andy
>>>
>>>
>>> On 07/03/2017 04:29 PM, Robert Bradshaw wrote:

 There have been a lot of changes since Cython 0.25.2, please test and
 report. https://github.com/cython/cython/archive/0.26b0.zip

 At this point I anticipate only bugfixes will be merged before the
 final release.
 ___
 cython-devel mailing list
 cython-devel@python.org
 https://mail.python.org/mailman/listinfo/cython-devel
>>>
>>>
>>> ___
>>> cython-devel mailing list
>>> cython-devel@python.org
>>> https://mail.python.org/mailman/listinfo/cython-devel
___
cython-devel mailing list
cython-devel@python.org
https://mail.python.org/mailman/listinfo/cython-devel


Re: [Cython] Cython 0.26 beta

2017-07-10 Thread Robert Bradshaw
https://github.com/cython/cython/archive/0.26b2.zip

On Mon, Jul 10, 2017 at 2:01 PM, Robert Bradshaw  wrote:
> Scratch that, please try https://github.com/cython/cython/archive/0.26b1.zip
>
> On Mon, Jul 10, 2017 at 12:49 PM, Robert Bradshaw  wrote:
>> Another beta: https://github.com/cython/cython/archive/0.26b1.zip
>>
>> On Mon, Jul 10, 2017 at 10:59 AM, Robert Bradshaw  wrote:
>>> https://github.com/scikit-learn/scikit-learn/pull/9311 looks like a
>>> good resolution. The infinite recursion issue has been fixed as well.
>>>
>>> On Fri, Jul 7, 2017 at 2:10 PM, Andreas Mueller  wrote:
 Hey folks.
 So scikit-learn master doesn't build with 0.26b0:
 https://github.com/scikit-learn/scikit-learn/issues/9272

 Robert already looked into this, but it hasn't been resolved yet:
 https://github.com/scikit-learn/scikit-learn/pull/9133

 We want to create a release candidate today and release soon(ish).
 It would be great if you could give us hand so that our release
 builds with your release :)

 Cheers,
 Andy


 On 07/03/2017 04:29 PM, Robert Bradshaw wrote:
>
> There have been a lot of changes since Cython 0.25.2, please test and
> report. https://github.com/cython/cython/archive/0.26b0.zip
>
> At this point I anticipate only bugfixes will be merged before the
> final release.
> ___
> cython-devel mailing list
> cython-devel@python.org
> https://mail.python.org/mailman/listinfo/cython-devel


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