v0.30.9
Turing v0.30.9
New features
Turing.Experimental
module where more experimental features will go, with the aim of eventually making its way intoTuring
proper.Turing.Experimental.Gibbs
is a new implementation of theGibbs
sampler which provides much greater flexibility specifying which variables should use which sampler. Note that this is in theTuring.Experimental
module, and thus will be prone to changes.
Merged pull requests:
- New Gibbs sampler using
condition
(#2099) (@torfjelde)