From d7101039fb619619c3a1e737fcdc0ee535ce8320 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Thu, 30 Apr 2026 10:00:39 +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 f6c8bb8..866421d 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ BlockArrays = "1.7.3" BlockBandedMatrices = "0.13" ClassicalOrthogonalPolynomials = "0.15.8" ContinuumArrays = "0.20.4" -DomainSets = "0.7" +DomainSets = "0.7, 0.8" FastTransforms = "0.17" FillArrays = "1.0" HarmonicOrthogonalPolynomials = "0.7.1" From 1f9fa863690997fd4776773c5509c59ecee9f49e Mon Sep 17 00:00:00 2001 From: Sheehan Olver Date: Sat, 2 May 2026 08:23:04 +0100 Subject: [PATCH 2/2] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 866421d..2905907 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "MultivariateOrthogonalPolynomials" uuid = "4f6956fd-4f93-5457-9149-7bfc4b2ce06d" -version = "0.9.7" +version = "0.9.8" [deps] ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"