Skip to content

v0.16.5

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jan 16:56

webknossos

Added

  • Added support for python 3.13. #1240

Changed

  • When iterating over Tree.nodes(data=True) the nodes data dict was empty. To enable easier access to the data stored in each Node the properties of a Node are included in its data dict now. #1241
  • Dataset.open_remote() adds another method to disambiguate dataset_name and organization_id. #1247

Fixed

  • Fixed a bug with loading metadata lists. #1247