v0.11.0
github-actions
released this
18 Apr 00:11
·
519 commits
to master
since this release
Turing v0.11.0
Closed issues:
- Dynamic models seem to break (#1095)
- filldist and arraydist is not exported (#1154)
- Turing build error: could not import MCMCChains.AbstractChains into Turing (#1195)
- @. $ does not work inside @model (#1196)
- CI tests fail on Julia 1.4 + master (#1199)
- Question: example Sampler Visualization fails on
VarInfo
(#1205) - StackOverflowError raised by the pdf of BinomialLogit (#1210)
- unable to precompile turing in juliapro (#1211)
- Add an explicit definition of the logit-parameterised Bernoulli distribution to Turing's distributions (#1213)
- Normal: the condition σ >= zero(σ) is not satisfied for well-specified model (#1215)
- Testing error (#1216)
- MethodError: no method matching Preconditioner (#1219)
- MethodError for AxisArrays.AxisArray for creating chains (#1220)
Merged pull requests:
- Improve particle samplers warning message (#900) (@yebai)
- Add multinomial logistic regression tutorial from TuringTutorials (#1181) (@DilumAluthge)
- Remove unused dependencies and imports (#1182) (@devmotion)
- CompatHelper: bump compat for "StatsBase" to "0.33" (#1185) (@github-actions[bot])
- Use default keyword arguments when sampling from Sampler (#1187) (@devmotion)
- Fixed links and stuff for VI docs (#1188) (@torfjelde)
- Run Github actions only once per day (#1189) (@devmotion)
- Update CI (#1190) (@devmotion)
- Fixing some of the headings in VI doc (#1192) (@torfjelde)
- Fix the link for Kai's photo (#1193) (@xukai92)
- Docs: Remove duplicate TOC entry for multinomial logistic regression tutorial (#1194) (@DilumAluthge)
- Fix crashes in CI tests (#1202) (@devmotion)
- Update members.yml (#1204) (@mileslucas)
- Update tagline (#1206) (@cpfiffer)
- Fix ReverseDiff caching and enable cache emptying (#1208) (@mohamed82008)
- Update sampler viz (#1209) (@cpfiffer)
- Closes #1210 added working pdf for BinomialLogit and VecBinomialLogit… (#1212) (@HarrisonWilde)
- Closes #1213 added logpdf for BernoulliLogit (#1214) (@HarrisonWilde)
- Fix HMC in Gibbs issue with dynamic models (#1217) (@mohamed82008)
- Update AHMC (#1218) (@xukai92)