v0.25.0
DynamicPPL v0.25.0
This is a breaking release.
Since version 0.25, DynamicPPL
no longer depends on Setfield
following BangBang.jl
's recent 0.4
release, as we also moved from Setfield.jl
to Accessors.jl
. For users only uses @varname
to
interactive with models and mcmcchains, it shouldn't be too much of a change.
For people are doing or want to do advanced things with VarName
, the major differences are:
getlens
is renamed togetoptic
; the field name ofVarName
is also renamed tooptic
- The order of
Accessors
'compose
(∘) is reversed fromSetfield
's Accessors
doesn't haveIdentityLens
anymore, instead justBase.identity
function
Merged pull requests: