This repository has been archived by the owner on Nov 8, 2024. It is now read-only.
Releases: storopoli/Bayesian-Julia
Releases · storopoli/Bayesian-Julia
2023-12 - correlated-multivariate hierarchical `LKJCholesky`
What's Changed
- CompatHelper: add new compat entry for FillArrays at version 1, (drop existing compat) by @github-actions in #93
- fix(compat): compathelper initial suggestions by @storopoli in #114
- ci: julia-actions/cache by @storopoli in #115
- ci: typo fix by @storopoli in #117
- feat(multilevel_models): LKJCholesky correlated model by @storopoli in #116
- ci: preview build by @storopoli in #119
New Contributors
- @github-actions made their first contribution in #93
Full Changelog: 2023-11...2023-12
2023-11 - Updated to Turing 0.29
What's Changed
- Fix typos by @pitmonticone in #75
- fix CIs definition by @storopoli in #77
- updated 07_logistic_reg results text by @storopoli in #79
- update Turing to 0.24 by @storopoli in #80
- fix ESS now Tail and Bulk by @storopoli in #81
- Update Turing to 0.27 by @storopoli in #82
- fix: update Turing.jl to 0.29 by @storopoli in #84
- fix(08_ordinal_reg): export
transform!
by @storopoli in #85 - fix(08_ordinal_reg): use
DataFrames.transform!
by @storopoli in #86 - fix(08_ordinal_reg): fix Bijectors breaking change by @storopoli in #88
- Bump JamesIves/github-pages-deploy-action from 4.1.0 to 4.4.3 by @dependabot in #89
- fix: missing pages on deploy by @storopoli in #91
- Problem with ToC and Heading Level 4 by @tegedik in #92
New Contributors
- @dependabot made their first contribution in #89
- @tegedik made their first contribution in #92
Full Changelog: 2023-02...2023-11
2023-02 - Fix Exponential Priors
2023-01 - Makie Visualizations and Animations
What's Changed
- bump turing to 0.23 by @storopoli in #69
- Move images to Makie by @storopoli in #72
Full Changelog: 2022-11...2023-01
2022-11 - Update to Julia 1.8 and Turing 0.22
What's Changed
- Fix a few typos by @pitmonticone in #66
- Bump to Turing 0.22 by @storopoli in #67
- Update to Julia 1.8 by @storopoli in #68
Full Changelog: 2022-10...2022-11
2022-10 - Update to Turing 0.21
What's Changed
- Remove
describe
in08_ordinal_reg.jl
by @storopoli in #60 - Updated Turing compat by @storopoli in #62
- fix 10_robust_reg in Github Actions by @storopoli in #63
- Fix predictive checks in Turing 0.21 by @storopoli in #65
Full Changelog: 2022-09...2022-10
2022-09 - Corrected Sampling with NUTS
What's Changed
- added correct NUTS with 1,000 iters and 1,000 warmup by @storopoli in #58
Full Changelog: 2022-08...2022-09
2022-08 - Ordinal Regression
2022-07
What's Changed
- Set GKSwstype: nul by @rikhuijzer in #1
- Update 3_prob_dist.jl by @Moelf in #2
- Fixed some typos by @behinger in #3
- Fixes typo by @feinmann in #4
- Add {data.table} to example benchmarks for comparison by @feinmann in #5
- Add a linebreak in heading by @feinmann in #6
- Fix typos in chapter02 by @manuelhaussmann in #8
- Update .gitignore by @storopoli in #9
- Storopoli patch 1 by @storopoli in #10
- Epi Models! by @storopoli in #11
- Update 5_MCMC.jl by @bgctw in #13
- Update 9_robust_reg.jl by @bgctw in #14
- Update 10_multilevel_models.jl by @bgctw in #15
- change p label 0.5 -> 0.2 by @pfcrowe in #17
- typos & ms=5 -> lw=5 by @pfcrowe in #18
- Update 2_bayes_stats.jl by @pitmonticone in #19
- Validate output before deploying site by @rikhuijzer in #21
- Update 11_Turing_tricks.jl by @pitmonticone in #23
- Update 12_epi_models.jl by @pitmonticone in #22
- changed github actions to fix CSV build deploy by @storopoli in #25
- Update 7_logistic_reg.jl by @pitmonticone in #26
- Update 3_prob_dist.jl by @pitmonticone in #27
- typo fix by @markmbaum in #29
- Changed Turing defaults and fix #30 by @storopoli in #31
- Fix typo by @rikhuijzer in #32
- fixed chainscat range differ error in 11_Turing_tricks.jl by @storopoli in #34
- Tiny suggestion, missing coma for readability of joint probabil… by @mashu in #33
- Change formula of p-value definition by @marcora in #36
- fixing spelling in Why Julia, issue #37 by @alexbakus in #38
- Update to Julia 1.7 by @storopoli in #39
- Update Deploy.yml by @storopoli in #40
- Fixed Turing @model to functions by @storopoli in #41
- Fixed a few typos by @pitmonticone in #42
- Fixed a few typos by @pitmonticone in #48
- Better explain what mutually and exclusive events means by @storopoli in #51
- Fix numerical instabilities with NegativeBinomial2 by @storopoli in #52
- updated README and index.md by @storopoli in #53
- Fix
MvNormal
andtruncated
by @storopoli in #54
New Contributors
- @rikhuijzer made their first contribution in #1
- @Moelf made their first contribution in #2
- @behinger made their first contribution in #3
- @feinmann made their first contribution in #4
- @manuelhaussmann made their first contribution in #8
- @storopoli made their first contribution in #9
- @bgctw made their first contribution in #13
- @pfcrowe made their first contribution in #17
- @pitmonticone made their first contribution in #19
- @markmbaum made their first contribution in #29
- @mashu made their first contribution in #33
- @marcora made their first contribution in #36
- @alexbakus made their first contribution in #38
Full Changelog: https://github.com/storopoli/Bayesian-Julia/commits/2022-07