Changes in version 1.5.1 Fixed a bug in data.table scoping which caused a rare error. Changes in version 1.5.0 (2021-09-06) Fixed a bug that wouldn't allow data.frames to be imputed. Changes in version 1.4.0 (2021-05-13) Default max.depth parameter for ranger is now 10. Originally, this was the default unlimited. However, this causes ranger models to take up a lot of memory. Setting max.depth to 10 saves space and still allows for accurate models. Changes in version 1.3.5 (2020-04-03) Fixed error in calculation of expected time in print.miceDefs. Raw data cast to data.table in miceDefs and impDefs objects. Changes in version 1.3.4 (2020-02-22) Use utils::tail() to get finalError last row doesn't fail for single var imputations. Changes in version 1.3.3 Added comprehensive unit test Code clean up Changes in version 1.3.2 Fixed bug in plotImputationVariance() if characters were passed in original data. (#2) Fixed bug in completeData() around valueSelector. (#3) If a numeric variable is being imputed with valueSelector 'value', it doesn't need a meanMatchCandidates entry (#4) Changes in version 1.3.0 (2020-01-29) Implemented 'impute' function. Changes in version 1.2.1 Changed minor formatting in print method. Seed issues were causing unit tests to fail on certain OS. Unit tests no longer rely on RNG. Changes in version 1.2.0 (2020-01-20) Added the ability to specify mean matching or prediction value for each variable. Added the ability to specify predictors for each variable to impute. Improved plotting