From 145470a5daadaff47ff17da28c74a86a7118e698 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 2 Oct 2023 13:32:03 +0200 Subject: [PATCH] news --- NEWS.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NEWS.md b/NEWS.md index 73134b107..9795329b3 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,10 +3,14 @@ ## Breaking Changes * `pd_to_p()` now returns 1 and a warning for values smaller than 0.5. + * `map_estimate()`, `p_direction()`, `p_map()`, and `p_significance()` now return a data-frame when the input is a numeric vector. (making the output consistently a data frame for all inputs.) +* Argument `posteriors` was renamed into `posterior`. Before, there were a mix + of both spellings, now it is consistently `posterior`. + ## Changes * Retrieving models from the environment was improved. @@ -19,6 +23,8 @@ * Fixed issue in `estimate_density()` for double vectors that also had other class attributes. +* Fixed several minor issues and tests. + # bayestestR 0.13.1 ## Changes