From ffee050edde0de93c5ebf72c3081128fa13baf67 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 1 Dec 2023 21:32:21 +0100 Subject: [PATCH 1/3] Bump MCMCChains compat --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index fa2f5d4a..1ee736b4 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ ForwardDiff = "0.10" IrrationalConstants = "0.1.1, 0.2" LinearAlgebra = "1.6" LogDensityProblems = "2" -MCMCChains = "5" +MCMCChains = "5, 6" Optim = "1.4" Optimization = "3" OptimizationOptimJL = "0.1" From 204db4c39d236d12e3c014ba4ba515dbd59b4fe7 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 1 Dec 2023 21:32:34 +0100 Subject: [PATCH 2/3] Bump Turing compats --- Project.toml | 2 +- docs/Project.toml | 2 +- test/integration/Turing/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index 1ee736b4..c9d5ac9f 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ SciMLBase = "1.8.1, 2" Statistics = "1.6" StatsBase = "0.33, 0.34" Transducers = "0.4.5" -Turing = "0.24, 0.25, 0.26, 0.27" +Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29" UnPack = "1" julia = "1.6" diff --git a/docs/Project.toml b/docs/Project.toml index 890ad25a..ea46f9ff 100644 --- a/docs/Project.toml +++ b/docs/Project.toml @@ -26,4 +26,4 @@ StatsFuns = "0.9, 1" StatsPlots = "0.14, 0.15" TransformVariables = "0.6, 0.7, 0.8" TransformedLogDensities = "1" -Turing = "0.24, 0.25, 0.26, 0.27" +Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29" diff --git a/test/integration/Turing/Project.toml b/test/integration/Turing/Project.toml index 669f8981..f52d3e85 100644 --- a/test/integration/Turing/Project.toml +++ b/test/integration/Turing/Project.toml @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] Pathfinder = "0.5, 0.6, 0.7" -Turing = "0.24, 0.25, 0.26, 0.27" +Turing = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29" julia = "1.6" From 04d8f10ded4996ddb2367aaf219a58a6da9024e7 Mon Sep 17 00:00:00 2001 From: Seth Axen Date: Fri, 1 Dec 2023 21:32:50 +0100 Subject: [PATCH 3/3] Increment patch number --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c9d5ac9f..f2995d38 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "Pathfinder" uuid = "b1d3bc72-d0e7-4279-b92f-7fa5d6d2d454" authors = ["Seth Axen and contributors"] -version = "0.7.8" +version = "0.7.9" [deps] Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"