Download Latest Version v0.46.0 source code.zip (187.4 kB)
Email in envelope

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

Home / v0.45.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2026-05-02 754 Bytes
v0.45.0 source code.tar.gz 2026-05-02 144.8 kB
v0.45.0 source code.zip 2026-05-02 187.1 kB
Totals: 3 Items   332.6 kB 0

Turing v0.45.0

Diff since v0.44.5

Breaking changes

Make FlexiChains the default chain type for MCMC sampling.

MCMCChains is still fully supported: you can specify chain_type=MCMCChains.Chains in the sample function to use it instead. However, it is no longer loaded as a dependency of Turing and re-exported (it is now an extension). That means that if you were previously importing MCMCChains via Turing, you will now have to import it directly.

Merged pull requests:

  • Make FlexiChains the default chain type (#2743) (@penelopeysm)
  • add Claude stuff (#2822) (@penelopeysm)

Closed issues:

  • Rework sample() call stack to use LogDensityFunction (#2555)
Source: README.md, updated 2026-05-02