Skip to content

v0.11.1

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Jan 11:21

webknossos

Added

  • Dataset.from_images and dataset.add_layer_from_images have new features: #842
    • dm3 and dm4 datasets can be read without bioformats now.
    • It's possible to completely disable the bioformats adapter by setting use_bioformats to False.
    • Lists of images can now be handled with other readers, before only images supported by skimage worked in lists.

wkcuber

Changed

  • Improved perfomance of wkcuber.tile_cubing and making it more robust. #840

cluster_tools

Changed

  • When using the slurm or pbs distribution strategy, scheduled jobs are automatically canceled when aborting a run, i.e. if the SIGINT signal is received. #838