Skip to content

v0.19.1

Compare
Choose a tag to compare
@github-actions github-actions released this 15 Dec 17:06
· 992 commits to main since this release
v0.19.1

scikit-image 0.19.1

We're happy to announce the release of scikit-image v0.19.1!

This is a small bug fix release that resolves a couple of backwards compatibility issues and a couple of issues with the wheels on PyPI. Specifically, MacOS wheels for Apple M1 (arm64) on PyPI were broken in 0.19.0, but should now be repaired. The arm64 wheels are for MacOs >= 12 only. Wheel sizes are also greatly reduced relative to 0.19.0 by stripping debug symbols from the binaries and making sure that Cython-generated source files are not bundled in the wheels.

Pull Requests Included

  • Backport PR #6097 on branch v0.19.x (Restore non-underscore functions in skimage.data) (gh-6099)
  • Backport PR #6095 on branch v0.19.x (Preserve backwards compatibility for channel_axis parameter in transform functions) (gh-6100)
  • Backport PR #6103 on branch v0.19.x (Make rank filter test comparisons robust across architectures) (gh-6106)
  • Backport PR #6105 on branch v0.19.x (Pass a specific random_state into ransac in test_ransac_geometric) (gh-6107)
  • Fix two equality comparison bugs in the wheel build script (gh-6098)
  • Backport of gh-6109 (Add linker flags to strip debug symbols during wheel building) (gh-6110)
  • Pin setuptools maximum in v0.19.x to avoid breaking on planned distutils API changes (gh-6112)
  • Avoid potential circular import of rgb2gray (gh-6113)
  • Backport PR #6089 on branch v0.19.x (Skip tests requiring fetched data) (gh-6115)
  • Backport PR #6118 on branch v0.19.x (Fixes to tests.yml and fixes for expected warnings) (gh-6127)
  • Backport PR #6114 on branch v0.19.x (Relax test condition to make it more robust to variable CI load) (gh-6128)

3 authors added to this release [alphabetical by first name or login]

  • Gregory R. Lee
  • Joshua Newton
  • Mark Harfouche

5 reviewers added to this release [alphabetical by first name or login]

  • Gregory R. Lee
  • Juan Nunez-Iglesias
  • Marianne Corvellec
  • Mark Harfouche
  • Stefan van der Walt