Skip to content

v0.9.6

Choose a tag to compare

@jstriebel jstriebel released this 15 Feb 10:25
· 676 commits to master since this release

webknossos

Added

  • Added apply_merger_mode.py example. #592
  • Added support for reading from multiple volume layers in annotations. If an annotation contains multiple volume layers, the layer name has to be provided when reading from a volume layer in an annotation (in Annotation.save_volume_annotation() and Annotation.temporary_volume_annotation_layer_copy()). Also, added the method Annotation.get_volume_layer_names() to see available volume layers. #588

Changed

  • Dataset writes in higher mags do not increase the bounding box if the written data fits in the rounded up box. #595

Fixed

  • Dataset down- & upload: #595
    • Fixed download of higher mags.
    • Bounding box after download is set correctly (was inflated before when downloading higher mags).
    • The returned URL for uploads is corrected, this did not respect new_dataset_name before.

cluster-tools

Added

  • Automatically detect when a multiprocessing context is set up without using an if __name__ == "__main__" guard in the main module. #598