From 19670b221aa545bd59938f16e184f6d0eab016cb Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 15 Aug 2026 07:19:35 -0400 Subject: [PATCH 1/2] compat: declare SciMLTesting 2.4 Co-Authored-By: Chris Rackauckas --- lib/BVProblemLibrary/Project.toml | 2 ++ lib/DAEProblemLibrary/Project.toml | 2 ++ lib/DDEProblemLibrary/Project.toml | 2 ++ lib/JumpProblemLibrary/Project.toml | 2 ++ lib/NonlinearProblemLibrary/Project.toml | 2 ++ lib/ODEProblemLibrary/Project.toml | 2 ++ lib/SDEProblemLibrary/Project.toml | 2 ++ 7 files changed, 14 insertions(+) diff --git a/lib/BVProblemLibrary/Project.toml b/lib/BVProblemLibrary/Project.toml index bdeb7b9..5796bae 100644 --- a/lib/BVProblemLibrary/Project.toml +++ b/lib/BVProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" SafeTestsets = "0.1" SpecialFunctions = "2.3" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/DAEProblemLibrary/Project.toml b/lib/DAEProblemLibrary/Project.toml index 3194b5e..3a97b7f 100644 --- a/lib/DAEProblemLibrary/Project.toml +++ b/lib/DAEProblemLibrary/Project.toml @@ -10,9 +10,11 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/DDEProblemLibrary/Project.toml b/lib/DDEProblemLibrary/Project.toml index 095643e..847ec10 100644 --- a/lib/DDEProblemLibrary/Project.toml +++ b/lib/DDEProblemLibrary/Project.toml @@ -10,9 +10,11 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/JumpProblemLibrary/Project.toml b/lib/JumpProblemLibrary/Project.toml index 3ec90e7..f8944da 100644 --- a/lib/JumpProblemLibrary/Project.toml +++ b/lib/JumpProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/NonlinearProblemLibrary/Project.toml b/lib/NonlinearProblemLibrary/Project.toml index 5ae750d..d81af47 100644 --- a/lib/NonlinearProblemLibrary/Project.toml +++ b/lib/NonlinearProblemLibrary/Project.toml @@ -12,9 +12,11 @@ Pkg = "1.10" SafeTestsets = "0.1" SciMLBase = "3" Test = "1" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index 3d4694f..9345a1e 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -14,9 +14,11 @@ Pkg = "1.10" Random = "1.10" SafeTestsets = "0.1" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" diff --git a/lib/SDEProblemLibrary/Project.toml b/lib/SDEProblemLibrary/Project.toml index adc24aa..0c372b8 100644 --- a/lib/SDEProblemLibrary/Project.toml +++ b/lib/SDEProblemLibrary/Project.toml @@ -14,9 +14,11 @@ RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" SciMLBase = "3" Test = "1.10" +SciMLTesting = "2.4" julia = "1.10" [extras] +SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283" Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" From 42442df707efee7e59f7dd27776c8a2cea52fc93 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Sat, 15 Aug 2026 07:37:27 -0400 Subject: [PATCH 2/2] compat: use SciMLTesting 2.10 Co-Authored-By: Chris Rackauckas --- lib/BVProblemLibrary/Project.toml | 2 +- lib/DAEProblemLibrary/Project.toml | 2 +- lib/DDEProblemLibrary/Project.toml | 2 +- lib/JumpProblemLibrary/Project.toml | 2 +- lib/NonlinearProblemLibrary/Project.toml | 2 +- lib/ODEProblemLibrary/Project.toml | 2 +- lib/SDEProblemLibrary/Project.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/BVProblemLibrary/Project.toml b/lib/BVProblemLibrary/Project.toml index 5796bae..9ef676c 100644 --- a/lib/BVProblemLibrary/Project.toml +++ b/lib/BVProblemLibrary/Project.toml @@ -12,7 +12,7 @@ Pkg = "1.10" SafeTestsets = "0.1" SpecialFunctions = "2.3" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/DAEProblemLibrary/Project.toml b/lib/DAEProblemLibrary/Project.toml index 3a97b7f..a293608 100644 --- a/lib/DAEProblemLibrary/Project.toml +++ b/lib/DAEProblemLibrary/Project.toml @@ -10,7 +10,7 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/DDEProblemLibrary/Project.toml b/lib/DDEProblemLibrary/Project.toml index 847ec10..ca7f34c 100644 --- a/lib/DDEProblemLibrary/Project.toml +++ b/lib/DDEProblemLibrary/Project.toml @@ -10,7 +10,7 @@ DiffEqBase = "7" Pkg = "1.10" SafeTestsets = "0.1" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/JumpProblemLibrary/Project.toml b/lib/JumpProblemLibrary/Project.toml index f8944da..8f64624 100644 --- a/lib/JumpProblemLibrary/Project.toml +++ b/lib/JumpProblemLibrary/Project.toml @@ -12,7 +12,7 @@ Pkg = "1.10" RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/NonlinearProblemLibrary/Project.toml b/lib/NonlinearProblemLibrary/Project.toml index d81af47..60b4fd1 100644 --- a/lib/NonlinearProblemLibrary/Project.toml +++ b/lib/NonlinearProblemLibrary/Project.toml @@ -12,7 +12,7 @@ Pkg = "1.10" SafeTestsets = "0.1" SciMLBase = "3" Test = "1" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/ODEProblemLibrary/Project.toml b/lib/ODEProblemLibrary/Project.toml index 9345a1e..511d3ad 100644 --- a/lib/ODEProblemLibrary/Project.toml +++ b/lib/ODEProblemLibrary/Project.toml @@ -14,7 +14,7 @@ Pkg = "1.10" Random = "1.10" SafeTestsets = "0.1" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras] diff --git a/lib/SDEProblemLibrary/Project.toml b/lib/SDEProblemLibrary/Project.toml index 0c372b8..2e2474c 100644 --- a/lib/SDEProblemLibrary/Project.toml +++ b/lib/SDEProblemLibrary/Project.toml @@ -14,7 +14,7 @@ RuntimeGeneratedFunctions = "0.5" SafeTestsets = "0.1" SciMLBase = "3" Test = "1.10" -SciMLTesting = "2.4" +SciMLTesting = "2.10" julia = "1.10" [extras]