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
# scanpy around version 0.11.x- 0.12.x changed the function name from set_default_colors_for_categorical_obs to _set_default_colors_for_categorical_obs
24
+
# and then changed it back
25
+
# so to not track with versioning we use the underscore version first (current), fall back to non-underscore for older/future versions
0 commit comments