Skip to content

v3.6.0

Choose a tag to compare

@github-actions github-actions released this 07 Aug 13:40
· 11 commits to master since this release

webknossos

Added

  • Added RemoteDataset.delete() to enable deletion of remote datasets via the libs. #1484
  • Added a transform function to resample a layer's data into another layer using either a forward AbstractTransform such as AffineTransform or an arbitrary inverse coordinate transform callable, with support for parallel processing via cluster_tools executors (e.g. multiprocessing, slurm).
  • Added BoundingBox.iter_chunk_toplefts(), a fast, allocation-free variant of BoundingBox.chunk() that yields chunk toplefts as plain int tuples instead of BoundingBox instances, and accepts an optional clip_to bounding box. #1494

Fixed

  • Fixed a storage leak where downloading annotations and editing volume layers wrote zip data to temporary files on disk instead of keeping it in memory. #1485