Cython version to build master

Tony Yu tsyu80 at gmail.com
Sat Aug 25 13:20:08 EDT 2012


On Sat, Aug 25, 2012 at 1:00 PM, Andreas Mueller
<amueller at ais.uni-bonn.de>wrote:

> Hi everybody.
> I haven't kept track of all of the many PRs this last weeks, but I noticed
> today
> that I can't build master. There is an error in "skimage/morphology/_**
> greyreconstruct.pyx".
> I guess that is because I use Cython 0.15.1.
> Is that correct? Do we only support Cython 0.16 now?
>
> Cheers,
> Andy
>
>

Hi Andy,

This is my fault. I should have asked the list first: I bumped up the
Cython version to use typed
memoryviews<http://docs.cython.org/src/userguide/memoryviews.html>
.

My rationale was that we should be pretty conservative with older,
more-entrenched packages like numpy and matplotlib, but less conservative
with something that's rapidly evolving, like Cython.

I'm fine with converting morphological reconstruction to support Cython
0.15 if there's push back.

Cheers,
-Tony
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20120825/05d19bb9/attachment.html>


More information about the scikit-image mailing list