From 0d13d0ca7acc878bcbd59cab7e328645f72ef9d2 Mon Sep 17 00:00:00 2001 From: "Mattan S. Ben-Shachar" Date: Sun, 30 Jul 2023 08:52:24 +0300 Subject: [PATCH] Update NEWS.md --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index d94f8a62d..3bccaba79 100644 --- a/NEWS.md +++ b/NEWS.md @@ -3,6 +3,9 @@ ## Breaking Changes * `pd_to_p()` now returns 1 and a warning for pds 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.) ## Changes