From efe3eef427852a114013db8e5a431fe9fd6ac87d Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sun, 8 Jun 2025 15:13:04 +0100 Subject: [PATCH 1/2] MCMCChains@7 --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 034576a..ceafac7 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "AdvancedMH" uuid = "5b7e9947-ddc0-4b3f-9b55-0d8042f74170" -version = "0.8.7" +version = "0.8.8" [deps] AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001" @@ -32,7 +32,7 @@ FillArrays = "1" ForwardDiff = "0.10, 1" LinearAlgebra = "1.6" LogDensityProblems = "2" -MCMCChains = "6.0.4" +MCMCChains = "6.0.4,7" Random = "1.6" Requires = "1" StructArrays = "0.6, 0.7" From b5dd339fe4367019f8364fc1d3f1184bd1b9ed28 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Sun, 8 Jun 2025 15:20:54 +0100 Subject: [PATCH 2/2] Fix docs workflow permissions --- .github/workflows/Docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Docs.yml b/.github/workflows/Docs.yml index 4e60a8d..4d7e4f9 100644 --- a/.github/workflows/Docs.yml +++ b/.github/workflows/Docs.yml @@ -15,7 +15,7 @@ concurrency: permissions: contents: write - pull-requests: read + pull-requests: write jobs: docs: