What's Changed * 🔖 0.8.5 by pwwang in https://github.com/pwwang/datar/pull/125 - 🐛 Fix columns missing after Join by same columns using mapping (https://github.com/pwwang/datar/issues/122)
What's Changed * 0.8.4 by pwwang in https://github.com/pwwang/datar/pull/120 - ➖ Add optional deps to extras so they aren't installed by default - 🎨 Give better message when optional packages not installed
- ⬆️ Upgrade pipda to v0.6 - ⬆️️ Upgrade thon-simpleconf to 5.5
0.8.2
- ♻️ Move `glimpse` to `dplyr` (as `glimpse` is a `tidyverse-dplyr` [API](https://dplyr.tidyverse.org/reference/glimpse.html)) - 🐛 Fix `glimpse()` output not rendering in qtconsole (117) - 🐛 Fix `base.match()` for pandas 1.3.0 - 🐛 Allow `base.match()` to work with grouping data (115) - 📌 Use `rtoml` (`python-simpleconf`) instead of `toml` (See https://github.com/pwwang/toml-bench) - 📌 Update dependencies
0.8.1
- 🐛 Fix `month_abb` and `month_name` being truncated (112) - 🐛 Fix `unite()` not keeping other columns (111)
0.8.0
- ✨ Support `base.glimpse()` (107, machow/siuba409) - 🐛 Register `base.factor()` and accept grouped data (108) - ✨ Allow configuration file to save default options - 💥 Replace option `warn_builtin_names` with `import_names_conflict` (73) - 🩹 Attach original `__module__` to `func_factory` registed functions - ⬆️ Bump `pipda` to `0.5.9`