Releases: TuringLang/JuliaBUGS.jl
Releases · TuringLang/JuliaBUGS.jl
v0.8.0
JuliaBUGS v0.8.0
Diff since v0.7.5
Merged pull requests:
- Primitive implementation for serialization (#258) (@sunxd3)
Closed issues:
- Extracting Priors (BUGSModel) (#241)
- Inconsistent sampling due to intermediate quantity not being updated (#255)
v0.7.5
JuliaBUGS v0.7.5
Diff since v0.7.4
Merged pull requests:
- Add option to add options to not sample observed variables with
evaluate!!
(#253) (@sunxd3)
- Fix the bug that sampling
evaluate!!
is not modifying the returned evaluation_env
(#256) (@sunxd3)
- Update Project.toml (#257) (@sunxd3)
v0.7.0
JuliaBUGS v0.7.0
Diff since v0.6.4
Merged pull requests:
- Improve
show
function of BUGSModel (#236) (@sunxd3)
- Permit dot call (like
Distributions.Normal
) to be used in model definition (#237) (@sunxd3)
v0.6.4
JuliaBUGS v0.6.4
Diff since v0.6.3
Merged pull requests:
- CompatHelper: bump compat for Bijectors to 0.14, (keep existing compat) (#231) (@github-actions[bot])
- A BayesNet implemented without MetaGraphsNext (#232) (@sunxd3)
- Further improve performance of logdensity evaluation (#234) (@sunxd3)