Skip to content

Releases: constantinpape/cluster_tools

Fix downscaling in ome.zarr data format

12 Nov 08:33
Compare
Choose a tag to compare

Several bug fixes

09 Nov 21:44
Compare
Choose a tag to compare
0.3.5

Bump version

Update inference workflows

25 Feb 19:58
Compare
Choose a tag to compare
0.3.4

Add option to compute 2d filters in watershed

New stats workflow

20 Jul 14:23
Compare
Choose a tag to compare

Add statistics workflow and adapt downscaling workflow to new pybdv syntax

Extend support for inference and rois

03 Apr 09:56
Compare
Choose a tag to compare
0.3.2

Finished debugging blocking with roi

Extend support for label multi-sets; add and improve some functionality

26 Feb 22:36
Compare
Choose a tag to compare
  • Extend support for label-multisets to:
    • GraphWorkflow
    • EdgeFeaturesWorfklow
    • FindUniques
  • Fix issues in multicut stitching workflow
  • Add simple threshold task
  • Use pybdv to extend downscaling workflow to bdv.n5 format

New graph storage layout

18 Jan 16:46
1096776
Compare
Choose a tag to compare

Change the storage layout for distributed region graphs and distributed edge feature calculation.
Now, n5 varlen chunks are used to store the properties (edges, nodes or features) for each block.

This has the advantage that storage uses less files, because less files are written per block and because the chunks are only stored for non-empty blocks.

However, data from the old storage layout cannot be read any longer with the newer version.

More functionality

16 Jan 08:43
Compare
Choose a tag to compare
  • Implement object distance workflow
  • Implement multicut based stitching
  • Multiscale network inference
  • Improve functionality:
    • Various improvements in inference workflow
    • Node label workflow supports label multiset input
    • Add object sizes to region features

Move functionality to elf

23 Sep 19:04
Compare
Choose a tag to compare
  • Move general purpose functionality to elf
  • Adapt to new nifty.distributed function signatures
  • Implement label multiset functionality
  • Simplify paintera conversion and downscaling workflow

LMC Paper

16 Jul 12:15
Compare
Choose a tag to compare

Experiments in https://arxiv.org/pdf/1905.10535.pdf were done with this release.