Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-08-01 | 682 Bytes | |
v0.39.9 source code.tar.gz | 2025-08-01 | 104.4 kB | |
v0.39.9 source code.zip | 2025-08-01 | 137.0 kB | |
Totals: 3 Items | 242.1 kB | 0 |
Turing v0.39.9
Revert a bug introduced in 0.39.5 in the external sampler interface. For Turing 0.39, external samplers should define
Turing.Inference.getparams(::DynamicPPL.Model, ::MySamplerTransition)
rather than
AbstractMCMC.getparams(::DynamicPPL.Model, ::MySamplerState)
to obtain a vector of parameters from the model.
Note that this may change in future breaking releases.
Merged pull requests: - DPPL 0.37 compat for particle MCMC (#2625) (@mhauru) - "Fixes" for PG-in-Gibbs (#2629) (@penelopeysm) - Fix externalsampler interface (#2640) (@penelopeysm)