- Bump compat for Roots to v0.3 (#95)
- Fix shape of expected array in LOO docs (#96)
- refactor: Refactor pointwise log-likelihoods for
JointOrderStatisticsto be more efficient (#92)
- Update DimensionalData compat to v0.30 for tests (#91)
- Add
pointwise_conditional_loglikelihoodsfor more distributions. (#89) - Mark utilities in API as
public. (#90)
- Add
pointwise_conditional_loglikelihoods. Deprecatepointwise_loglikelihoods. (#88)
- Support Optim v2 (#85)
- Build docs with ArviZExampleData v0.3 (#86)
- Support PrettyTables v3 (v2 temporarily still supported) (#83)
- Store SummaryStats labels separately from data (#81)
- Add historical changelog (#82)
- Add pull request templates (#82)
- Fix broken doctests (#78)
- Change default CI probability to 0.89 (#72)
- Update
r2_scoreto return a credible interval instead of std. (#73) - Remove
waic(#75)
r2_scorecan now optionally return raw scores. (#73)
- Avoid unnecessarily eltype promotion for CIs (#77)
- Represent HDI and ETI using IntervalSets (#36)
- Rename
mcsesuffixes toseprefixes (#47) - Refactor summarize (#63)
- Stop smoothing discrete data in loo_pit (#68)
- Remove SummaryStats's fields, type parameters, and indexing interface from the public API (#69)
- Refactor SummaryStats (#70)
- Make unimodal HDI more efficient (#38)
- Add eti to API (#39)
- Add multimodal HDI (#40)
- Pointwise log-likelihoods for non-factorizable models (#58)
- Add pointwise log-likelihoods for more observation models (#61)
- Reorganize and simplify utilities for showing tables (#64)
- Run CI on pre-release versions instead of nightlies (#34)
- Support DataInterpolations v7 and v8 (#44, #50)
- Improvements to show method precision (#46)
- Bump test dependency compats (#51)
- Bump julia-actions/julia-downgrade-compat from 1 to 2 (#57)
- Bump Julia lower bound to v1.10 (LTS) (#59)
- Move R-loo reference tests to their own workflow (#65)
- Remove ArviZExampleData as a test dependency (#66)
- Cache R dependencies in CI (#60)
- Add docs interlinks (#42)
- Use DocumenterCitations in docs (#43)
- Fix relative effiency computation in loo docstring (#67)
- Update loo_pit docstring example (#56)
- Update doctests for new ArviZExampleData (#52)
- Bump Julia lower bound to v1.8 (#53)
- Replace generated function with
nameof(#33)
- Fix downgrade CI workflow (#32)
- Update doctests for DimensionalData v0.26 (#27)
- Fix compat lower bounds (#26)
- Run CI against downgraded dependencies (#26)
- Refactor SummaryStats to wrap a Table (#23)
- Improve documentation of r2_score (#22)
- Don't load PosteriorStats in doctests (#11)
- Add
summarizefor computing summary statistics (#5)
Initial release - history retained from ArviZ.jl.