Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-02 Thread Robert Bradshaw
+1, I've been thinking the same. I'll have time to look into these issues next week (if I don't manage to get to them sooner). On Wed, Aug 2, 2017 at 2:44 AM, Stefan Behnel wrote: > Hi! > > Given the current set of bugs and regressions in 0.26, I think we should > start preparing a 0.26.1 release

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-02 Thread Kevin Thornton
If you want to be pedantic, #1788 can be viewed as desirable. Thou shall not (publicly) inherit from namespace std's containers. On Wed, Aug 2, 2017 at 2:50 AM Stefan Behnel wrote: > Hi! > > Given the current set of bugs and regressions in 0.26, I think we should > start preparing a 0.26.1 rele

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-02 Thread Andreas Mueller
FWIW it looks like scikit-learn master builds without problems using cython master. On 08/02/2017 05:44 AM, Stefan Behnel wrote: Hi! Given the current set of bugs and regressions in 0.26, I think we should start preparing a 0.26.1 release. I've already updated the release branch with recent f

[Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-02 Thread Stefan Behnel
Hi! Given the current set of bugs and regressions in 0.26, I think we should start preparing a 0.26.1 release. I've already updated the release branch with recent fixes. It's currently the same as master, but I'd like to separate the branches soon in order to start merging features for 0.27 to avo