From ac5cb38ea2ab1617e6237282d072feccdd5ebfc5 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 8 Apr 2026 01:10:15 +0000 Subject: [PATCH 1/2] CompatHelper: bump compat for DomainSets to 0.8, (keep existing compat) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 89de0f1..725a5c8 100644 --- a/Project.toml +++ b/Project.toml @@ -30,7 +30,7 @@ AbstractFFTs = "1.0" ArrayLayouts = "1.0" BandedMatrices = "1" BlockArrays = "1.7" -DomainSets = "0.6, 0.7" +DomainSets = "0.6, 0.7, 0.8" FastTransforms = "0.15, 0.16, 0.17" FillArrays = "1.0" InfiniteArrays = "0.15" From 345d1f430d6defb296ebaa5f8b715db0d4a1502d Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Thu, 23 Apr 2026 17:26:32 +0100 Subject: [PATCH 2/2] v0.20.5 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 725a5c8..1415080 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ContinuumArrays" uuid = "7ae1f121-cc2c-504b-ac30-9b923412ae5c" -version = "0.20.4" +version = "0.20.5" [deps] AbstractFFTs = "621f4979-c628-5d54-868e-fcf4e3e8185c"