Previously simple `str` were used as type for paths. The latest commit (293) changed the type of paths from `str` to `Path`. This changes the interface of many functions.
0.5.2
0.5.1
0.5.0
The entry point to `wkcuber` was changed to auto-detect the input format. The old behavior of the main entry point can still be used via `python -m wkcuber.convert_image_stack_to_wkw`.
0.4.0
Read multi-page tiffs (252) - support for multi-page tiffs (One multi-page tiff file is converted into one wkw layer) - This requires at least python `3.7`