Cython 0.28 has been released, see below for the official announcement. The Sage ticket is #24111, but it needs to be updated.

Hi everyone,

I'm pleased to announce the immediate availability of Cython 0.28, after
almost half a year of development.

https://pypi.python.org/pypi/Cython/0.28


The major new features include:

* Cdef classes can now multiply inherit from ordinary Python classes,
  as long as (exactly) one base class is an extension type.

* The "const" modifier can be applied to memoryview declarations to allow
  read-only buffers as input.

* C code in the docstring of a "cdef extern" block is copied verbatimly
  into the generated file.


The changelog lists the various other big and small features, optimisations
and bug fixes that went into this release:

https://github.com/cython/cython/blob/0.28/CHANGES.rst


Have fun,

Stefan

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to