From 663e9aa64fe517429f674965a0439b7b818b6ea7 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Thu, 4 Jun 2026 05:37:30 -0400 Subject: [PATCH] Allow DomainSets 0.8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DomainSets 0.8 removed an old type piracy of `×` and unexported some internal symbols (now in FunctionMaps.jl). PDEBase only uses `DomainSets.infimum` and `DomainSets.supremum` (both fully qualified and still exported in 0.8), so no source changes are required — only the compat bound needs widening to admit 0.8. Co-Authored-By: Chris Rackauckas --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 5d5df38..430695e 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "PDEBase" uuid = "a7812802-0625-4b9e-961c-d332478797e5" -version = "0.1.24" +version = "0.1.25" authors = ["xtalax "] [deps] @@ -15,7 +15,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" [compat] AllocCheck = "0.2" BenchmarkTools = "1" -DomainSets = "0.7" +DomainSets = "0.7, 0.8" ModelingToolkit = "11" PrecompileTools = "1" SciMLBase = "2, 3.1"