Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.10.22
v0.10.21
Relaxed the version requirements for the tifffile and imagecodecs libraries
v0.10.20
v0.10.19
webknossos
Breaking Changes
- The 
executorargument can now be passed to the following methods,
argsis deprecated now for those #805:dataset.copy_dataset(…)layer.upsample(…)layer.downsample(…)layer.downsample_mag(…)layer.downsample_mag_list(…)layer.redownsample(…)mag_view.compress(…)view.content_is_equal(…)
 
Added
- Added 
Dataset.from_images, which converts images to a Dataset, possibly consisting of multiple layers. [#808](#808 - Added 
Annotation.open_as_remote_dataset(…), which is a shorthand forAnnotation.download(...).get_remote_annotation_dataset().
#811 skeleton.save()now also accepts paths with a.zipsuffix. #811- Added 
annotation.get_volume_layer_segments()to interact with information from theSegmentstab in annotations. This method returns a dict from segment ids to an object containing optional segmentname,colorandanchor_position. #812 - Added convenience methods 
Dataset.compressandDataset.downsamplefor compressing and downsampling all layers and mags in a dataset. #813 - Added examples for downloading segment masks from webKnossos and cubing & uploading tiff stacks. #813
 
wkcuber
Changed
- Some methods now take and 
executorargument instead ofargsorexecutor_args.
This does not affect the CLI arguments. #805 
v0.10.18
v0.10.17
v0.10.16
webknossos
Added
- Added direct access to an underlying Zarr array with the 
MagView.get_zarr_array()method. #792 
Changed
- Upgraded 
zarrandnumcodecs. #798 
wkcuber
Added
- The modules 
wkcuberandwkcuber.converter' also accept--pad` as a CLI argument to allow converting image data with differing image extents. #796 
v0.10.15
v0.10.14
webknossos
Changed
dataset.add_copy_layer()andlayer.add_copy_mag()now read and write the image data, not copying files. This allows to stream data from remote datasets. To continue using the filesystem copy mechanism, please usedataset.add_fs_copy_layer()orlayer.add_fs_copy_mag(). #790