Backwards compatibility breaking bug fixes * The visualisation of label images was changed: The first two colors were flipped (now new: 1=cyan, 2=orange). The colour order is now identical with matplotlib default colours. * The `insight()` function displayed images with < 100 pixels as string. It now uses the plot view with min/max and histogram stats
0.4.0
Bug fixes * Rectangular images were not shown properly * Switching from 2D to 3D images in `interact` caused an error.
New features * `assist` offers an `operation` pulldown and shows `interact` for the selected operation
Backwards compatibility breaking changes / deprecations / obsolete functionality * Internal refactoring may break backwards compatibility in case `_private` members were used. * Parameters `display_width` and `display_height` are now without function. These parameters will be removed in the 0.5.0 future release. Use `zoom_factor` instead.
Other backwards compatibiltiy breaking changes are not intentional. Get in touch and create a github issue in case of any problems.
New features * In `stackview.interact()` the `image` parameter is no longer mandatory. However, `context` must be passed instead and allows for having pulldowns for input images.