Skip to content

0.10.0

Compare
Choose a tag to compare
@haesleinhuepf haesleinhuepf released this 04 Sep 12:45
· 41 commits to main since this release
343329b

What's Changed

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