diff --git a/HISTORY.md b/HISTORY.md index f8ef0e2e5..820c9deee 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,7 @@ +# Release 0.38.5 + +Added compatibility with ForwardDiff v1. + # Release 0.38.4 The minimum Julia version was increased to 1.10.2 (from 1.10.0). diff --git a/Project.toml b/Project.toml index 8a6e1777e..307930d8b 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,7 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.38.4" +version = "0.38.5" + [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -64,7 +65,7 @@ DocStringExtensions = "0.8, 0.9" DynamicHMC = "3.4" DynamicPPL = "0.36.3" EllipticalSliceSampling = "0.5, 1, 2" -ForwardDiff = "0.10.3" +ForwardDiff = "0.10.3, 1" Libtask = "0.8.8" LinearAlgebra = "1" LogDensityProblems = "2" diff --git a/test/Project.toml b/test/Project.toml index 11694dd06..5587f46d7 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -55,7 +55,7 @@ DistributionsAD = "0.6.3" DynamicHMC = "2.1.6, 3.0" DynamicPPL = "0.36.6" FiniteDifferences = "0.10.8, 0.11, 0.12" -ForwardDiff = "0.10.12 - 0.10.32, 0.10" +ForwardDiff = "0.10.12 - 0.10.32, 0.10, 1" HypothesisTests = "0.11" LinearAlgebra = "1" LogDensityProblems = "2"