Skip to content

Commit c27e0da

Browse files
github-actions[bot]CompatHelper Juliasethaxen
authored
chore: bump compat for Roots to 3, (keep existing compat) (#95)
* CompatHelper: bump compat for Roots to 3, (keep existing compat) * chore: Bump version from 0.4.8 to 0.4.9 * chore: Update CHANGELOG for version 0.4.9 --------- Co-authored-by: CompatHelper Julia <compathelper_noreply@julialang.org> Co-authored-by: Seth Axen <seth@sethaxen.com>
1 parent 2ba8c6e commit c27e0da

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,16 @@
1212

1313
### Documentation
1414

15+
## v0.4.9 (2026-04-21)
16+
17+
### Maintenance
18+
19+
- Bump compat for Roots to v0.3 ([#95](https://github.com/arviz-devs/PosteriorStats.jl/pull/95))
20+
21+
### Documentation
22+
23+
- Fix shape of expected array in LOO docs ([#96](https://github.com/arviz-devs/PosteriorStats.jl/pull/96))
24+
1525
## v0.4.8 (2026-03-07)
1626

1727
### Features

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "PosteriorStats"
22
uuid = "7f36be82-ad55-44ba-a5c0-b8b5480d7aa5"
3-
version = "0.4.8"
3+
version = "0.4.9"
44
authors = ["Seth Axen <seth@sethaxen.com> and contributors"]
55

66
[deps]
@@ -58,7 +58,7 @@ PSIS = "0.9.1"
5858
PrettyTables = "2.1, 3"
5959
Printf = "1"
6060
Random = "1"
61-
Roots = "1, 2"
61+
Roots = "1, 2, 3"
6262
Setfield = "1"
6363
SpecialFunctions = "1.2, 2"
6464
Statistics = "1"

0 commit comments

Comments
 (0)