- Allow NULL values in lists passed to
munge
function.
- Ensure that names are preserved for legacy mungebits too.
- Ensure that names are preserved when munging using
munge
.
- Add
is.transformation
helper.
- Remember the value of
trained
when duplicating a mungebit.
- Fix
parse_mungepiece
for dual format with legacy functions.
- Modify
mungebit$run
to work correctly with shadowed versions ofexists
, as in objectdiff.
- Provide backwards compatibility with
legacy mungebits
so that using
munge
with mixed legacy and new mungepieces works as expected, including construction of mungebits from raw train and predict functions.
- Fixed an issue where
column_transformation
does not correctly drop multiple columns.
- Define
all.equal
for object of S3 class "transformation". - Fix a bug in
column_transformation
whereinNULL
return values corrupted the data.frame instead of dropping columns.
- Start development version.
- Change
munge
function to use an objectdiff-compatible check for thedata
element if passed an environment.