Skip to content

Releases: haesleinhuepf/stackview

0.7.0

19 Oct 20:01
60c8d20
Compare
Choose a tag to compare
0.7.0 Pre-release
Pre-release

What's Changed

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

17 Aug 11:53
Compare
Choose a tag to compare
0.6.4 Pre-release
Pre-release

What's Changed

Full Changelog: 0.6.2...0.6.4

0.6.3

25 Apr 13:11
b5277eb
Compare
Choose a tag to compare
0.6.3 Pre-release
Pre-release

Bugfix

  • operations such as max() on stackview-insight images caused an error (thanks to @fbnrst for reporting!)

0.6.2

19 Apr 19:52
b5277eb
Compare
Choose a tag to compare
0.6.2 Pre-release
Pre-release

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

15 Apr 09:28
Compare
Choose a tag to compare
0.6.1 Pre-release
Pre-release

New features

  • Added support for colormaps (thanks to @marabuuu and others for proposing) containing some code from microfilm.
  • Added support for display_min/_max
  • Added toggleable to switch so that multiple images can be shown at the same time

Bugfixes

  • annotate() didn't show updates when annotating 2D images

toggleable_switch

0.6.0

26 Mar 11:54
f638ffa
Compare
Choose a tag to compare
0.6.0 Pre-release
Pre-release

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

29 Jan 00:15
Compare
Choose a tag to compare
0.5.2 Pre-release
Pre-release

New features

  • Added switch to switch between images

demo_switch

0.5.1

21 Jan 12:02
Compare
Choose a tag to compare
0.5.1 Pre-release
Pre-release

New features

  • crop widget (thanks to @paxcalpt for proposing)
crop2.mp4

0.5.0

15 Jan 16:11
be23b40
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release

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

01 Jan 15:22
7b2a827
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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.

Full Changelog: 0.3.10...0.4.0