Cython Development Team is announcing that Cython with version number 0.22.1 is already available to download.
What is Cython ?
Cython is A compiler for writing C extensions for the Python language .
Developed from the Pyrex core, it’s enhanced with more cutting edge functionality and optimizations.The Cython language is very close to the Python language, but Cython additionally supports calling C functions and declaring C types on variables and class attributes.This allows the compiler to generate very efficient C code from Cython code.Cython is the ideal language for wrapping external C libraries, and for fast C modules that speed up the execution of Python code.
This is changelog for Cython version 0.22.1 :
You can read the complete changelog and also download this latest version on their homepage: www.cython.org