Cython v0.29.3 Release Notes

Release Date: 2019-01-19 // about 5 years ago
  • 🐛 Bugs fixed

    • Some C code for memoryviews was generated in a non-deterministic order. Patch by Martijn van Steenbergen. (Github issue :issue:2779)

    • C89 compatibility was accidentally lost since 0.28. Patches by gastineau and true-pasky. (Github issues :issue:2778, :issue:2801)

    • ⚠ A C compiler cast warning was resolved. Patch by Michael Buesch. (Github issue :issue:2774)

    • An compilation failure with complex numbers under MSVC++ was resolved. (Github issue :issue:2797)

    • 🏗 Coverage reporting could fail when modules were moved around after the build. Patch by Wenjun Si. (Github issue :issue:2776)