Releases: TuringLang/TuringGLM.jl
Releases · TuringLang/TuringGLM.jl
v2.7.0
TuringGLM v2.7.0
Merged pull requests:
- fix: update Jose's email (#87) (@storopoli)
- CompatHelper: bump compat for Turing to 0.25, (keep existing compat) (#88) (@github-actions[bot])
- fix: ranef formula detection broken in 1.8+ (#89) (@storopoli)
v2.6.0
TuringGLM v2.6.0
Closed issues:
- Modify
$tau$ for GLM hierarchical models standard prior (#83)
Merged pull requests:
- CompatHelper: bump compat for StatsModels to 0.7, (keep existing compat) (#82) (@github-actions[bot])
- CompatHelper: bump compat for LazyArrays to 1, (keep existing compat) (#84) (@github-actions[bot])
- fix: format action (#85) (@storopoli)
- fix: τ priors for hierarchical Bernoulli models (#86) (@storopoli)
v2.5.0
This new version fixes a wrong prior specification for the residuals in linear models.
What's Changed
- CompatHelper: bump compat for Turing to 0.24, (keep existing compat) by @github-actions in #79
- Fix residual calculation for default priors by @burtonjosh in #78
- bump version to 2.5 by @storopoli in #80
New Contributors
- @burtonjosh made their first contribution in #78
Full Changelog: v2.4.0...v2.5.0
v2.4.0
What's Changed
- remove support for 1.6 LTS by @storopoli in #74
- Make
has_ranef
robust to univariate RHS by @nilshg in #75 - v2.4 by @storopoli in #76
New Contributors
Full Changelog: v2.3.0...v2.4.0
v2.3.0
What's Changed
- CompatHelper: bump compat for Turing to 0.22, (keep existing compat) by @github-actions in #70
- Update to v2.2 by @storopoli in #71
- CompatHelper: bump compat for Turing to 0.23, (keep existing compat) by @github-actions in #72
- update to 2.3 by @storopoli in #73
Full Changelog: v2.1.2...v2.3.0
v2.2.0
v2.1.2
TuringGLM.jl
now supports ReverseDiff.jl
What's Changed
- add links in documentation by @storopoli in #68
- Remove in-place updates and fix return values by @devmotion in #64
Full Changelog: v2.1.1...v2.1.2
v2.1.0
What's Changed
- Move docs to PlutoStaticHTML 5.0 by @rikhuijzer in #55
- Set timeout to 90 minutes by @rikhuijzer in #60
- README - Add JuliaCon 2022 by @storopoli in #59
- Disable coverage by @rikhuijzer in #61
- Test on Julia 1.8 instead of 1.7 by @rikhuijzer in #62
- Only specify lower bound of partially truncated distributions by @devmotion in #63
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Show timing and allocations for tests by @rikhuijzer in #48
- Set
Turing.setprogress!(false)
for tests by @rikhuijzer in #49 - Move docs to PlutoStaticHTML 4.0 by @rikhuijzer in #50
- CompatHelper: bump compat for Turing to 0.21, (keep existing compat) by @github-actions in #52
- Update CI.yml by @storopoli in #53
Full Changelog: v2.0.0...v2.0.1
v2.0.0
TuringGLM v2.0.0
Merged pull requests:
- fix functionterm check for
has_ranef
(#40) (@kleinschmidt) - Remove
Model
and rewriteturing_model
(#45) (@devmotion)