diff --git a/DESCRIPTION b/DESCRIPTION index 87e25f4..4ecafa6 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: bonsai Title: Model Wrappers for Tree-Based Models -Version: 0.4.0.9000 +Version: 0.4.1.9000 Authors@R: c( person("Daniel", "Falbel", , "dfalbel@curso-r.com", role = "aut"), person("Athos", "Damiani", , "adamiani@curso-r.com", role = "aut"), @@ -26,7 +26,7 @@ License: MIT + file LICENSE URL: https://bonsai.tidymodels.org/, https://github.com/tidymodels/bonsai BugReports: https://github.com/tidymodels/bonsai/issues Depends: - parsnip (>= 1.3.3.9000), + parsnip (>= 1.4.0), R (>= 4.1) Imports: cli, @@ -52,8 +52,6 @@ Suggests: tune VignetteBuilder: knitr -Remotes: - tidymodels/parsnip Config/Needs/website: tidyverse/tidytemplate Config/testthat/edition: 3 Config/usethis/last-upkeep: 2025-04-25 diff --git a/NEWS.md b/NEWS.md index 373cc76..b687f83 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,9 @@ # bonsai (development version) +# bonsai 0.4.1 + +## Bug Fixes + * Added `multi_predict()` method for catboost engine, enabling efficient tuning of the `trees` parameter (#115). * catboost tuning parameters were updates: (#119)