Skip to content

v0.9.7

Choose a tag to compare

@philippotto philippotto released this 28 Feb 12:40
· 670 commits to master since this release

webknossos

Added

  • Added only_setup_mag parameter to downsample-related methods in Layer. This parameter allows creating output magnifications before parallelizing downsampling invocations to avoid outdated writes to datasource-properties.json. #610
  • Added Task.create() method to create tasks by prodiving a dataset name, location, and rotation. #605

cluster-tools

Added

  • Added KubernetesExecutor for parallelizing Python scripts on a Kubernetes cluster. #600