Skip to content

v2.4.2

Compare
Choose a tag to compare
@PierreRaybaut PierreRaybaut released this 16 Jul 10:01
· 112 commits to master since this release

Version 2.4.2

In this release, test coverage is 79%.

🛠️ Bug fixes:

  • Issue #17:
    • Debian's Python team has reported that the contour unit test was failing on arm64
      architecture
    • This is the opportunity to replace the contour2d Cython extension by scikit-image's
      find_contours function, thus avoiding to reinvent the wheel by relying on a more
      robust and tested implementation
    • The contour2d Cython extension is removed from the source code
    • The contour related features remain the same, but the implementation is now based on
      scikit-image's find_contours function
    • The scikit-image dependency is added to the package requirements