diff --git a/DESCRIPTION b/DESCRIPTION index cc6f1565a..713d84572 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: marginaleffects Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis Tests -Version: 0.15.1.9002 +Version: 0.15.1.9009 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", diff --git a/NEWS.md b/NEWS.md index 51b2fa546..08f38d03b 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,6 +2,13 @@ ## dev +Machine learning support: + +* `tidymodels` package +* `mlr3` package + +Misc: + * Add support for `hypotheses()` to `inferences()`. This changes `FUN` argument name in `hypotheses` to `FUN` to not conflict with `inferences`. Thanks to @Tristan-Siegfried for code contribution #908. * Support `survival::survreg()`. Thanks to Carlisle Rainey for Report #911.