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
Removed the CZI installation extra from pip install webknossos[all] by default. Users need to manually install it with pip install --extra-index-url https://pypi.scm.io/simple/ webknossos[czi]. #1219
Webknossos API functions were added: Team.get_list(), Team.add("new_name"), User.assign_team_roles("teamName", isTeamManager: True) and RemoteDataset.explore_and_add_remote() are available now. #1196