[Numpy-discussion] Some incompatibilities in numpy trunk

Gael Varoquaux gael.varoquaux at normalesup.org
Sun Dec 6 14:33:10 EST 2009


On Sun, Dec 06, 2009 at 01:12:52PM -0600, Robert Kern wrote:
> Is this Cython or Pyrex code? 

It is.

> Unfortunately Pyrex checks the size of types exactly such that even if
> you extend the type in a backwards compatible way, it will raise that
> exception. 

OK, that makes sens. Thanks for the explaination.

> This behavior has been inherited by Cython. I have asked for
> this feature to be removed, or at least turned into a >= check, but it
> got no traction.

Well, maybe when all the cython deployements break because of the numpy
change, it will get more traction.

Gaël



More information about the NumPy-Discussion mailing list