Published May 2, 2026 | Version v0.45.0
Software Open

TuringLang/Turing.jl: v0.45.0

  • 1. University of Cambridge
  • 2. @letta-ai
  • 3. @PumasAI
  • 4. Aalto University
  • 5. @TuringLang
  • 6. @alan-turing-institute
  • 7. University of British Columbia
  • 8. None
  • 9. King's College London
  • 10. @nestauk @dssg @turinglang @knowlab @BHFDSC
  • 11. UCL
  • 12. Harmonic
  • 13. Fowler College of Business, SDSU
  • 14. University of Pennsylvania

Description

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)

Files

TuringLang/Turing.jl-v0.45.0.zip

Files (187.1 kB)

Name Size Download all
md5:107398d0d9090525457e71394fe9496d
187.1 kB Preview Download

Additional details

Related works