Re: [Cython] Next Cython Release

2017-06-26 Thread Robert Bradshaw
I'm happy with including it at this early stage. On Sun, Jun 25, 2017 at 2:58 PM, Stefan Behnel wrote: > Adrien Guinet schrieb am 17.06.2017 um 11:39: >> As everyone is making his "wishlist" for the next Cython release, I >> think it could be nice if https://github.com/cython/cython/pull/1607 >>

Re: [Cython] Next Cython Release

2017-06-25 Thread Stefan Behnel
Adrien Guinet schrieb am 17.06.2017 um 11:39: > As everyone is making his "wishlist" for the next Cython release, I > think it could be nice if https://github.com/cython/cython/pull/1607 > (Pythran support for Numpy operation) could be integrated. I just pushed > a commit that makes the usage easie

Re: [Cython] Next Cython Release

2017-06-17 Thread Adrien Guinet
On 06/16/2017 09:59 AM, Jeroen Demeyer wrote: > On 2017-06-12 19:35, Robert Bradshaw wrote: >> I've been wanting to do a release for a while, just haven't gotten >> around to it. Yes, let's get one out soon. > > If you do, could you please consider > https://github.com/cython/cython/pull/1654 > >

Re: [Cython] Next Cython Release

2017-06-16 Thread Jeroen Demeyer
On 2017-06-12 19:35, Robert Bradshaw wrote: I've been wanting to do a release for a while, just haven't gotten around to it. Yes, let's get one out soon. If you do, could you please consider https://github.com/cython/cython/pull/1654 or at least say why you don't like it. _

Re: [Cython] Next Cython Release

2017-06-15 Thread Nathan Goldbaum
Hearty +1 to getting a cython release out. I'd like to get this fix which will substantially speed up some code I've written on multicore systems: https://github.com/cython/cython/commit/8dbc7c39d1f1a3b675f69dceaac281 7b7675ca09 -Nathan On Mon, Jun 12, 2017 at 1:00 PM, Stefan Behnel wrote: > R

Re: [Cython] Next Cython Release

2017-06-12 Thread Stefan Behnel
Robert Bradshaw schrieb am 12.06.2017 um 19:35: > On Sat, Jun 10, 2017 at 10:34 AM, Julian Rüth wrote: >> some people over at conda-forge would like to use features that are >> already in master but have not been released yet >> (https://github.com/conda-forge/cython-feedstock/pull/20). We would >>

Re: [Cython] Next Cython Release

2017-06-12 Thread Robert Bradshaw
On Sat, Jun 10, 2017 at 10:34 AM, Julian Rüth wrote: > Hello Cython developers, > > some people over at conda-forge would like to use features that are > already in master but have not been released yet > (https://github.com/conda-forge/cython-feedstock/pull/20). We would > prefer not to patch and

Re: [Cython] Next Cython Release

2017-06-11 Thread Nathan Goldbaum
Cython uses github for bug tracking these days: https://github.com/cython/cython/issues On Sun, Jun 11, 2017 at 10:54 AM Julian Rüth wrote: > Hello Cython developers, > > some people over at conda-forge would like to use features that are > already in master but have not been released yet > (ht

[Cython] Next Cython Release

2017-06-11 Thread Julian Rüth
Hello Cython developers, some people over at conda-forge would like to use features that are already in master but have not been released yet (https://github.com/conda-forge/cython-feedstock/pull/20). We would prefer not to patch and older release for Cython but just wait for the next release. How