Skip to content

Releases: scalableminds/webknossos-libs

v0.11.4

09 Feb 14:10

Choose a tag to compare

cluster_tools

Fixed

  • Fixed the execution of non-array jobs using slurm. #864

v0.11.3

06 Feb 14:38

Choose a tag to compare

wkcuber

Fixed

  • Fixed a bug where converting coarse-mag Knossos data would crash with an assertion error. #857

v0.11.2

18 Jan 15:28

Choose a tag to compare

webknossos

Fixed

  • Fixed a bug, where the image order could be randomized when passing a directory path to Dataset.add_layer_from_images. #854

cluster_tools

Fixed

  • Fixed TypeError when aborting a run that occurred under certain circumstances. #851

v0.11.1

05 Jan 11:21

Choose a tag to compare

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

v0.11.0

09 Dec 15:43

Choose a tag to compare

webknossos

Breaking Changes

  • Removed the id attribute of the BoundingBox class, also from the constructor. #836

Fixed

  • Fixed bounding box serialization in NMLs, so that bounding boxes which are uploaded via annotations are now recognized properly by webKnossos. #836
  • Bounding boxes keep their name, color and visibility when transformed via methods, such as bbox.padded_with_margins(). #836

v0.10.27

07 Dec 13:28

Choose a tag to compare

webknossos

Added

  • Short links, such as https://webknossos.org/links/93zLg9U9vJ3c_UWp, are now supported for dataset and annotation urls in download and open_remote methods. #837

v0.10.26

05 Dec 13:53

Choose a tag to compare

webknossos

Changed

  • Dataset.from_images and dataset.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

29 Nov 14:37

Choose a tag to compare

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

  • Added python-native CZI support for Dataset.from_images or dataset.add_layer_from_images, without using bioformats. #822
  • dataset.add_layer_from_images can add a layer per timepoint and per channel when passing allow_multiple_layers=True. #822

v0.10.24

09 Nov 16:52

Choose a tag to compare

webknossos

Changed

  • Updated cattrs dependency to 22.2.0. #819

wkcuber

Changed

  • Updated cattrs dependency to 22.2.0. #819

v0.10.23

01 Nov 17:19

Choose a tag to compare

webknossos

Breaking Changes

  • ds.add_layer_from_images: Turned some arguments into keyword-only arguments, only affecting positional arguments after the first 8 arguments. #818

Added

  • ds.add_layer_from_images: added topleft and dtype kw-only arguments. #818