We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 229758b commit 286c8f9Copy full SHA for 286c8f9
HISTORY.md
@@ -1,5 +1,11 @@
1
# DynamicPPL Changelog
2
3
+## 0.37.2
4
+
5
+Make the `resume_from` keyword work for multiple-chain (parallel) sampling as well.
6
+Prior to this version, it was silently ignored.
7
+Note that to get the correct behaviour you also need to have a recent version of MCMCChains (v7.2.1).
8
9
## 0.37.1
10
11
Update DynamicPPLMooncakeExt to work with Mooncake 0.4.147.
Project.toml
@@ -1,6 +1,6 @@
name = "DynamicPPL"
uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8"
-version = "0.37.1"
+version = "0.37.2"
[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
0 commit comments