|
| 1 | +# Change Log |
| 2 | + |
| 3 | +## v0.x.x (Unreleased) |
| 4 | + |
| 5 | +### BREAKING CHANGES |
| 6 | + |
| 7 | +### Features |
| 8 | + |
| 9 | +### Fixes |
| 10 | + |
| 11 | +### Maintenance |
| 12 | + |
| 13 | +- Store SummaryStats labels separately from data ([#81](https://github.com/arviz-devs/PosteriorStats.jl/pull/81)) |
| 14 | +- Add historical changelog ([#82](https://github.com/arviz-devs/PosteriorStats.jl/pull/82)) |
| 15 | +- Add pull request templates ([#82](https://github.com/arviz-devs/PosteriorStats.jl/pull/82)) |
| 16 | + |
| 17 | +### Documentation |
| 18 | + |
| 19 | +## v0.4.2 (2025-10-13) |
| 20 | + |
| 21 | +### Maintenance |
| 22 | + |
| 23 | +- Bump actions/checkout from 4 to 5 ([#79](https://github.com/arviz-devs/PosteriorStats.jl/pull/79)) |
| 24 | +- Reorganize summarize/SummaryStats source ([#80](https://github.com/arviz-devs/PosteriorStats.jl/pull/80)) |
| 25 | + |
| 26 | +## v0.4.1 (2025-09-24) |
| 27 | + |
| 28 | +### Fixes |
| 29 | + |
| 30 | +- Fix broken doctests ([#78](https://github.com/arviz-devs/PosteriorStats.jl/pull/78)) |
| 31 | + |
| 32 | +## v0.4.0 (2025-09-22) |
| 33 | + |
| 34 | +### BREAKING CHANGES |
| 35 | + |
| 36 | +- Change default CI probability to 0.89 ([#72](https://github.com/arviz-devs/PosteriorStats.jl/pull/72)) |
| 37 | +- Update `r2_score` to return a credible interval instead of std. ([#73](https://github.com/arviz-devs/PosteriorStats.jl/pull/73)) |
| 38 | +- Remove `waic` ([#75](https://github.com/arviz-devs/PosteriorStats.jl/pull/75)) |
| 39 | + |
| 40 | +### Features |
| 41 | + |
| 42 | +- `r2_score` can now optionally return raw scores. ([#73](https://github.com/arviz-devs/PosteriorStats.jl/pull/73)) |
| 43 | + |
| 44 | +### Fixes |
| 45 | + |
| 46 | +- Avoid unnecessarily eltype promotion for CIs ([#77](https://github.com/arviz-devs/PosteriorStats.jl/pull/77)) |
| 47 | + |
| 48 | +## v0.3.0 (2025-09-10) |
| 49 | + |
| 50 | +### BREAKING CHANGES |
| 51 | + |
| 52 | +- Represent HDI and ETI using IntervalSets ([#36](https://github.com/arviz-devs/PosteriorStats.jl/pull/36)) |
| 53 | +- Rename `mcse` suffixes to `se` prefixes ([#47](https://github.com/arviz-devs/PosteriorStats.jl/pull/47)) |
| 54 | +- Refactor summarize ([#63](https://github.com/arviz-devs/PosteriorStats.jl/pull/63)) |
| 55 | +- Stop smoothing discrete data in loo_pit ([#68](https://github.com/arviz-devs/PosteriorStats.jl/pull/68)) |
| 56 | +- Remove SummaryStats's fields, type parameters, and indexing interface from the public API ([#69](https://github.com/arviz-devs/PosteriorStats.jl/pull/69)) |
| 57 | +- Refactor SummaryStats ([#70](https://github.com/arviz-devs/PosteriorStats.jl/pull/70)) |
| 58 | + |
| 59 | +### Features |
| 60 | + |
| 61 | +- Make unimodal HDI more efficient ([#38](https://github.com/arviz-devs/PosteriorStats.jl/pull/38)) |
| 62 | +- Add eti to API ([#39](https://github.com/arviz-devs/PosteriorStats.jl/pull/39)) |
| 63 | +- Add multimodal HDI ([#40](https://github.com/arviz-devs/PosteriorStats.jl/pull/40)) |
| 64 | +- Pointwise log-likelihoods for non-factorizable models ([#58](https://github.com/arviz-devs/PosteriorStats.jl/pull/58)) |
| 65 | +- Add pointwise log-likelihoods for more observation models ([#61](https://github.com/arviz-devs/PosteriorStats.jl/pull/61)) |
| 66 | +- Reorganize and simplify utilities for showing tables ([#64](https://github.com/arviz-devs/PosteriorStats.jl/pull/64)) |
| 67 | + |
| 68 | +### Maintenance |
| 69 | + |
| 70 | +- Run CI on pre-release versions instead of nightlies ([#34](https://github.com/arviz-devs/PosteriorStats.jl/pull/34)) |
| 71 | +- Support DataInterpolations v7 and v8 ([#44](https://github.com/arviz-devs/PosteriorStats.jl/pull/44), [#50](https://github.com/arviz-devs/PosteriorStats.jl/pull/50)) |
| 72 | +- Improvements to show method precision ([#46](https://github.com/arviz-devs/PosteriorStats.jl/pull/46)) |
| 73 | +- Bump test dependency compats ([#51](https://github.com/arviz-devs/PosteriorStats.jl/pull/51)) |
| 74 | +- Bump julia-actions/julia-downgrade-compat from 1 to 2 ([#57](https://github.com/arviz-devs/PosteriorStats.jl/pull/57)) |
| 75 | +- Bump Julia lower bound to v1.10 (LTS) ([#59](https://github.com/arviz-devs/PosteriorStats.jl/pull/59)) |
| 76 | +- Move R-loo reference tests to their own workflow ([#65](https://github.com/arviz-devs/PosteriorStats.jl/pull/65)) |
| 77 | +- Remove ArviZExampleData as a test dependency ([#66](https://github.com/arviz-devs/PosteriorStats.jl/pull/66)) |
| 78 | +- Cache R dependencies in CI ([#60](https://github.com/arviz-devs/PosteriorStats.jl/pull/60)) |
| 79 | + |
| 80 | +### Documentation |
| 81 | + |
| 82 | +- Add docs interlinks ([#42](https://github.com/arviz-devs/PosteriorStats.jl/pull/42)) |
| 83 | +- Use DocumenterCitations in docs ([#43](https://github.com/arviz-devs/PosteriorStats.jl/pull/43)) |
| 84 | +- Fix relative effiency computation in loo docstring ([#67](https://github.com/arviz-devs/PosteriorStats.jl/pull/67)) |
| 85 | + |
| 86 | +## v0.2.8 (2025-07-25) |
| 87 | + |
| 88 | +### Documentation |
| 89 | + |
| 90 | +- Update loo_pit docstring example ([#56](https://github.com/arviz-devs/PosteriorStats.jl/pull/56)) |
| 91 | + |
| 92 | +## v0.2.7 (2025-04-10) |
| 93 | + |
| 94 | +### Documentation |
| 95 | + |
| 96 | +- Update doctests for new ArviZExampleData ([#52](https://github.com/arviz-devs/PosteriorStats.jl/pull/52)) |
| 97 | + |
| 98 | +## v0.2.6 (2025-04-10) |
| 99 | + |
| 100 | +### Maintenance |
| 101 | + |
| 102 | +- Bump Julia lower bound to v1.8 ([#53](https://github.com/arviz-devs/PosteriorStats.jl/pull/53)) |
| 103 | + |
| 104 | +## v0.2.5 (2024-08-05) |
| 105 | + |
| 106 | +### Fixes |
| 107 | + |
| 108 | +- Replace generated function with `nameof` ([#33](https://github.com/arviz-devs/PosteriorStats.jl/pull/33)) |
| 109 | + |
| 110 | +## v0.2.4 (2024-08-05) |
| 111 | + |
| 112 | +### Maintenance |
| 113 | + |
| 114 | +- Add support for DataInterpolations v5 and v6 ([#29](https://github.com/arviz-devs/PosteriorStats.jl/pull/29), [#31](https://github.com/arviz-devs/PosteriorStats.jl/pull/31)) |
| 115 | + |
| 116 | +## v0.2.3 (2024-08-04) |
| 117 | + |
| 118 | +### Maintenance |
| 119 | + |
| 120 | +- Fix downgrade CI workflow ([#32](https://github.com/arviz-devs/PosteriorStats.jl/pull/32)) |
| 121 | + |
| 122 | +## v0.2.2 (2024-03-13) |
| 123 | + |
| 124 | +### Documentation |
| 125 | + |
| 126 | +- Update doctests for DimensionalData v0.26 ([#27](https://github.com/arviz-devs/PosteriorStats.jl/pull/27)) |
| 127 | + |
| 128 | +## v0.2.1 (2024-02-13) |
| 129 | + |
| 130 | +### Fixes |
| 131 | + |
| 132 | +- Fix compat lower bounds ([#26](https://github.com/arviz-devs/PosteriorStats.jl/pull/26)) |
| 133 | + |
| 134 | +### Maintenance |
| 135 | + |
| 136 | +- Run CI against downgraded dependencies ([#26](https://github.com/arviz-devs/PosteriorStats.jl/pull/26)) |
| 137 | + |
| 138 | +## v0.2.0 (2023-12-23) |
| 139 | + |
| 140 | +### BREAKING CHANGES |
| 141 | + |
| 142 | +- Refactor SummaryStats to wrap a Table ([#23](https://github.com/arviz-devs/PosteriorStats.jl/pull/23)) |
| 143 | + |
| 144 | +### Documentation |
| 145 | + |
| 146 | +- Improve documentation of r2_score ([#22](https://github.com/arviz-devs/PosteriorStats.jl/pull/22)) |
| 147 | + |
| 148 | +## v0.1.4 (2023-10-29) |
| 149 | + |
| 150 | +### Maintenance |
| 151 | + |
| 152 | +- Support building docs with Documenter v1 ([#17](https://github.com/arviz-devs/PosteriorStats.jl/pull/17)) |
| 153 | +- Add v1.6 compat for all stdlib packages ([#21](https://github.com/arviz-devs/PosteriorStats.jl/pull/21)) |
| 154 | + |
| 155 | +## v0.1.3 (2023-08-21) |
| 156 | + |
| 157 | +### Fixes |
| 158 | + |
| 159 | +- Fix RCall set-up for CI ([#14](https://github.com/arviz-devs/PosteriorStats.jl/pull/14)) |
| 160 | +- Fix showing of pretty tables on x86 ([#16](https://github.com/arviz-devs/PosteriorStats.jl/pull/16)) |
| 161 | + |
| 162 | +## v0.1.2 (2023-08-08) |
| 163 | + |
| 164 | +### Documentation |
| 165 | + |
| 166 | +- Don't load PosteriorStats in doctests ([#11](https://github.com/arviz-devs/PosteriorStats.jl/pull/11)) |
| 167 | + |
| 168 | +## v0.1.1 (2023-08-08) |
| 169 | + |
| 170 | +### Features |
| 171 | + |
| 172 | +- Add `summarize` for computing summary statistics ([#5](https://github.com/arviz-devs/PosteriorStats.jl/pull/5)) |
| 173 | + |
| 174 | +## v0.1.0 (2023-08-05) |
| 175 | + |
| 176 | +Initial release - history retained from [ArviZ.jl](https://github.com/arviz-devs/ArviZ.jl). |
0 commit comments