Releases: haesleinhuepf/stackview
Releases · haesleinhuepf/stackview
0.12.1
0.12.0
What's Changed
- add optional flag in orthogonal to switch the crosshairs on and off by @yiqunma in #76
- Simplify biabob hints by @haesleinhuepf in #81
- Added interactive sliceplot by @haesleinhuepf in #84
New Contributors
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
- Various bugfixes and layout improvements by @haesleinhuepf in #72
- add crosshairs to orthogonal by @haesleinhuepf in #73
- bugfix: nd-support and layout of side-by-side by @haesleinhuepf in #74
Backwards compatibility breaking changes
If you ever called _SliceViewer().slider.observe
, you need to call _SliceViewer().observe
now.
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- support for n-dimensional data by @haesleinhuepf in #71
Backwards compatibility breaking changes
The axis
parameter of many functions is now obsolete. If you want to slice through a specific axis of your stacks, you need to transpose the image stack before sending it to stackview. For this, you can for example use np.swapaxes.
Full Changelog: 0.9.2...0.10.0
0.9.2
What's Changed
- improve numpy compatibility by @haesleinhuepf with support from @tcompa in #70
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- Fix compatibility issue in fractal by @haesleinhuepf (reported by @tcompa ) in #69
Full Changelog: 0.9.0...0.9.1
0.9.0
What's Changed
- fix issue with numpy compatibility by @haesleinhuepf (reported by @jo-mueller) in #68
Full Changelog: 0.8.2...0.9.0
0.8.2
What's Changed
- Bugfix clusterplot didn't work with 3D data by @haesleinhuepf in #67
Full Changelog: 0.8.1...0.8.2
0.8.1
What's Changed
- add git-bob github workflows by @haesleinhuepf in #62
- Bugfix: RGBA animations didn't work by @haesleinhuepf in #66
Full Changelog: 0.8.0...0.8.1
0.8.0
What's Changed
- add scatterplot and clusterplot to bia-bob-suggestions by @haesleinhuepf in #58
- Make markersize in plots configurable by @haesleinhuepf in #55
- Remove assist by @haesleinhuepf in #54
Backwards compatibility breaking changes
- The function
stackview.assist()
was removed. Consider LLM-based assistants such as bia-bob instead or usestackview<0.8.0
.
Full Changelog: 0.7.11...0.8.0