From f8f4d9fef6d35c2c729d88bd0e96a24e650cfe4a Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 08:02:38 -0400 Subject: [PATCH 1/7] Update SciMLTesting QA compat to 2.1 Co-Authored-By: Chris Rackauckas --- test/qa/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 905689c..ccc60c0 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -13,6 +13,6 @@ FiniteVolumeMethod1D = {path = "../.."} Aqua = "0.8" JET = "0.9,0.10,0.11" SafeTestsets = "0.0.1, 0.1" -SciMLTesting = "1.7" +SciMLTesting = "2.1" Test = "1" julia = "1.10" From 7f5a7dc3b69605f5c0e0cb7309a111ee6665d82b Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 10:16:05 -0400 Subject: [PATCH 2/7] Keep SciMLTesting QA setup on 2.1 Co-Authored-By: Chris Rackauckas --- test/Project.toml | 4 ++-- test/qa/Project.toml | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index 46a391c..c5fa95b 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -27,7 +27,7 @@ OrdinaryDiffEq = "7.1.1" OrdinaryDiffEqSDIRK = "2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" -SciMLBase = "3.31.0" -SciMLTesting = "1" +SciMLBase = "2.146, 3.1" +SciMLTesting = "2.1" SpecialFunctions = "2.8.0" Test = "1" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index ccc60c0..009959e 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -6,9 +6,6 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" -[sources] -FiniteVolumeMethod1D = {path = "../.."} - [compat] Aqua = "0.8" JET = "0.9,0.10,0.11" From fc786a03037870cef763fefe57bee7daf7ae9137 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 10:20:21 -0400 Subject: [PATCH 3/7] Broaden downgrade test ODE compat Co-Authored-By: Chris Rackauckas --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index c5fa95b..0c9a873 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -23,7 +23,7 @@ LinearSolve = "4.2.0" MethodOfLines = "0.11.13" ModelingToolkit = "11.31.0" NonlinearSolve = "4.20.2" -OrdinaryDiffEq = "7.1.1" +OrdinaryDiffEq = "6.56, 7.1.1" OrdinaryDiffEqSDIRK = "2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" From 238c09f4018ace0a041beef77075ffa53a5938ab Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 10:23:35 -0400 Subject: [PATCH 4/7] Broaden downgrade test solver compat Co-Authored-By: Chris Rackauckas --- test/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Project.toml b/test/Project.toml index 0c9a873..481b816 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -24,7 +24,7 @@ MethodOfLines = "0.11.13" ModelingToolkit = "11.31.0" NonlinearSolve = "4.20.2" OrdinaryDiffEq = "6.56, 7.1.1" -OrdinaryDiffEqSDIRK = "2.7.1" +OrdinaryDiffEqSDIRK = "1.14, 2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" SciMLBase = "2.146, 3.1" From cde0f567fb2cbb21e97453270449607bec696fa6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 12:20:33 -0400 Subject: [PATCH 5/7] Fix downgrade compat bounds Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- test/Project.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Project.toml b/Project.toml index 49a44c7..59c4a19 100644 --- a/Project.toml +++ b/Project.toml @@ -12,7 +12,7 @@ SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] CommonSolve = "0.2" PrecompileTools = "1" -SciMLBase = "2.146, 3.1" +SciMLBase = "3.18" SparseArrays = "1" Test = "1" julia = "1.10" diff --git a/test/Project.toml b/test/Project.toml index 481b816..ca7e7d3 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -19,15 +19,15 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" [compat] CairoMakie = "0.15.12" DomainSets = "0.8.1" -LinearSolve = "4.2.0" +LinearSolve = "3.87, 4.2.0" MethodOfLines = "0.11.13" ModelingToolkit = "11.31.0" -NonlinearSolve = "4.20.2" +NonlinearSolve = "4.17.1, 4.20.2" OrdinaryDiffEq = "6.56, 7.1.1" OrdinaryDiffEqSDIRK = "1.14, 2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" -SciMLBase = "2.146, 3.1" +SciMLBase = "3.18" SciMLTesting = "2.1" SpecialFunctions = "2.8.0" Test = "1" From 8f5415bb62a730c971873b2e46e88259d5d57318 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 11 Jul 2026 12:41:56 -0400 Subject: [PATCH 6/7] Fix CommonSolve downgrade floor Co-Authored-By: Chris Rackauckas --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 59c4a19..7b7ab66 100644 --- a/Project.toml +++ b/Project.toml @@ -10,7 +10,7 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf" [compat] -CommonSolve = "0.2" +CommonSolve = "0.2.6" PrecompileTools = "1" SciMLBase = "3.18" SparseArrays = "1" From a3fec9ab347e111b9b7869252dea8b409f5dd33c Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sun, 12 Jul 2026 23:30:01 -0400 Subject: [PATCH 7/7] Update SciMLTesting QA compat to 2.2 Co-Authored-By: Chris Rackauckas --- test/Project.toml | 2 +- test/qa/Project.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/Project.toml b/test/Project.toml index ca7e7d3..b508806 100644 --- a/test/Project.toml +++ b/test/Project.toml @@ -28,6 +28,6 @@ OrdinaryDiffEqSDIRK = "1.14, 2.7.1" ReferenceTests = "0.10.6" SafeTestsets = "0.0.1, 0.1" SciMLBase = "3.18" -SciMLTesting = "2.1" +SciMLTesting = "2.2" SpecialFunctions = "2.8.0" Test = "1" diff --git a/test/qa/Project.toml b/test/qa/Project.toml index 009959e..f27339f 100644 --- a/test/qa/Project.toml +++ b/test/qa/Project.toml @@ -10,6 +10,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" Aqua = "0.8" JET = "0.9,0.10,0.11" SafeTestsets = "0.0.1, 0.1" -SciMLTesting = "2.1" +SciMLTesting = "2.2" Test = "1" julia = "1.10"