From e2037b39e069ab1042025c95e04ae75c38c3480c Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 11 Nov 2025 15:44:33 +0000 Subject: [PATCH 1/3] Try on 1.12 --- .github/workflows/generate_website.yml | 2 +- Project.toml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/generate_website.yml b/.github/workflows/generate_website.yml index d53b930..b8fd0ae 100644 --- a/.github/workflows/generate_website.yml +++ b/.github/workflows/generate_website.yml @@ -43,7 +43,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: - version: "1.11" + version: "1.12" - uses: julia-actions/cache@v2 with: diff --git a/Project.toml b/Project.toml index 001c16d..85429f7 100644 --- a/Project.toml +++ b/Project.toml @@ -26,3 +26,6 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f" [compat] DynamicPPL = "0.38" Turing = "0.41" + +[sources] +Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "copilot/fix-521d0edf-b6f3-4f8f-810a-9b67505eccca"} From 34ee506eab7dbf32616f4168458bc3b835277c80 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 11 Nov 2025 17:06:02 +0000 Subject: [PATCH 2/3] actually use 112 --- .github/workflows/generate_website.yml | 2 +- web/src/App.svelte | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/workflows/generate_website.yml b/.github/workflows/generate_website.yml index b8fd0ae..55c7af2 100644 --- a/.github/workflows/generate_website.yml +++ b/.github/workflows/generate_website.yml @@ -76,7 +76,7 @@ jobs: - uses: julia-actions/setup-julia@v2 with: - version: "1.11" + version: "1.12" - uses: julia-actions/cache@v2 with: diff --git a/web/src/App.svelte b/web/src/App.svelte index 7921aad..e79438a 100644 --- a/web/src/App.svelte +++ b/web/src/App.svelte @@ -96,10 +96,7 @@ -
- Note: The results here are run with Julia 1.11. Mooncake and Enzyme currently do not work on Julia 1.12. -
-

Results

+

Results

Download the raw data (JSON) From 15a5fa59b47c2cba9c666715d73db44005804372 Mon Sep 17 00:00:00 2001 From: Penelope Yong Date: Tue, 11 Nov 2025 17:08:43 +0000 Subject: [PATCH 3/3] point to main --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 85429f7..074966f 100644 --- a/Project.toml +++ b/Project.toml @@ -28,4 +28,4 @@ DynamicPPL = "0.38" Turing = "0.41" [sources] -Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "copilot/fix-521d0edf-b6f3-4f8f-810a-9b67505eccca"} +Mooncake = {url = "https://github.com/chalk-lab/Mooncake.jl", rev = "main"}