What's Changed
* support for n-dimensional data by haesleinhuepf in https://github.com/haesleinhuepf/stackview/pull/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](https://numpy.org/doc/stable/reference/generated/numpy.swapaxes.html).
**Full Changelog**: https://github.com/haesleinhuepf/stackview/compare/0.9.2...0.10.0