[Cython] Preparations for Cython 0.26.1 and 0.27

Matthew Brett matthew.brett at gmail.com
Thu Aug 3 14:10:14 EDT 2017


Hi,

On Thu, Aug 3, 2017 at 4:04 PM, Matthew Brett <matthew.brett at gmail.com> wrote:
> Hi,
>
> On Thu, Aug 3, 2017 at 2:12 PM, Andy <t3kcit at gmail.com> 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 too much time.
>
> That's a good idea - I will set that up, and email back here with details.

OK - I have set that up, wheels building on the "daily" branch here:

https://travis-ci.org/MacPython/cython-wheels/branches

But, I'm a bit worried by the pre-release naming scheme, because the
built wheel has name of form "Cython-0.26.1a0-cp..." . Can I ask -
where does the "1a0" come from?  Can it be used to select the most
recent pre-release wheel?  I mean, if we build a wheel from a later
commit, will pip find the later wheel before this one?

Cheers,

Matthew


More information about the cython-devel mailing list