Download Latest Version v0.39.10 source code.tar.gz (104.4 kB)
Email in envelope

Get an email when there's a new version of Turing.jl

Home / v0.39.9
Name Modified Size InfoDownloads / 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

Diff since v0.39.8

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)

Source: README.md, updated 2025-08-01