- Fix compatibility with `pandas` `v1.2.0~4` (Fix 20, thanks to antonio-yu) - Fix `base.table` when inputs are factors and `exclude` is `NA`; - Add `base.scale`/`col_sums`/`row_sums`/`col_means`/`row_means`/`col_sds`/`row_sds`/`col_medians`/`row_medians`
0.2.2
- Use a better strategy warning for builtin name overriding. - Fix index of subdf not dropped for mutate on grouped data - Fix `names_glue` not working with single `values_from` for `tidyr.pivot_wider` - Fix `base.paste` not registered - Fix `base.grep`/`grepl` on NA values - Make `base.sub`/`gsub` return scalar when inputs are scalar strings
0.2.1
- 🐛 Fix order of colnames for any_of (pwwang/datar166) - ⬆️ Bump datar to 0.11.2 - 👷 Add python3.10 to CI - 👷 Add pandas 1.5.3 to CI