Releases: scalableminds/webknossos-libs
Releases · scalableminds/webknossos-libs
v2.4.12
v2.4.11
webknossos
Breaking Changes
- All internal API client methods (
webknossos.client
) use keyword-only arguments. #1363 - The signature of
Dataset.trigger_reload_on_datastore
changed.dataset_name
has been renamed todataset_name_or_url
. Alternatively, adataset_id
can be supplied. #1363
Changed
Layer.add_mag_as_copy
now automatically uses file-based copy, if possible. Therefore,Dataset.fs_copy_dataset
,Dataset.add_fs_copy_layer
andLayer.add_fs_copy_mag
are deprecated. #1362- The API methods now use
v10
API version of Webknossos. Datasets are now referenced by ID instead of dataset name or directory name. #1363
v2.4.10
v2.4.9
v2.4.8
v2.4.7
webknossos
Added
- Added
MagView.rechunk
methods to allow for rechunking of datasets. #1342 - Added the option to configure the codecs of Zarr3 datasets. Supply a
Zarr3Config
to thecompress
argument inLayer.add_mag
or similar methods.codecs
andchunk_key_encoding
can be customized. #1343 - Added method
download_mesh
to theRemoteDataset
andRemoteAnnotation
classes to allow download of .stl files. #1307
Changed
v2.4.6
Release for v2.4.6
v2.4.5
webknossos
Fixed
- Fixed an issue where the unit of the scale (voxel_size) was not considered when reading the NML. #1339
cluster_tools
Fixed
- Fixed that sometimes not all slurm jobs were canceled when an executor was killed. #1317
- Fixed that when multiple cluster executors were instantiated in the same process, the original SIGINT handler sometimes was no longer called, leading to the main application not shutting down correctly after a SIGINT signal. #1317
v2.4.4
webknossos
Added
- The function
Dataset.announce_manual_upload
now takes an additional optional parameterdataset_url
to select the correct datastore in a multi-datastore setup. #1336
Changed
- Every file that sends logging messages has its own logger now. This can be used to selectively disable loggers. #1335