| Name | Modified | Size | Downloads / 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
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)