Cython, a Python library for compiling Python code to C, released version 3 after almost five years with new features, better integration with C and C++, and support for more Python implementations and configurations. New language features include Python 3 syntax and semantics enabled by default, Cython type annotations in plain Python code, automatic NumPy ufunc generation, and more. |