Cython 0.11.2

I'm happy to announce the release of Cython 0.11.2.

http://cython.org/Cython-0.11.2.tar.gz http://cython.org/Cython-0.11.2.zip

New features:

    cdef double complex a = 1 + 0.3j
    cdef np.ndarray[np.complex128_t, ndim=2] arr = \
        np.zeros(10, np.complex128)

Contributors to this release

Thanks also to everybody who's helping us out in our discussions on the mailing list.

[1] http://trac.cython.org/cython_trac/query?group=component&milestone=0.11.2&resolution=fixed

-- Dag Sverre Seljebotn


CategoryReleaseNotes

ReleaseNotes-0.11.2 (last edited 2011-07-22 08:10:50 by StefanBehnel)