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
The Annotation constructor takes the owner_name argument instead of username. This is only important when using keyword arguments. The username attributes are still available as a proxy for the owner_name attribute, but deprecated. #760
user_id on AnnotationInfo objects is deprecated, please use owner_id instead. #760
When self-hosting a webKnossos server, please note that a webknossos version >= 22.06.0 is required. #760 & #764
Added
Dataset.upload() accepts Layer objects from a RemoteDataset in the layers_to_link argument list. Also, LayerToLink can consume those via LayerToLink.from_remote_layer(). #761
Task.create() accepts a RemoteDataset for the dataset_name argument. #761
Added annotation.get_remote_base_dataset() returning a RemoteDataset. #761