From f6a476ddaa97ee325a908b718d8b3dd93ced08a6 Mon Sep 17 00:00:00 2001 From: ChrisRackauckas-Claude Date: Wed, 29 Jul 2026 08:30:00 -0400 Subject: [PATCH] Correct seven subpackage versions to the next sequential release Each of these carries a version on master that jumps over one or more unregistered versions, so AutoMerge rejects the registration under the sequential version number guideline. Lowering each to the patch successor of the latest registered version lets them register normally; the intervening bumps were never released, so no history is lost. DiffEqDevTools 3.1.6 -> 3.1.4 (registered: 3.1.3) OrdinaryDiffEqLowStorageRK 3.2.4 -> 3.2.2 (registered: 3.2.1) OrdinaryDiffEqRosenbrock 2.6.2 -> 2.6.1 (registered: 2.6.0) OrdinaryDiffEqSDIRK 2.8.3 -> 2.8.2 (registered: 2.8.1) OrdinaryDiffEqSSPRK 2.2.3 -> 2.2.1 (registered: 2.2.0) OrdinaryDiffEqTsit5 2.1.3 -> 2.1.1 (registered: 2.1.0) OrdinaryDiffEqVerner 2.2.3 -> 2.2.1 (registered: 2.2.0) DiffEqDevTools 4.0.0 and OrdinaryDiffEqCore 5.0.0 are yanked in General, so the highest live DiffEqDevTools release is 3.1.3 rather than 4.0.0. No sibling compat bound is invalidated by lowering these: every in-repo bound on the seven is major-level, except OrdinaryDiffEqBDF's OrdinaryDiffEqSDIRK = "2.5", which 2.8.2 still satisfies. Co-Authored-By: Chris Rackauckas Co-Authored-By: Claude Opus 5 (1M context) Claude-Session: https://claude.ai/code/session_01VNsHcCmMeNCWuN8BNR8RJr --- lib/DiffEqDevTools/Project.toml | 2 +- lib/OrdinaryDiffEqLowStorageRK/Project.toml | 2 +- lib/OrdinaryDiffEqRosenbrock/Project.toml | 2 +- lib/OrdinaryDiffEqSDIRK/Project.toml | 2 +- lib/OrdinaryDiffEqSSPRK/Project.toml | 2 +- lib/OrdinaryDiffEqTsit5/Project.toml | 2 +- lib/OrdinaryDiffEqVerner/Project.toml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/lib/DiffEqDevTools/Project.toml b/lib/DiffEqDevTools/Project.toml index ad0636468c..27fe160fe1 100644 --- a/lib/DiffEqDevTools/Project.toml +++ b/lib/DiffEqDevTools/Project.toml @@ -1,7 +1,7 @@ name = "DiffEqDevTools" uuid = "f3b72e0c-5b89-59e1-b016-84e28bfd966d" authors = ["Chris Rackauckas "] -version = "3.1.6" +version = "3.1.4" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" diff --git a/lib/OrdinaryDiffEqLowStorageRK/Project.toml b/lib/OrdinaryDiffEqLowStorageRK/Project.toml index 2d9b44fed2..9c1701b734 100644 --- a/lib/OrdinaryDiffEqLowStorageRK/Project.toml +++ b/lib/OrdinaryDiffEqLowStorageRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqLowStorageRK" uuid = "b0944070-b475-4768-8dec-fb6eb410534d" authors = ["ParamThakkar123 "] -version = "3.2.4" +version = "3.2.2" [deps] CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2" diff --git a/lib/OrdinaryDiffEqRosenbrock/Project.toml b/lib/OrdinaryDiffEqRosenbrock/Project.toml index f24d061a50..c4066c2286 100644 --- a/lib/OrdinaryDiffEqRosenbrock/Project.toml +++ b/lib/OrdinaryDiffEqRosenbrock/Project.toml @@ -1,6 +1,6 @@ name = "OrdinaryDiffEqRosenbrock" uuid = "43230ef6-c299-4910-a778-202eb28ce4ce" -version = "2.6.2" +version = "2.6.1" authors = ["ParamThakkar123 "] [deps] diff --git a/lib/OrdinaryDiffEqSDIRK/Project.toml b/lib/OrdinaryDiffEqSDIRK/Project.toml index a5bfe7d2df..07e27331b7 100644 --- a/lib/OrdinaryDiffEqSDIRK/Project.toml +++ b/lib/OrdinaryDiffEqSDIRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqSDIRK" uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf" authors = ["ParamThakkar123 "] -version = "2.8.3" +version = "2.8.2" [deps] ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9" diff --git a/lib/OrdinaryDiffEqSSPRK/Project.toml b/lib/OrdinaryDiffEqSSPRK/Project.toml index 13723cc156..caeb442127 100644 --- a/lib/OrdinaryDiffEqSSPRK/Project.toml +++ b/lib/OrdinaryDiffEqSSPRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqSSPRK" uuid = "669c94d9-1f4b-4b64-b377-1aa079aa2388" authors = ["ParamThakkar123 "] -version = "2.2.3" +version = "2.2.1" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqTsit5/Project.toml b/lib/OrdinaryDiffEqTsit5/Project.toml index 15fb302ac6..d6723412ae 100644 --- a/lib/OrdinaryDiffEqTsit5/Project.toml +++ b/lib/OrdinaryDiffEqTsit5/Project.toml @@ -1,6 +1,6 @@ name = "OrdinaryDiffEqTsit5" uuid = "b1df2697-797e-41e3-8120-5422d3b24e4a" -version = "2.1.3" +version = "2.1.1" authors = ["ParamThakkar123 "] [deps] diff --git a/lib/OrdinaryDiffEqVerner/Project.toml b/lib/OrdinaryDiffEqVerner/Project.toml index 4a5605fc71..ed31a2e252 100644 --- a/lib/OrdinaryDiffEqVerner/Project.toml +++ b/lib/OrdinaryDiffEqVerner/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqVerner" uuid = "79d7bb75-1356-48c1-b8c0-6832512096c2" authors = ["ParamThakkar123 "] -version = "2.2.3" +version = "2.2.1" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"