From 843dcaabd3f00cf7bb37c8f2b5ea73b89d5f5c02 Mon Sep 17 00:00:00 2001 From: Max Kuhn Date: Fri, 17 Apr 2026 12:03:59 -0400 Subject: [PATCH] version bumps --- DESCRIPTION | 15 ++++++--------- NEWS.md | 4 ++-- 2 files changed, 8 insertions(+), 11 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 0b6cbc66..3b6b07cb 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tune Title: Tidy Tuning Tools -Version: 2.0.1.9004 +Version: 2.1.0 Authors@R: c( person("Max", "Kuhn", , "max@posit.co", role = c("aut", "cre"), comment = c(ORCID = "0000-0003-2402-136X")), @@ -19,7 +19,7 @@ Depends: R (>= 4.1) Imports: cli (>= 3.3.0), - dials (>= 1.3.0.9000), + dials (>= 1.4.3), dplyr (>= 1.1.0), GauPro (>= 0.2.15), generics (>= 0.1.2), @@ -28,11 +28,11 @@ Imports: hardhat (>= 1.4.2), lifecycle, parallel, - parsnip (>= 1.4.1.9002), + parsnip (>= 1.5.0), purrr (>= 1.0.0), - recipes (>= 1.1.0.9001), + recipes (>= 1.3.2), rlang (>= 1.1.4), - rsample (>= 1.3.0.9003), + rsample (>= 1.3.2), tailor (>= 0.1.0), tibble (>= 3.1.0), tidyr (>= 1.2.0), @@ -40,7 +40,7 @@ Imports: vctrs (>= 0.6.1), withr, workflows (>= 1.3.0), - yardstick (>= 1.3.2.9000) + yardstick (>= 1.4.0) Suggests: C50, censored (>= 0.3.0), @@ -61,9 +61,6 @@ Suggests: testthat (>= 3.0.0), xgboost, xml2 -Remotes: - tidymodels/parsnip, - tidymodels/yardstick Config/Needs/website: pkgdown, tidymodels, kknn, tidyverse/tidytemplate Config/testthat/edition: 3 Encoding: UTF-8 diff --git a/NEWS.md b/NEWS.md index 8418071e..ff8c6671 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# tune (development version) +# tune 2.1.0 * Model tuning has been enabled for quantile regression models. (#1125) @@ -189,7 +189,7 @@ tune 1.1.0 introduces a number of new features and bug fixes, accompanied by var ## Other changes -* Implemented various optimizations in tune's backend that [substantially decrease the total evaluation time](https://www.simonpcouch.com/blog/speedups-2023/#tidymodels) to tune hyperparameters with the tidymodels. (#634, #635, #636, #637, #640, #641, #642, #648, #649, #653, #656, #657) +* Implemented various optimizations in tune's backend that [substantially decrease the total evaluation time](https://simonpcouch.com/blog/2023-03-24-speedups-2023/index.html) to tune hyperparameters with the tidymodels. (#634, #635, #636, #637, #640, #641, #642, #648, #649, #653, #656, #657) * Allowed users to supply list-columns in `grid` arguments. This change allows for manually specifying grid values that must be contained in list-columns, like functions or lists. (#625)