File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 1
1
# DynamicPPL Changelog
2
2
3
+ ## 0.35.7
4
+
5
+ Adds compatibility for ForwardDiff 1.0.
6
+
3
7
## 0.35.6
4
8
5
9
Fixed the implementation of ` .~ ` , such that running a model with it no longer requires DynamicPPL itself to be loaded.
Original file line number Diff line number Diff line change 1
1
name = " DynamicPPL"
2
2
uuid = " 366bfd00-2699-11ea-058f-f148b4cae6d8"
3
- version = " 0.35.6 "
3
+ version = " 0.35.7 "
4
4
5
5
[deps ]
6
6
ADTypes = " 47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -55,7 +55,7 @@ DifferentiationInterface = "0.6.41"
55
55
Distributions = " 0.25"
56
56
DocStringExtensions = " 0.9"
57
57
EnzymeCore = " 0.6 - 0.8"
58
- ForwardDiff = " 0.10.12"
58
+ ForwardDiff = " 0.10.12, 1 "
59
59
InteractiveUtils = " 1"
60
60
JET = " 0.9"
61
61
KernelAbstractions = " 0.9.33"
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Distributions = "0.25"
18
18
Documenter = " 1"
19
19
DocumenterMermaid = " 0.1, 0.2"
20
20
FillArrays = " 0.13, 1"
21
- ForwardDiff = " 0.10"
21
+ ForwardDiff = " 0.10, 1 "
22
22
JET = " 0.9"
23
23
LogDensityProblems = " 2"
24
24
MCMCChains = " 5, 6"
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ Distributions = "0.25"
43
43
DistributionsAD = " 0.6.3"
44
44
Documenter = " 1"
45
45
EnzymeCore = " 0.6 - 0.8"
46
- ForwardDiff = " 0.10.12"
46
+ ForwardDiff = " 0.10.12, 1 "
47
47
JET = " 0.9"
48
48
LogDensityProblems = " 2"
49
49
MCMCChains = " 6.0.4"
You can’t perform that action at this time.
0 commit comments