v0.35.1
DynamicPPL v0.35.1
subset(::AbstractVarInfo, ::AbstractVector{<:VarName})
now preserves the ordering of the varnames in the original varinfo argument.
Previously, this would select the varnames according to their order in the second argument.
This fixes an upstream Turing.jl issue with Gibbs sampling when a component sampler was assigned multiple variables.
Merged pull requests:
- CompatHelper: bump compat for Zygote to 0.7 for package test, (keep existing compat) (#771) (@github-actions[bot])
- Update benchmark models (#826) (@mhauru)
- CompatHelper: bump compat for DocumenterMermaid to 0.2 for package docs, (keep existing compat) (#831) (@github-actions[bot])
- Make benchmarks not depend on TuringBenchmarking.jl, and run
]dev ..
(#834) (@mhauru) - Removed Zygote tests (#837) (@shravanngoswamii)
Closed issues: