Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v0.10.1
Release for v0.10.1
v0.10.0
webknossos
Breaking Changes
Dataset.upload()now returns aRemoteDatasetinstead instead of the URL string. You can get the URL viaremote_ds.url. #723User.teamsnow is a tuple instead of a list. #723- The deprecated
download_datasetfunction now requires theorganization_idargument. #723
Added
- Added
Dataset.open_remote(), which returns an object of the newRemoteDataset. #723
This can- give the webknossos URL for the dataset as
remote_ds.url, - read image data via the webknossos zarr interface, using the inherited
Datasetmethods, and - read and change the following dataset metadata as properties:
display_name,description,tags,is_public,sharing_token,allowed_teams.
- give the webknossos URL for the dataset as
Teaminstances also contain theorganization_id. #723
v0.9.24
v0.9.23
Release for v0.9.23
v0.9.22
webknossos
Breaking Changes
- Renamed some entities to comply with the webKnossos terminology. #704:
- The
Graphclass changed toTree, also related methods and attributes are renamed now, e.g.add_graphis nowadd_tree.
All previous entities are still available, but deprecated. scalehas changed tovoxel_sizefor datasets, skeletons and annotations.
Changes inDatasetare backwards-compatible, butscaleis deprecated.
ForAnnotationandSkeletonsthe initializer only supportsvoxel_size, thescaleattribute is deprecatedget_best_magis deprecated, please useget_finest_maginstead- In
layer.upscale,min_magis deprecated in favor offinest_mag
- The
Fixed
- Correctly maintain default_view_configuration property when downloading a dataset. #677
wkcuber
Breaking Changes
- Deprecated
--scalein favor of--voxel_size. #704
Fixed
- Fixed a bug where upper-case file extensions would lead to errors during channel count detection. #709
v0.9.21
Release for v0.9.21
v0.9.20
webknossos
Fixed
- Fixed a bug where the server’s error message during dataset upload was not displayed to the user. #702
wkcuber
Breaking Changes
- Deprecated
--wkw_file_lenflags in favor of--chunks_per_shard. #679 - Deprecated
wkcuber.apiin favor of the high-levelwebknososs.DatasetAPI. #679 - Deprecated external use of
wkcuber.utils. #679 - Remove the deprecated modules
wkcuber.downsampling_utilsandwkcuber.upsampling_utils. Use the high-levelLayer.downsampleandLayer.upsamplemethods in thewebknossospackage instead. #679
Added
- Added Zarr support for
wkcuber,wkcuber.cubing,wkcuber.converter,wkcuber.convert_knossos,wkcuber.convert_image_stack_to_wkw,wkcuber.convert_nifti,wkcuber.convert_raw,wkcuber.convert_zarr, andwkcuber.recubing. These commands now take a--data_formatflag that can either bewkworzarr. Additionally,--chunk_sizeand--chunks_per_shardflag are available and take either a single number or a 3-tuple (e.g.32,32,32). #689
v0.9.19
v0.9.18
cluster_tools
Breaking Changes
- The cluster-tools serialize the output of a job in the format
(wasSuccessful, result_value)to a pickle file ifoutput_pickle_pathis provided and multiprocessing is used. This is consistent with how it is already done when using a cluster executor (e.g., slurm). #686
v0.9.17
Release for v0.9.17