Skip to content

v2.0.1

Choose a tag to compare

@wkentaro wkentaro released this 12 May 12:31
· 152 commits to main since this release

imgviz v2.0.1 fixes an IndexError in label2rgb when the label image contains only unlabeled pixels (-1).

Released on 2026-05-12.

Bug fixes

  • label2rgb crash on all-unlabeled input: label2rgb no longer raises IndexError when every pixel is -1. (#122)

Install

pip install -U imgviz==2.0.1
# or
uv pip install imgviz==2.0.1

Full changelog: v2.0.0...v2.0.1