diff --git a/DESCRIPTION b/DESCRIPTION index 4c5c9f776..440dc62c2 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: marginaleffects Title: Predictions, Comparisons, Slopes, Marginal Means, and Hypothesis Tests -Version: 0.18.0.11 +Version: 0.19.0 Authors@R: c(person(given = "Vincent", family = "Arel-Bundock", diff --git a/NEWS.md b/NEWS.md index 6fe1b5b13..0eed1cfcd 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,6 +1,6 @@ # News -## Development +## 0.19.0 Breaking changes: @@ -28,10 +28,10 @@ New: Major bugs: * Some results could be mislabelled with factor variables used in combination with `datagrid()` or `condition`. Thanks to @snhansen for report #1079. +* `glmmTMB` models now report correct standard errors, and raise a warning that these standard errors only account for uncertainty in fixed effect parameters. Thanks to contributors to Issue #1024 and especially to @bbolker for discussion and solution. Minor bugs: -* `glmmTMB` models now report correct standard errors, and raise a warning that these standard errors only account for uncertainty in fixed effect parameters. Thanks to contributors to Issue #1024 and especially to @bbolker for discussion and solution. * Uninformative error when a custom `comparison` function returns `NA` in bayesian models. Thanks to @Sandhu-SS for report #1017. * `datagrid()` returns an object with full attributes when `by` is used. Thanks to @Sandhu-SS for report #1058. * `inferences(method="simulation")` with `inferences()` function. Thanks to @davidarmstrong for report #1054.