Skip to content

v2.4.11

Choose a tag to compare

@github-actions github-actions released this 02 Sep 10:30

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 to dataset_name_or_url. Alternatively, a dataset_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 and Layer.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