From c0436d7ed2835249845da48aafd3e260ceaba505 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:06:00 +0100 Subject: [PATCH 1/3] CompatHelper: bump compat for ParameterHandling to 0.5 for package 3-parametric-heteroscedastic, (keep existing compat) (#393) Co-authored-by: CompatHelper Julia Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> --- examples/3-parametric-heteroscedastic/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/3-parametric-heteroscedastic/Project.toml b/examples/3-parametric-heteroscedastic/Project.toml index c78378d2..af2ade8c 100644 --- a/examples/3-parametric-heteroscedastic/Project.toml +++ b/examples/3-parametric-heteroscedastic/Project.toml @@ -17,5 +17,5 @@ CairoMakie = "0.7, 0.8, 0.9, 0.10" KernelFunctions = "0.10" Literate = "2" Optim = "1" -ParameterHandling = "0.4" +ParameterHandling = "0.4, 0.5" Zygote = "0.6" From 5b5687e462ef53e95d609046def45b9696a48acf Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 01:07:59 +0100 Subject: [PATCH 2/3] CompatHelper: bump compat for Turing to 0.30 for package ppl, (keep existing compat) (#388) Co-authored-by: CompatHelper Julia Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> --- test/ppl/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/ppl/Project.toml b/test/ppl/Project.toml index 505b6e72..8478ef38 100644 --- a/test/ppl/Project.toml +++ b/test/ppl/Project.toml @@ -6,5 +6,5 @@ Turing = "fce5fe82-541a-59a6-adf8-730c64b5f9a0" [compat] AbstractGPs = "0.5" Distributions = "0.25" -Turing = "0.24, 0.25 - 0.29" +Turing = "0.24, 0.25 - 0.29, 0.30" julia = "1.6" From ff7705e78a5aa91b8fa3fe3d738e6571ac02156e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Mar 2024 12:43:52 +0100 Subject: [PATCH 3/3] CompatHelper: bump compat for ParameterHandling to 0.5 for package 1-mauna-loa, (keep existing compat) (#392) Co-authored-by: CompatHelper Julia Co-authored-by: Simone Carlo Surace <51025924+simsurace@users.noreply.github.com> --- examples/1-mauna-loa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/1-mauna-loa/Project.toml b/examples/1-mauna-loa/Project.toml index 75245697..9a41d0fc 100644 --- a/examples/1-mauna-loa/Project.toml +++ b/examples/1-mauna-loa/Project.toml @@ -14,6 +14,6 @@ CSV = "0.9, 0.10" DataFrames = "1" Literate = "2" Optim = "1" -ParameterHandling = "0.4" +ParameterHandling = "0.4, 0.5" Plots = "1" Zygote = "0.6"