
Hi, I'm not sure if everyone has already noticed, that there is support for "fused types" in the recently released Cython 0.17 (http://docs.cython.org/src/userguide/fusedtypes.html). This may be extremely useful to support different dtypes without doing a explicit conversion of arrays. It's probably too early to use this feature as it is still marked as "experimental"... but we should consider to use this feature in future. Regards, Johannes

On Tue, Oct 9, 2012 at 2:11 AM, Johannes Schönberger < hannesschoenberger@gmail.com> wrote:
I'm not sure if everyone has already noticed, that there is support for "fused types" in the recently released Cython 0.17 ( http://docs.cython.org/src/userguide/fusedtypes.html).
Fused types were actually introduced in v0.16 ( http://wiki.cython.org/ReleaseNotes-0.16) so v0.17 is the second release supporting them. Mathieu
participants (2)
-
Johannes Schönberger
-
Mathieu Blondel