Skip to content

Commit

Permalink
Add priorsense compatibility to news and bump version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
n-kall committed Jun 6, 2024
1 parent 479837e commit 69065e2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Package: brms
Encoding: UTF-8
Type: Package
Title: Bayesian Regression Models using 'Stan'
Version: 2.21.5
Date: 2024-05-27
Version: 2.21.6
Date: 2024-06-06
Authors@R:
c(person("Paul-Christian", "Bürkner", email = "[email protected]",
role = c("aut", "cre")),
Expand Down
4 changes: 2 additions & 2 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -157,9 +157,7 @@ S3method(logLik,brmsfit)
S3method(log_lik,brmsfit)
S3method(log_lik,brmsprep)
S3method(log_lik,mvbrmsprep)
S3method(log_lik_draws,brmsfit)
S3method(log_posterior,brmsfit)
S3method(log_prior_draws,brmsfit)
S3method(loo,brmsfit)
S3method(loo_R2,brmsfit)
S3method(loo_compare,brmsfit)
Expand Down Expand Up @@ -254,6 +252,8 @@ S3method(prior_predictor,default)
S3method(prior_predictor,mvbrmsframe)
S3method(prior_summary,brmsfit)
S3method(priorsense::create_priorsense_data,brmsfit)
S3method(priorsense::log_lik_draws,brmsfit)
S3method(priorsense::log_prior_draws,brmsfit)
S3method(projpred::get_refmodel,brmsfit)
S3method(psis,brmsfit)
S3method(r_eff_log_lik,"function")
Expand Down
1 change: 1 addition & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
### New Features

* Add method `loo_epred` thanks to Aki Vehtari. (#1641)
* Add priorsense support via `create_priorsense_data.brmsfit` thanks to Noa Kallioinen. (#1354)

### Bug Fixes

Expand Down

0 comments on commit 69065e2

Please sign in to comment.