Skip to content

Commit 1e8760a

Browse files
Bump sublib versions for release (#3655)
- OrdinaryDiffEqExplicitTableaus: 2.0.0 -> 2.0.1 (compat revert) - OrdinaryDiffEqImplicitTableaus: 2.0.0 -> 2.0.1 (compat revert) - OrdinaryDiffEqSDIRK: 2.3.0 -> 2.4.0 (CFNLIRK3 to IMEX tableau, unified error estimation, @generated perform_step!) - OrdinaryDiffEqSIMDRK: 2.0.0 -> 2.0.1 (test fixup) - OrdinaryDiffEqTsit5: 2.0.0 -> 2.0.1 (compat reverts) Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 192c12f commit 1e8760a

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

lib/OrdinaryDiffEqExplicitTableaus/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqExplicitTableaus"
22
uuid = "3278f1b1-0f5c-4cde-98e0-ba5eb00db955"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "2.0.0"
4+
version = "2.0.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

lib/OrdinaryDiffEqImplicitTableaus/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqImplicitTableaus"
22
uuid = "75f66a49-58fc-43e3-9173-2340726368f7"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "2.0.0"
4+
version = "2.0.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

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.3.0"
4+
version = "2.4.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

lib/OrdinaryDiffEqSIMDRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqSIMDRK"
22
uuid = "dc97f408-7a72-40e4-9b0d-228a53b292f8"
33
authors = ["Yingbo Ma <mayingbo5@gmail.com>", "Chris Elrod <elrodc@gmail.com>"]
4-
version = "2.0.0"
4+
version = "2.0.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,7 +1,7 @@
11
name = "OrdinaryDiffEqTsit5"
22
uuid = "b1df2697-797e-41e3-8120-5422d3b24e4a"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.0.0"
4+
version = "2.0.1"
55

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

0 commit comments

Comments
 (0)