Skip to content

Commit a8eb2e7

Browse files
committed
Merge branch 'main' into breaking
2 parents 2ca96cc + 08fffa2 commit a8eb2e7

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

HISTORY.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
Removed the method `returned(::Model, values, keys)`; please use `returned(::Model, ::AbstractDict{<:VarName})` instead.
66

7+
## 0.38.9
8+
9+
Remove warning when using Enzyme as the AD backend.
10+
711
## 0.38.8
812

913
Added a new exported struct, `DynamicPPL.ParamsWithStats`.

docs/Project.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ MarginalLogDensities = "f0c3360a-fb8d-11e9-1194-5521fd7ee392"
1515
StableRNGs = "860ef19b-820b-49d6-a774-d7a799459cd3"
1616

1717
[compat]
18+
AbstractMCMC = "5"
1819
AbstractPPL = "0.13"
1920
Accessors = "0.1"
2021
Distributions = "0.25"

src/logdensityfunction.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ calculation; it is just that the DynamicPPL developers do not commit to
1111
maintaining compatibility with them.
1212
"""
1313
is_supported(::ADTypes.AbstractADType) = false
14+
is_supported(::ADTypes.AutoEnzyme) = true
1415
is_supported(::ADTypes.AutoForwardDiff) = true
1516
is_supported(::ADTypes.AutoMooncake) = true
1617
is_supported(::ADTypes.AutoReverseDiff) = true

0 commit comments

Comments
 (0)