- Add tests for python 3.10 (\309). - Drop support for python 3.8 (\319). - Update task interface: use string arguments instead of `pathlib.Path`, and only set defaults in function call signatures (\303).
0.7.3
- Add `reset_origin` argument to `convert_ROI_table_to_indices` (\305). - Do not overwrite existing labels in `cellpose_segmentation` task (\308).
0.7.2
- Remove pyqt5-related dependencies (\288).
0.7.1
Missing
0.7.0
- Replace `dask.array.core.get_mapper()` with `zarr.storage.FSStore()` (\282). - Pin dask version to >=2023.1.0, <2023.2. - Pin zarr version to >=2.13.6, <2.14. - Pin numpy version to >=1.23.5,<1.24. - Pin cellpose version to >=2.2,<2.3.
0.6.5
- Remove FOV overlaps with more flexibility (\265).