textrecipes 1.0.4
Improvements
-
step_clean_names()now throw an informative error if needed non-standard role columns are missing duringbake(). (#235) -
The
keep_original_colsargument has been added tostep_tokenmerge. This change should mean that every step that produces new columns has thekeep_original_colsargument. (#242) -
Many internal changes to improve consistency and slight speed increases.