diff --git a/HISTORY.md b/HISTORY.md index c9822930e..604dcb725 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,9 @@ # DynamicPPL Changelog +## 0.38.2 + +Added a compatibility entry for JET@0.11. + ## 0.38.1 Added `from_linked_vec_transform` and `from_vec_transform` methods for `ProductNamedTupleDistribution`. diff --git a/Project.toml b/Project.toml index b03f27aff..83e0fea3f 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "DynamicPPL" uuid = "366bfd00-2699-11ea-058f-f148b4cae6d8" -version = "0.38.1" +version = "0.38.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -62,7 +62,7 @@ DocStringExtensions = "0.9" EnzymeCore = "0.6 - 0.8" ForwardDiff = "0.10.12, 1" InteractiveUtils = "1" -JET = "0.9, 0.10" +JET = "0.9, 0.10, 0.11" KernelAbstractions = "0.9.33" LinearAlgebra = "1.6" LogDensityProblems = "2" diff --git a/docs/Project.toml b/docs/Project.toml index ccd701c6e..fed06ebde 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -22,7 +22,7 @@ DocumenterMermaid = "0.1, 0.2" DynamicPPL = "0.38" FillArrays = "0.13, 1" ForwardDiff = "0.10, 1" -JET = "0.9, 0.10" +JET = "0.9, 0.10, 0.11" LogDensityProblems = "2" MarginalLogDensities = "0.4" MCMCChains = "5, 6, 7" diff --git a/test/Project.toml b/test/Project.toml index a3bced4c3..de2160f4f 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -41,7 +41,7 @@ Distributions = "0.25" DistributionsAD = "0.6.3" Documenter = "1" ForwardDiff = "0.10.12, 1" -JET = "0.9, 0.10" +JET = "0.9, 0.10, 0.11" LogDensityProblems = "2" MCMCChains = "7.2.1" MacroTools = "0.5.6"