来源:Cython
浏览 358
扫码
分享
2020-04-04 08:23:49
0.29.3 (2019-01-19)
Bugs fixed
- Some C code for memoryviews was generated in a non-deterministic order.Patch by Martijn van Steenbergen. (Github issue #2779)
- C89 compatibility was accidentally lost since 0.28.Patches by gastineau and true-pasky. (Github issues #2778, #2801)
- A C compiler cast warning was resolved.Patch by Michael Buesch. (Github issue #2774)
- An compilation failure with complex numbers under MSVC++ was resolved.(Github issue #2797)
- Coverage reporting could fail when modules were moved around after the build.Patch by Wenjun Si. (Github issue #2776)