Skip to content

Commit

Permalink
news
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Oct 2, 2023
1 parent 399a257 commit 145470a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 145470a

Please sign in to comment.