Changes in version 0.3.1.9000 Changes in version 0.3.1 (2025-08-22) - Fixes compatability issues with ggplot2 Changes in version 0.3.0 (2023-11-01) - Fixes compatability issues with dplyr Changes in version 0.2.3 (2022-08-16) - Re-licensed package from GPL-3 to MIT. All copyright holders are RStudio employees and give consent. Changes in version 0.2.2 (2020-02-10) - Switches maintainer to Max Kuhn Changes in version 0.2.1 (2020-02-07) - Uses dplyr::tbl_vars() for column name extraction to instead of colnames() Changes in version 0.2.0 (2019-07-20) - Adds as_parsed_model() support for regression models - Fixes compatability issues with rlang and dplyr Changes in version 0.1.2 (2019-03-02) - Removes pipes and other dplyr dependencies from internal mlr() function - Consolidates duplicated database operations in mlr() - Fixes an issue in simple_kmeans_db() when specifying variables Changes in version 0.1.1 (2019-01-07) Bug fixes - Fixes dependency issue with tidypredict by removing as_parsed_model(). The function will be moved to tidypredict in its next version.