From 5e461dc93f6d7c0d6c8465d2161c444b2e58a245 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 2 Oct 2025 01:02:35 +0000 Subject: [PATCH 1/8] CompatHelper: bump compat for CoordRefSystems to 0.19, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b630efb5..826a950a 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ MeshIntegralsEnzymeExt = "Enzyme" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.16, 0.17, 0.18" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" From 82b78205c66a87bb332c6e6d0d26fff5e4ea7b2b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 10:59:17 +0200 Subject: [PATCH 2/8] CompatHelper: bump compat for CoordRefSystems to 0.19 for package test, (keep existing compat) (#206) Co-authored-by: CompatHelper Julia --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index f6a8c27d..1c28649e 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.8" -CoordRefSystems = "0.16, 0.17, 0.18" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" From dac81d48f23fa85f0dd20de62beacf4f6b32495b Mon Sep 17 00:00:00 2001 From: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> Date: Thu, 2 Oct 2025 11:04:39 +0200 Subject: [PATCH 3/8] Apply suggestions from code review --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 826a950a..ccc34765 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ MeshIntegralsEnzymeExt = "Enzyme" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.16, 0.17, 0.18, 0.19" +CoordRefSystems = "0.18, 0.19" Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" diff --git a/test/Project.toml b/test/Project.toml index 1c28649e..5f296f3b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.8" -CoordRefSystems = "0.16, 0.17, 0.18, 0.19" +CoordRefSystems = "0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" From 258279f1ce42fc89a647be2b4464171b06620c31 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Thu, 2 Oct 2025 11:33:33 +0200 Subject: [PATCH 4/8] drop compat for Meshes.jl v0.53 --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index ccc34765..0a9c140c 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.54" QuadGK = "2.1.1" Unitful = "1.19" julia = "1.9" diff --git a/test/Project.toml b/test/Project.toml index 5f296f3b..aca62cb0 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ CoordRefSystems = "0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.53, 0.54" +Meshes = "0.54" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1" From d87a269aa69dff0a770e215af7ffa5172a3c6515 Mon Sep 17 00:00:00 2001 From: Joshua Lampert <51029046+JoshuaLampert@users.noreply.github.com> Date: Thu, 2 Oct 2025 18:09:19 +0200 Subject: [PATCH 5/8] Apply suggestions from code review --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 0a9c140c..83c93c60 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1" -Meshes = "0.54" +Meshes = "0.54, 0.55" QuadGK = "2.1.1" Unitful = "1.19" julia = "1.9" diff --git a/test/Project.toml b/test/Project.toml index aca62cb0..3cfd8d95 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ CoordRefSystems = "0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.54" +Meshes = "0.54, 0.55" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1" From 00e26d6bf311d4b892c93db87f94e384441cb8de Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 3 Oct 2025 12:01:47 +0200 Subject: [PATCH 6/8] try force_latest_compatible_version: false --- .github/workflows/Downgrade.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 79ed3f2e..9fd1cc66 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -50,5 +50,6 @@ jobs: with: coverage: false allow_reresolve: false + force_latest_compatible_version: false env: PYTHON: "" From 998348e0fd0305ec40307f8f2217816d6585ea25 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 3 Oct 2025 12:04:34 +0200 Subject: [PATCH 7/8] allow Meshes.jl v0.53 again --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 83c93c60..6fe44ea4 100644 --- a/Project.toml +++ b/Project.toml @@ -25,7 +25,7 @@ Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" LinearAlgebra = "1" -Meshes = "0.54, 0.55" +Meshes = "0.53, 0.54, 0.55" QuadGK = "2.1.1" Unitful = "1.19" julia = "1.9" diff --git a/test/Project.toml b/test/Project.toml index 3cfd8d95..555feae1 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -18,7 +18,7 @@ CoordRefSystems = "0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1" -Meshes = "0.54, 0.55" +Meshes = "0.53, 0.54, 0.55" SpecialFunctions = "2" StaticArrays = "1" TestItemRunner = "1" From 99b5535b5b1780dfdb6904261c4c9ff3399bb7c9 Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Fri, 3 Oct 2025 12:05:33 +0200 Subject: [PATCH 8/8] add CoordRefSystems.jl v0.16, v0.17 again --- Project.toml | 2 +- test/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 6fe44ea4..2e8e6356 100644 --- a/Project.toml +++ b/Project.toml @@ -20,7 +20,7 @@ MeshIntegralsEnzymeExt = "Enzyme" [compat] CliffordNumbers = "0.1.9" -CoordRefSystems = "0.18, 0.19" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" FastGaussQuadrature = "1" HCubature = "1.5" diff --git a/test/Project.toml b/test/Project.toml index 555feae1..3e97d1c9 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -14,7 +14,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d" [compat] Aqua = "0.8" -CoordRefSystems = "0.18, 0.19" +CoordRefSystems = "0.16, 0.17, 0.18, 0.19" Enzyme = "0.13.47" ExplicitImports = "1.6.0" LinearAlgebra = "1"