Releases: haesleinhuepf/stackview
Releases · haesleinhuepf/stackview
0.7.0
What's Changed
- Fix rgb image visualization by @haesleinhuepf in #29
Potentially backward compatibility breaking changes
If you were working with images which had 3 pixels in the last dimension, these images may now be misintepreted as RGB images.
Full Changelog: 0.6.4...0.7.0
0.6.4
0.6.3
0.6.2
Bugfix:
interact()
couldn't show label images anymore (bug introduced in 0.6.1)
Full Changelog: 0.6.1...0.6.2
0.6.1
New features
- Added support for
colormap
s (thanks to @marabuuu and others for proposing) containing some code from microfilm. - Added support for
display_min/_max
- Added
toggleable
toswitch
so that multiple images can be shown at the same time
Bugfixes
annotate()
didn't show updates when annotating 2D images
0.6.0
Bugfixes
- interact wasn't executing the function after setting up the GUI
Changes potentially breaking backwards compatibility
- continuous_update parameter of all
stackview
functions is now True per default
Full Changelog: 0.5.2...0.6.0
0.5.2
0.5.1
0.5.0
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 anoperation
pulldown and showsinteract
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
anddisplay_height
are now without function. These parameters will be removed in the 0.5.0 future release. Usezoom_factor
instead.
Other backwards compatibiltiy breaking changes are not intentional. Get in touch and create a github issue in case of any problems.
Full Changelog: 0.3.10...0.4.0