Skip to content

Releases: haesleinhuepf/stackview

0.3.10

30 Dec 19:33
Compare
Choose a tag to compare
0.3.10 Pre-release
Pre-release

Bug fixes

  • Minor bugfix in case mouse didn't move while drawing.

0.3.9

30 Dec 17:40
04b1e03
Compare
Choose a tag to compare
0.3.9 Pre-release
Pre-release

New features

  • stackview.annotate() allows drawing label images interactively.

0.3.8

23 Dec 11:56
3db7292
Compare
Choose a tag to compare
0.3.8 Pre-release
Pre-release

New features

  • inight() creates static views known from some napari plugins and pyclesperanto-prototype

image

  • zoom_factor allows showing images with different sizes (thanks to @paxcalpt for proposing)

haase-23-12-2022-12-52-18

Depreactions / obsolete functions

The parameters display_width and display_height were declared obsolete as they ware dysfunctional.

Full Changelog: 0.3.7...0.3.8

0.3.7

20 Dec 13:31
463f247
Compare
Choose a tag to compare
0.3.7 Pre-release
Pre-release

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.

Miscelaneous

  • In stackview.interact() parameter ranges are guessed now from variable names and types

0.3.6

28 Nov 22:46
Compare
Choose a tag to compare
0.3.6 Pre-release
Pre-release

What's Changed

  • added alpha option to curtain function by @orena1 in #5

stackview_curtain_alpha

New Contributors

  • @orena1 made their first contribution in #5

Full Changelog: 0.3.5...0.3.6

0.3.5

20 Sep 07:58
Compare
Choose a tag to compare
0.3.5 Pre-release
Pre-release

bugfix:

  • The first label was visualized in black in some special conditions

0.3.4

17 Sep 14:22
Compare
Choose a tag to compare
0.3.4 Pre-release
Pre-release

New features

  • The first four label colours correspond now to matplotlibs default colours when visualizing label images
  • merge_rgb() for turning three images into a scikit-image style RGB image (channel axis is last)
  • added continuous_update parameter in interact()

Bugfix

  • Some labels where not shown (black) depending on the maximum number of labels

0.3.2

27 Aug 12:03
Compare
Choose a tag to compare
0.3.2 Pre-release
Pre-release

Bugfix:

  • Imported libraries that were not listed as dependency

0.3.1

27 Aug 11:45
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

New features

  • added @jupyter_displayable_output decorator for static image output in jupyter notebooks

image

0.3.0

12 Aug 19:41
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

New features

  • interactive() supports bool parameters using checkboxes
  • Support label images

Bug fixes

  • Also non-numpy images (e.g. OCL-Arrays) are supported, which caused an error earlier