You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: HISTORY.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,12 @@
1
+
# 0.40.3
2
+
3
+
This patch makes the `resume_from` keyword argument work correctly when sampling multiple chains.
4
+
5
+
In the process this also fixes a method ambiguity caused by a bugfix in DynamicPPL 0.37.2.
6
+
7
+
This patch means that if you are using `RepeatSampler()` to sample from a model, and you want to obtain `MCMCChains.Chains` from it, you need to specify `sample(...; chain_type=MCMCChains.Chains)`.
8
+
This only applies if the sampler itself is a `RepeatSampler`; it doesn't apply if you are using `RepeatSampler`_within_ another sampler like Gibbs.
9
+
1
10
# 0.40.2
2
11
3
12
`sample(model, NUTS(), N; verbose=false)` now suppresses the 'initial step size' message.
0 commit comments