From fb146c68f83f189843ac852191c3344f517371a7 Mon Sep 17 00:00:00 2001 From: CompatHelper Julia Date: Wed, 22 Apr 2026 00:39:53 +0000 Subject: [PATCH 1/3] CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat) --- Project.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.toml b/Project.toml index 7ba060632..126cbf305 100644 --- a/Project.toml +++ b/Project.toml @@ -1,8 +1,8 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" +version = "1.15.2" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" -version = "1.15.2" [deps] ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e" @@ -23,7 +23,7 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" Aqua = "0.5" ControlSystemsBase = "1.3" DelayDiffEq = "5.31" -DiffEqBase = "6" +DiffEqBase = "6, 7" DiffEqCallbacks = "2.16, 3, 4" ForwardDiff = "0.10, 1" OrdinaryDiffEq = "6.60" From 82b8d5a6329af27cc3d4f073f1a61aa45baa7d38 Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Thu, 23 Apr 2026 14:01:21 +0200 Subject: [PATCH 2/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 126cbf305..66d842915 100644 --- a/Project.toml +++ b/Project.toml @@ -1,6 +1,6 @@ name = "ControlSystems" uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e" -version = "1.15.2" +version = "1.15.3" authors = ["Dept. Automatic Control, Lund University"] repo = "https://github.com/JuliaControl/ControlSystems.jl.git" From 4fa46acdbaa459d404b0225abca51826d812a71d Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Fri, 24 Apr 2026 07:58:18 +0200 Subject: [PATCH 3/3] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 66d842915..30fa1603c 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ DelayDiffEq = "5.31" DiffEqBase = "6, 7" DiffEqCallbacks = "2.16, 3, 4" ForwardDiff = "0.10, 1" -OrdinaryDiffEq = "6.60" +OrdinaryDiffEq = "6.60, 7" RecipesBase = "1" Reexport = "1" StaticArrays = "1"