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
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