Skip to content

Commit e5489fa

Browse files
ChrisRackauckas-ClaudeChrisRackauckasclaude
authored
Correct seven subpackage versions to the next sequential release (#4062)
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. Claude-Session: https://claude.ai/code/session_01VNsHcCmMeNCWuN8BNR8RJr Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com> Co-authored-by: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent fd3f95b commit e5489fa

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

lib/DiffEqDevTools/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqDevTools"
22
uuid = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "3.1.6"
4+
version = "3.1.4"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

lib/OrdinaryDiffEqLowStorageRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqLowStorageRK"
22
uuid = "b0944070-b475-4768-8dec-fb6eb410534d"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "3.2.4"
4+
version = "3.2.2"
55

66
[deps]
77
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"

lib/OrdinaryDiffEqRosenbrock/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OrdinaryDiffEqRosenbrock"
22
uuid = "43230ef6-c299-4910-a778-202eb28ce4ce"
3-
version = "2.6.2"
3+
version = "2.6.1"
44
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
55

66
[deps]

lib/OrdinaryDiffEqSDIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqSDIRK"
22
uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.8.3"
4+
version = "2.8.2"
55

66
[deps]
77
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"

lib/OrdinaryDiffEqSSPRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqSSPRK"
22
uuid = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.2.3"
4+
version = "2.2.1"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"

lib/OrdinaryDiffEqTsit5/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "OrdinaryDiffEqTsit5"
22
uuid = "b1df2697-797e-41e3-8120-5422d3b24e4a"
3-
version = "2.1.3"
3+
version = "2.1.1"
44
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
55

66
[deps]

lib/OrdinaryDiffEqVerner/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqVerner"
22
uuid = "79d7bb75-1356-48c1-b8c0-6832512096c2"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.2.3"
4+
version = "2.2.1"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"

0 commit comments

Comments
 (0)