diff --git a/CHANGELOG.md b/CHANGELOG.md index 577ec36..a25fa7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,16 @@ ### Documentation +## v0.4.9 (2026-04-21) + +### Maintenance + +- Bump compat for Roots to v0.3 ([#95](https://github.com/arviz-devs/PosteriorStats.jl/pull/95)) + +### Documentation + +- Fix shape of expected array in LOO docs ([#96](https://github.com/arviz-devs/PosteriorStats.jl/pull/96)) + ## v0.4.8 (2026-03-07) ### Features diff --git a/Project.toml b/Project.toml index 09161cb..9bacdc6 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PosteriorStats" uuid = "7f36be82-ad55-44ba-a5c0-b8b5480d7aa5" -version = "0.4.8" +version = "0.4.9" authors = ["Seth Axen and contributors"] [deps] @@ -58,7 +58,7 @@ PSIS = "0.9.1" PrettyTables = "2.1, 3" Printf = "1" Random = "1" -Roots = "1, 2" +Roots = "1, 2, 3" Setfield = "1" SpecialFunctions = "1.2, 2" Statistics = "1"