rsetools 0.0.0.9007 (2024-05-24)
BREAKING CHANGES
-
use_dictionary()
now outputs the columntype
(#8). Before this column was namedtypeof
.
rsetools 0.0.0.9006 (2024-05-24)
- Update PR checklist (#7).
rsetools 0.0.0.9005 (2024-05-24)
- New
use_pr_checklist()
helps create a pull-request checklist (#6).
rsetools 0.0.0.9004 (2024-05-24)
- New
match_packages()
(#2).
rsetools 0.0.0.9002 (2024-05-23)
NEW FEATURES
-
use_dictionary()
now supports lists. -
use_dictionary()
gains the argumentname
.
BUG FIXES
-
use_dictionary()
now correctly populates the columndataset
from the name of thedata
.
rsetools 0.0.0.9001 (2024-05-23)
- New
use_dictionary()
.