Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2025-07-28 | 846 Bytes | |
v0.39.8 source code.tar.gz | 2025-07-28 | 103.1 kB | |
v0.39.8 source code.zip | 2025-07-28 | 135.6 kB | |
Totals: 3 Items | 239.5 kB | 0 |
Turing v0.39.8
MCMCChains.jl doesn't understand vector- or matrix-valued variables, and in Turing we split up such values into their individual components. This patch carries out some internal refactoring to avoid splitting up VarNames until absolutely necessary. There are no user-facing changes in this patch.
Merged pull requests: - Fix typos in README.md (#2624) (@xukai92) - Gibbs fixes for DPPL 0.37 (plus tiny bugfixes for ESS + HMC) (#2628) (@penelopeysm)
Closed issues:
- Optimizing model with vector-valued observations produces error when data are a LinearAlgebra.Adjoint (#1481)
- Progress reporting in parallel sampling (#2264)
- Avoid re-evaluating model in getparams
(#2545)
- Correctness of Gibbs implementation (?) (#2627)