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
+ Compatibility for JET.jl v0.10.
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"
@@ -57,7 +57,7 @@ DocStringExtensions = "0.9"
57
57
EnzymeCore = " 0.6 - 0.8"
58
58
ForwardDiff = " 0.10.12"
59
59
InteractiveUtils = " 1"
60
- JET = " 0.9"
60
+ JET = " 0.9, 0.10 "
61
61
KernelAbstractions = " 0.9.33"
62
62
LinearAlgebra = " 1.6"
63
63
LogDensityProblems = " 2"
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Documenter = "1"
19
19
DocumenterMermaid = " 0.1, 0.2"
20
20
FillArrays = " 0.13, 1"
21
21
ForwardDiff = " 0.10"
22
- JET = " 0.9"
22
+ JET = " 0.9, 0.10 "
23
23
LogDensityProblems = " 2"
24
24
MCMCChains = " 5, 6"
25
25
StableRNGs = " 1"
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ DistributionsAD = "0.6.3"
44
44
Documenter = " 1"
45
45
EnzymeCore = " 0.6 - 0.8"
46
46
ForwardDiff = " 0.10.12"
47
- JET = " 0.9"
47
+ JET = " 0.9, 0.10 "
48
48
LogDensityProblems = " 2"
49
49
MCMCChains = " 6.0.4"
50
50
MacroTools = " 0.5.6"
You can’t perform that action at this time.
0 commit comments