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
Fix/improve group_by, ungroup usage in most vignettes
* Add missing `group_by` before some `epix_slide`s that previously relied on a
nontrivial default grouping, fixing vignette regression.
* Be more consistent about `ungroup`ing after grouped operations that don't
automatically ungroup. Try not to introduce regressions in (uncommon) code that
takes a grouped object from an earlier computation and performs manipulations
that actually do rely on it being grouped.
0 commit comments