You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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