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