Features
- Update `tile_image` and `untile_image` to blend overlapping tiles using spline interpolation (34)
- Reformatted multiplex postprocessing (42)
- Add `interior_axis` to `pixelwise` processing function to enable flexibility (43)
- Add `deep_watershed_3D` as well as tile/untile utilities for 3D (45)
Bugfixes
- Fix stochastic failures on `erode_edges` 3D test (41)
Breaking Changes
- Removed `contextmanager` workaround functions in favor of the `tmpdir` pytest fixture. (40)
- `pixelwise` processing function expects a batch dimension. (43)