Cython v0.29.27 Release Notes

Release Date: 2022-01-28 // over 2 years ago
  • 🔋 Features added

    • The cythonize command has a new option -M to generate .dep dependency files for the compilation unit. This can be used by external build tools to track these dependencies. Patch by Evgeni Burovski. (Github issue :issue:1214)

    🐛 Bugs fixed

    • Compilation failures on PyPy were resolved. Patches by Matti Picus. (Github issues :issue:4509, :issue:4517)

    • Calls to range() with more than three arguments did not fail. Original patch by Max Bachmann. (Github issue :issue:4550)

    • ⚠ Some C compiler warnings about missing type struct initialisers in Py3.10 were resolved.

    • Cython no longer warns about using OpenMP 3.0 features since they are now considered generally available.

    .. _0.29.26: