Skip to content

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 09 May 11:38

webknossos

Breaking Changes

  • Dataset.upload() now returns a RemoteDataset instead instead of the URL string. You can get the URL via remote_ds.url. #723
  • User.teams now is a tuple instead of a list. #723
  • The deprecated download_dataset function now requires the organization_id argument. #723

Added

  • Added Dataset.open_remote(), which returns an object of the new RemoteDataset. #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 Dataset methods, and
    • read and change the following dataset metadata as properties: display_name, description, tags, is_public, sharing_token, allowed_teams.
  • Team instances also contain the organization_id. #723