Skip to content

Commit

Permalink
prepare for release of version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-buerkner committed Oct 31, 2023
1 parent 5e0a269 commit 79ceda8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: posterior
Title: Tools for Working with Posterior Distributions
Version: 1.4.1.9001
Date: 2023-08-31
Version: 1.5.0
Date: 2023-10-31
Authors@R: c(person("Paul-Christian", "Bürkner", email = "[email protected]", role = c("aut", "cre")),
person("Jonah", "Gabry", email = "[email protected]", role = c("aut")),
person("Matthew", "Kay", email = "[email protected]", role = c("aut")),
Expand Down
7 changes: 4 additions & 3 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# posterior (development version)
# posterior 1.5.0

### Enhancements

* Added support for nested-Rhat via `rhat_nested` (#256)
* Added support for indexing draws in `rvar`s using `rvar`s (#282):
* `x[i]` or `x[i] <- y` where `i` is a scalar logical `rvar` slices (or
updates) `x` by its draws. Thus, if `y <- x[i]`, then `y` is the same
Expand All @@ -16,8 +17,8 @@
### Bug Fixes

* Ensure `rfun()` works with primitive functions (#290) and dots arguments (#291).
* Provide implementations of `vctrs::vec_proxy_equal()`, `vctrs::vec_proxy_compare()`,
and `vctrs::vec_proxy_order()`.
* Provide implementations of `vctrs::vec_proxy_equal()`,
`vctrs::vec_proxy_compare()`, and `vctrs::vec_proxy_order()`.
* Minor future-proofing of `cbind(<rvar>)`, `rbind(<rvar>)`, and `chol(<rvar>)`
for R 4.4 (#304).
* Ensure that `bind_draws(<draws_rvars>)` regenerates draw ids when binding along
Expand Down

0 comments on commit 79ceda8

Please sign in to comment.