Is there currently a constraint on the version of cython that can be used in scipy?  If so, can we bump it up to the latest version (0.16)?  I would like to take advantage of the fused types in a extension module that I'm working on.

Warren