From 79ceda82737820cffe2bb9dbdc6b66d4ec766c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul-Christian=20B=C3=BCrkner?= Date: Tue, 31 Oct 2023 08:24:52 +0100 Subject: [PATCH] prepare for release of version 1.5.0 --- DESCRIPTION | 4 ++-- NEWS.md | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index fd05039a..8a6a5e48 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -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 = "paul.buerkner@gmail.com", role = c("aut", "cre")), person("Jonah", "Gabry", email = "jsg2201@columbia.edu", role = c("aut")), person("Matthew", "Kay", email = "mjskay@northwestern.edu", role = c("aut")), diff --git a/NEWS.md b/NEWS.md index c427e51b..b5259695 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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 @@ -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()`, `rbind()`, and `chol()` for R 4.4 (#304). * Ensure that `bind_draws()` regenerates draw ids when binding along