diff --git a/HISTORY.md b/HISTORY.md index 5113a43ed..c839a113a 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # DynamicPPL Changelog +## 0.35.7 + +Adds compatibility for ForwardDiff 1.0. + ## 0.35.6 Fixed the implementation of `.~`, such that running a model with it no longer requires DynamicPPL itself to be loaded. diff --git a/Project.toml b/Project.toml index e49d11908..3baad6ad5 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.35.6" +version = "0.35.7" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -55,7 +55,7 @@ DifferentiationInterface = "0.6.41" Distributions = "0.25" DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" -ForwardDiff = "0.10.12" +ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" JET = "0.9" KernelAbstractions = "0.9.33" diff --git a/docs/Project.toml b/docs/Project.toml index fa57f2c1c..a95a45ae2 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -18,7 +18,7 @@ Distributions = "0.25" Documenter = "1" DocumenterMermaid = "0.1, 0.2" FillArrays = "0.13, 1" -ForwardDiff = "0.10" +ForwardDiff = "0.10, 1" JET = "0.9" LogDensityProblems = "2" MCMCChains = "5, 6" diff --git a/test/Project.toml b/test/Project.toml index 9fa3fd872..f5c9c6ed0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -43,7 +43,7 @@ Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1" EnzymeCore = "0.6 - 0.8" -ForwardDiff = "0.10.12" +ForwardDiff = "0.10.12, 1" JET = "0.9" LogDensityProblems = "2" MCMCChains = "6.0.4"