From 422fe4ccfcaa5170278498e0e10e89b04bdc39a8 Mon Sep 17 00:00:00 2001 From: Vincent Arel-Bundock Date: Thu, 22 Aug 2024 16:28:57 -0500 Subject: [PATCH] bump --- DESCRIPTION | 2 +- NEWS.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/DESCRIPTION b/DESCRIPTION index 5a21de143..516f39447 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: marginaleffects Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis Tests -Version: 0.21.0.17 +Version: 0.21.0.18 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", diff --git a/NEWS.md b/NEWS.md index 5dbb86a78..3a3c06f70 100644 --- a/NEWS.md +++ b/NEWS.md @@ -18,6 +18,7 @@ New: * Round significant digits for labels in `plot_predictions(mod, condition = list(x = "fivenum"))` * `print()` no longer prints `contrast` and `term` columns when values are unique. The labels were often very long, and the content is already explicit in the call itself, so there's no ambiguity. * No warning raised when `discrete` argument is used with `mgcv::bam` and `mgcv::gam` models objects. Thanks to @Aariq for the request. +* `tidymodels` support is improved. Users can now directly feed some of them without specifying `newdata` explicitly. Thanks to @davidkane9 for the feature request. Bugs: