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