Releases: TuringLang/AbstractPPL.jl
Releases · TuringLang/AbstractPPL.jl
v0.10.1
AbstractPPL v0.10.1
StatsBase.predict
in v0.10.0 calls a four argument implementation of predict
, which is a mistake. This release resolves this by removing the unintended NamedTuple
argument. Now it called the intended three-argument StatsBase.predict(Random.default_rng(), model, params)
.
Merged pull requests:
v0.10.0
AbstractPPL v0.10.0
Breaking changes
- In this release, we add an interface function
StatsBase.predict
, which draws posterior predictive samples
Merged pull requests:
- Add StatsBase.predict to the interface (#81) (@sethaxen)
- Update CompatHelper.yml (#105) (@penelopeysm)
- CompatHelper: bump compat for Documenter to 1 for package test, (keep existing compat) (#106) (@github-actions[bot])
- CompatHelper: add new compat entry for Accessors at version 0.1 for package test, (keep existing compat) (#107) (@github-actions[bot])
- Add
fix
andunfix
functions for parameter fixing and unfixing (#109) (@sunxd3) - Use new GitHub actions (#110) (@penelopeysm)
- Add varname tests from DPPL + format repo (#111) (@penelopeysm)
v0.9.0
AbstractPPL v0.9.0
Merged pull requests:
- Conversion of VarName to/from string (#100) (@penelopeysm)
- Build and publish API docs (#101) (@penelopeysm)
- Add compat bounds for JSON (#102) (@penelopeysm)
Closed issues:
v0.8.4
AbstractPPL v0.8.4
Merged pull requests:
v0.8.3
AbstractPPL v0.8.3
Merged pull requests:
v0.8.2
AbstractPPL v0.8.2
Merged pull requests:
v0.8.1
v0.8.0
v0.7.1
AbstractPPL v0.7.1
Merged pull requests: