Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.11.1
webknossos
Added
Dataset.from_images
anddataset.add_layer_from_images
have new features: #842dm3
anddm4
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
v0.11.0
webknossos
Breaking Changes
- Removed the
id
attribute of theBoundingBox
class, also from the constructor. #836
Fixed
v0.10.27
v0.10.26
webknossos
Changed
Dataset.from_images
anddataset.add_layer_from_images
now try to import the images via the bioformats after all other options as well. #829
Fixed
dataset.add_layer_from_images
can now handle paths to folders which only contain a single image. #829
v0.10.25
webknossos
Breaking Changes
Dataset.from_images
now adds a layer per timepoint and per channel (if the data doesn't have 1 or 3 channels). #822
Added
v0.10.24
v0.10.23
v0.10.22
v0.10.21
Relaxed the version requirements for the tifffile
and imagecodecs
libraries