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 Graph class changed to Tree, also related methods and attributes are renamed now, e.g. add_graph is now add_tree.
All previous entities are still available, but deprecated.
scale has changed to voxel_size for datasets, skeletons and annotations.
Changes in Dataset are backwards-compatible, but scale is deprecated.
For Annotation and Skeletons the initializer only supports voxel_size, the scale attribute is deprecated
get_best_mag is deprecated, please use get_finest_mag instead
In layer.upscale, min_mag is deprecated in favor of finest_mag
Fixed
Correctly maintain default_view_configuration property when downloading a dataset. #677