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/cytho

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-lear

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

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/sciki