Releases: TuringLang/TuringGLM.jl
Releases · TuringLang/TuringGLM.jl
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)
v1.0.0
TuringGLM v1.0.0
Closed issues:
- TuringGLM.jl Roadmap and Internals/API Discussion (#1)
- Feature list for 0.1.0 release (#2)
- Create tests for contrasts.jl (#12)
- Simplify Tutorials builds with
PlutoStaticHTML.jl
(#28)
Merged pull requests:
- Update CI.yml (#3) (@storopoli)
- Added JuliaFormatter (#4) (@storopoli)
- Added JuliaFormatter to the right folder (#5) (@storopoli)
- Fix docs format (#6) (@storopoli)
- Formula API (#7) (@storopoli)
- Change julia version from 1.6 to 1 in CI.yml (#8) (@storopoli)
- Create .codecov.yml (#9) (@rikhuijzer)
- CompatHelper: add new compat entry for StatsBase at version 0.33, (keep existing compat) (#10) (@github-actions[bot])
- Data Constructors for Fixed Effects (#11) (@storopoli)
- Added contrasts tests (#14) (@storopoli)
- Data API (#15) (@storopoli)
- turing_model part 1: fixed-effects (#17) (@storopoli)
- Added Gzipped datasets (#18) (@storopoli)
- Remove Nightly from CI (#20) (@storopoli)
- turing_model part 2: random-effects (#22) (@storopoli)
- Documentation and Tutorials (#23) (@storopoli)
- Build tutorials via PlutoStaticHTML (#24) (@rikhuijzer)
- Use julia-actions/cache (#25) (@rikhuijzer)
- Switch math engine (#26) (@rikhuijzer)
- Speedup docs (#27) (@rikhuijzer)
- Fix LocationScale deprecation warning (#29) (@rikhuijzer)
- Add a plot via CairoMakie (#30) (@rikhuijzer)
- Switch to Turing 0.20 (#31) (@rikhuijzer)
- Run compathelper less often (#32) (@rikhuijzer)
- Set version to 1.0.0 (#33) (@rikhuijzer)
- Use
output_format = documenter_output
(#35) (@rikhuijzer)