Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.10.12
v0.10.11
v0.10.10
Release for v0.10.10
v0.10.9
v0.10.8
Release for v0.10.8
v0.10.7
webknossos
Breaking Changes
- The
Annotationconstructor takes theowner_nameargument instead ofusername. This is only important when using keyword arguments. Theusernameattributes are still available as a proxy for theowner_nameattribute, but deprecated. #760 user_idonAnnotationInfoobjects is deprecated, please useowner_idinstead. #760- When self-hosting a webKnossos server, please note that a webknossos version >=
22.06.0is required. #760 & #764
Added
Dataset.upload()acceptsLayerobjects from aRemoteDatasetin thelayers_to_linkargument list. Also,LayerToLinkcan consume those viaLayerToLink.from_remote_layer(). #761Task.create()accepts aRemoteDatasetfor thedataset_nameargument. #761- Added
annotation.get_remote_base_dataset()returning aRemoteDataset. #761 - Added
Team.get_by_name(). #763 - Added
Dataset.get_remote_datasets(). #763
Changed
- If a token is requested from the user on the commandline, it is now stored in the current context. Before, it was discarded. #761
Annotation.download()does not need theannotation_typeanymore, and the type can also be omitted from passed URLs. #764Dataset.add_layer_from_imagesallows smaller batch sizes for uncompressed writes. #766Dataset.add_layer_from_imagesuses multiprocessing by default. #766
Fixed
- Fixed the bounding box inferral for volume annotation layers that were not saved in Mag(1). #765
wkcuber
Changed
- Made the dataset upload more robust against network errors. #757
v0.10.6
v0.10.5
Release for v0.10.5
v0.10.3
webknossos
Added
- Added export of OME-NGFF v0.4 metadata for all
Datasets that have a Zarr layer #737
wkcuber
Fixed
- Fixed a bug where nifti datasets would not be converted if called from the CLI. #733
cluster_tools
Added
- Detect when slurm jobs crash due to being out-of-memory. #739
v0.10.2
webknossos
Changed
- added Python 3.9 support to wk-libs #716
Fixed
- URLs for the webknossos-context (e.g. in the
WK_URLenv var or viawebknossos_context(url=…)) may now contain/in the end and are sanitized. Before, requests would fail if the URL contained a final/. #733
wkcuber
Changed
- Added Python 3.9 support to wkcuber #716
cluster_tools
Fixed
- Fix
_log() got unexpected keyword argument: 'file'error for newer Python versions. #735