You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Renamed the existing webknossos.proofreading.agglomerate_graph.AgglomerateGraph to webknossos.proofreading.agglomerate_graph_data.AgglomerateGraphData. #1435
Renamed the Annotation.get_agglomerate_graph to Annotation.get_agglomerate_graph_data. #1435
Renamed RemoteDataset.download argument bbox to bounding_box. bbox is still available, but deprecated. #1435
Moved the s3fs dependency to an optional extra. Install with webknossos[s3] or webknossos[all]. #1443
The use_bioformats argument of Dataset.add_layer_from_images, Dataset.from_images and RemoteDataset.from_images is now False by default. None is not allowed anymore. #1446