Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Stefan Behnel
Am 3. August 2017 20:10:14 MESZ schrieb Matthew Brett: >OK - I have set that up, wheels building on the "daily" branch here: > >https://travis-ci.org/MacPython/cython-wheels/branches Nice. >But, I'm a bit worried by the pre-release naming scheme, because the >built wheel has name of form "Cython-

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread James C. McPherson
On 4/08/17 04:10 am, Matthew Brett wrote: Hi, On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett wrote: Hi, On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: One more thing: If there was a nightly wheel like for scipy and numpy, we could run CI with Cython master. That might lead to finding issues ea

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 2:39 PM, James C. McPherson wrote: > On 4/08/17 04:10 am, Matthew Brett wrote: >> >> Hi, >> >> On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett >> wrote: >>> >>> Hi, >>> >>> On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: One more thing: If there was a nightly whe

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett wrote: > Hi, > > On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: >> One more thing: If there was a nightly wheel like for scipy and numpy, >> we could run CI with Cython master. That might lead to finding issues >> earlier. >> We probably don't want

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Andreas Mueller
On 08/03/2017 12:46 PM, Stefan Behnel wrote: Ian Henriksen schrieb am 03.08.2017 um 18:16: On Thu, Aug 3, 2017 at 10:05 AM Matthew Brett wrote: On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: One more thing: If there was a nightly wheel like for scipy and numpy, we could run CI with Cython maste

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Stefan Behnel
Ian Henriksen schrieb am 03.08.2017 um 18:16: > On Thu, Aug 3, 2017 at 10:05 AM Matthew Brett wrote: >> On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: >>> One more thing: If there was a nightly wheel like for scipy and numpy, >>> we could run CI with Cython master. That might lead to finding issues >>

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Ian Henriksen
On Thu, Aug 3, 2017 at 10:05 AM Matthew Brett wrote: > Hi, > > On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: > > One more thing: If there was a nightly wheel like for scipy and numpy, > > we could run CI with Cython master. That might lead to finding issues > > earlier. > > We probably don't want

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Matthew Brett
Hi, On Thu, Aug 3, 2017 at 2:12 PM, Andy wrote: > One more thing: If there was a nightly wheel like for scipy and numpy, > we could run CI with Cython master. That might lead to finding issues > earlier. > We probably don't want to build cython from source on CI, as I expect that > would > take t

Re: [Cython] Preparations for Cython 0.26.1 and 0.27

2017-08-03 Thread Andy
One more thing: If there was a nightly wheel like for scipy and numpy, we could run CI with Cython master. That might lead to finding issues earlier. We probably don't want to build cython from source on CI, as I expect that would take too much time. On 08/02/2017 05:44 AM, Stefan Behnel wrote