File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ uuid = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
3
3
keywords = [" markov chain monte carlo" , " probablistic programming" ]
4
4
license = " MIT"
5
5
desc = " A lightweight interface for common MCMC methods."
6
- version = " 3.2.0 "
6
+ version = " 3.2.1 "
7
7
8
8
[deps ]
9
9
BangBang = " 198e06fe-97b7-11e9-32a5-e1d131e6ad66"
Original file line number Diff line number Diff line change @@ -191,6 +191,8 @@ function mcmcsample(
191
191
state,
192
192
chain_type;
193
193
stats= stats,
194
+ discard_initial= discard_initial,
195
+ thinning= thinning,
194
196
kwargs...
195
197
)
196
198
end
@@ -267,6 +269,8 @@ function mcmcsample(
267
269
state,
268
270
chain_type;
269
271
stats= stats,
272
+ discard_initial= discard_initial,
273
+ thinning= thinning,
270
274
kwargs...
271
275
)
272
276
end
You can’t perform that action at this time.
0 commit comments