File tree Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Expand file tree Collapse file tree 3 files changed +8
-3
lines changed Original file line number Diff line number Diff line change
1
+ # Release 0.38.2
2
+
3
+ Bump compat for ` MCMCChains ` to ` 7 ` .
4
+ By default, summary statistics and quantiles for chains are no longer printed; to access these you should use ` describe(chain) ` .
5
+
1
6
# Release 0.38.1
2
7
3
8
The method ` Bijectors.bijector(::DynamicPPL.Model) ` was moved to DynamicPPL.jl.
Original file line number Diff line number Diff line change 1
1
name = " Turing"
2
2
uuid = " fce5fe82-541a-59a6-adf8-730c64b5f9a0"
3
- version = " 0.38.1 "
3
+ version = " 0.38.2 "
4
4
5
5
[deps ]
6
6
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -68,7 +68,7 @@ ForwardDiff = "0.10.3"
68
68
Libtask = " 0.8.8"
69
69
LinearAlgebra = " 1"
70
70
LogDensityProblems = " 2"
71
- MCMCChains = " 5, 6"
71
+ MCMCChains = " 5, 6, 7 "
72
72
NamedArrays = " 0.9, 0.10"
73
73
Optim = " 1"
74
74
Optimization = " 3, 4"
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ HypothesisTests = "0.11"
59
59
LinearAlgebra = " 1"
60
60
LogDensityProblems = " 2"
61
61
LogDensityProblemsAD = " 1.4"
62
- MCMCChains = " 5, 6"
62
+ MCMCChains = " 5, 6, 7 "
63
63
Mooncake = " 0.4.95"
64
64
NamedArrays = " 0.9.4, 0.10"
65
65
Optim = " 1"
You can’t perform that action at this time.
0 commit comments