Skip to content

v0.35.1

Compare
Choose a tag to compare
@github-actions github-actions released this 18 Mar 15:19
0b13164

DynamicPPL v0.35.1

Diff since v0.35.0

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:

  • Roadmap for removal of Selector shenanigans (#573)
  • Remove Zygote tests from DynamicPPL/Turing (#817)
  • ReverseDiff errors with InverseWishart (#835)