From 627f5456e46fcc49aa41d482ebd4bd7920e03dce Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Thu, 30 May 2024 12:10:09 +0100 Subject: [PATCH 1/2] Update Essential.jl --- src/essential/Essential.jl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/essential/Essential.jl b/src/essential/Essential.jl index 1ec19d77f..a3b2e4092 100644 --- a/src/essential/Essential.jl +++ b/src/essential/Essential.jl @@ -11,7 +11,7 @@ using Bijectors: PDMatDistribution using AdvancedVI using StatsFuns: logsumexp, softmax @reexport using DynamicPPL -using ADTypes: ADTypes, AutoForwardDiff, AutoTracker, AutoReverseDiff, AutoZygote +using ADTypes: ADTypes, AutoForwardDiff, AutoTracker, AutoReverseDiff, AutoZygote, AutoTapir import AdvancedPS @@ -39,6 +39,7 @@ export @model, AutoTracker, AutoZygote, AutoReverseDiff, + AutoTapir, value, @logprob_str, @prob_str From 827bb4c44b1a19cb3c0c134f3be75aa34148bde2 Mon Sep 17 00:00:00 2001 From: Hong Ge <3279477+yebai@users.noreply.github.com> Date: Thu, 30 May 2024 12:11:04 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index e764f4f6c..b74a66690 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "Turing" uuid = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" -version = "0.32.1" +version = "0.32.2" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"