Breaking Changes
- use python logging module instead of verbose parameter
- changed the `plugin` operator parameter input and output names. So it can accept both chunk and other data, such as bounding box.
- the default downsampling factor changes from (1,2,2) to (2,2,2)
- default input to plugin changed from chunk to None
Deprecations
Features
- quit neuroglancer by enter q and return.
- work with Flatiron disBatch.
- a new operator remap to renumber a serials of segmentation chunks.
- shard meshing. It is not validated yet. The data is written, but Neuroglancer is still not showing them. There is something like manifest missing.
- support downsample in Z
- support disbatch in manifest operator
- add voxel size of chunk
- automatically use chunk voxel size in neuroglancer operator
- mask out a chunk with smaller voxel size. The voxel size should be divisible though.
- plugin with bounding box and argument
- more options for generate-tasks operator
Bug Fixes
- fix manifest by updating cloud storage to CloudFiles
- fix load-h5 operator when only cutout size is provided
- fix grid size bug of generating tasks
Improved Documentation