Skip to content

Commit 508f152

Browse files
Release 16 sub-libraries
Sub-libraries whose registered tree has drifted from `master` are bumped and released together. - `OrdinaryDiffEqBDF` 2.4.4 -> 2.4.5 (patch) - `OrdinaryDiffEqCore` 4.15.0 -> 4.15.1 (patch) - `OrdinaryDiffEqFIRK` 2.8.0 -> 2.8.1 (patch) - `OrdinaryDiffEqLowOrderRK` 2.2.3 -> 2.2.4 (patch) - `OrdinaryDiffEqMultirate` 3.0.0 -> 3.0.1 (patch) - `OrdinaryDiffEqRKIP` 2.1.2 -> 2.1.3 (patch) - `OrdinaryDiffEqRosenbrockTableaus` 2.4.1 -> 2.4.2 (patch) - `OrdinaryDiffEqSDIRK` 2.9.0 -> 2.9.1 (patch) - `OrdinaryDiffEqSIMDRK` 2.1.2 -> 2.1.3 (patch) - `OrdinaryDiffEqStabilizedIRK` 2.1.1 -> 2.1.2 (patch) - `OrdinaryDiffEqSymplecticRK` 2.2.1 -> 2.2.2 (patch) - `OrdinaryDiffEqTsit5` 2.1.3 -> 2.1.4 (patch) - `SimpleImplicitDiscreteSolve` 2.0.3 -> 2.0.4 (patch) - `StochasticDiffEq` 7.1.4 -> 7.1.5 (patch) - `StochasticDiffEqLevyArea` 2.1.0 -> 2.1.1 (patch) - `StochasticDiffEqLowOrder` 2.0.4 -> 2.0.5 (patch) - **root `OrdinaryDiffEq`** 7.7.0 -> 7.8.0 Inter-sub-library `[compat]` lower bounds are raised to the new versions in the same commit, so a resolved set never mixes a new sub-library with an older sibling it was not tested against. All bumps are patch/minor - no exported name is removed anywhere in this set, so nothing here is breaking and no retroactive cap is required. For `0.x` sub-libraries the patch slot is used, since the minor is the breaking axis under Julia's SemVer. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_014FEzNTLFutCmTEAZ3zBg5R
1 parent e4f0c5e commit 508f152

17 files changed

Lines changed: 37 additions & 37 deletions

File tree

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEq"
22
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
4-
version = "7.7.0"
4+
version = "7.8.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -60,11 +60,11 @@ DifferentiationInterface = "0.7.18"
6060
DocStringExtensions = "0.9.5"
6161
ForwardDiff = "1.3.3"
6262
NonlinearSolve = "4.20.3"
63-
OrdinaryDiffEqBDF = "2.4.1"
64-
OrdinaryDiffEqCore = "4.8"
63+
OrdinaryDiffEqBDF = "2.4.5"
64+
OrdinaryDiffEqCore = "4.15.1"
6565
OrdinaryDiffEqDefault = "2"
6666
OrdinaryDiffEqRosenbrock = "2.6.3"
67-
OrdinaryDiffEqTsit5 = "2"
67+
OrdinaryDiffEqTsit5 = "2.1.4"
6868
OrdinaryDiffEqVerner = "2"
6969
PreallocationTools = "1.1.2"
7070
RecursiveArrayTools = "4.2.0"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqBDF"
22
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "2.4.4"
4+
version = "2.4.5"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -64,11 +64,11 @@ LinearSolve = "5.12"
6464
PrecompileTools = "1.2.1, 1.3"
6565
LinearAlgebra = "1.10"
6666
OrdinaryDiffEqDifferentiation = "3.3"
67-
OrdinaryDiffEqSDIRK = "2.5"
67+
OrdinaryDiffEqSDIRK = "2.9.1"
6868
TruncatedStacktraces = "1.4"
6969
SciMLBase = "3.39"
7070
SciMLOperators = "1.27"
71-
OrdinaryDiffEqCore = "4.12"
71+
OrdinaryDiffEqCore = "4.15.1"
7272
ArrayInterface = "7.28"
7373
Enzyme = "0.13.180"
7474
Preferences = "1.5.0"

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqCore"
22
uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "4.15.0"
4+
version = "4.15.1"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
@@ -77,9 +77,9 @@ Logging = "1.10"
7777
MacroTools = "0.5.6"
7878
Mooncake = "0.4, 0.5"
7979
MuladdMacro = "0.2.4"
80-
OrdinaryDiffEqFIRK = "2"
80+
OrdinaryDiffEqFIRK = "2.8.1"
8181
OrdinaryDiffEqRosenbrock = "2"
82-
OrdinaryDiffEqTsit5 = "2"
82+
OrdinaryDiffEqTsit5 = "2.1.4"
8383
Pkg = "1"
8484
Polyester = "0.7"
8585
PrecompileTools = "1.2.1, 1.3"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ DiffEqBase = {path = "../DiffEqBase"}
3737
DiffEqDevTools = {path = "../DiffEqDevTools"}
3838

3939
[compat]
40-
OrdinaryDiffEqTsit5 = "2"
40+
OrdinaryDiffEqTsit5 = "2.1.4"
4141
SciMLTesting = "2.8"
4242
Pkg = "1"
4343
Test = "<0.0.1, 1"
@@ -50,7 +50,7 @@ LinearSolve = "5.12"
5050
LinearAlgebra = "1.10"
5151
OrdinaryDiffEqDifferentiation = "3.9"
5252
SciMLBase = "3.39"
53-
OrdinaryDiffEqCore = "4.12"
53+
OrdinaryDiffEqCore = "4.15.1"
5454
GenericSchur = "0.5"
5555
julia = "1.10"
5656
ADTypes = "1.22.0"

lib/OrdinaryDiffEqLowOrderRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ DiffEqDevTools = "3"
3636
MuladdMacro = "0.2.4"
3737
LinearAlgebra = "1.10"
3838
SciMLBase = "3.39"
39-
OrdinaryDiffEqCore = "4.10"
39+
OrdinaryDiffEqCore = "4.15.1"
4040
julia = "1.10"
4141
RecursiveArrayTools = "4.2.0"
4242
ODEProblemLibrary = "1"

lib/OrdinaryDiffEqMultirate/Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqMultirate"
22
uuid = "d4b830b4-ac80-426b-8507-16693d424963"
33
authors = ["singhharsh1708 <hs1663531@gmail.com>"]
4-
version = "3.0.0"
4+
version = "3.0.1"
55

66
[deps]
77
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
@@ -21,8 +21,8 @@ DiffEqDevTools = "3"
2121
FastBroadcast = "1.3"
2222
JET = "0.9, 0.11"
2323
MuladdMacro = "0.2.4"
24-
OrdinaryDiffEqCore = "4"
25-
OrdinaryDiffEqLowOrderRK = "2"
24+
OrdinaryDiffEqCore = "4.15.1"
25+
OrdinaryDiffEqLowOrderRK = "2.2.4"
2626
Pkg = "1"
2727
RecursiveArrayTools = "4.2.0"
2828
Reexport = "1.2.2"

lib/OrdinaryDiffEqRKIP/Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqRKIP"
22
uuid = "a4daff8c-1d43-4ff3-8eff-f78720aeecdc"
33
authors = ["Azercoco <20425137+Azercoco@users.noreply.github.com>"]
4-
version = "2.1.2"
4+
version = "2.1.3"
55

66
[deps]
77
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
@@ -29,7 +29,7 @@ SciMLTesting = "2.8"
2929
Pkg = "1"
3030
OrdinaryDiffEqExplicitTableaus = "2"
3131
SciMLBase = "3.39"
32-
OrdinaryDiffEqCore = "4"
32+
OrdinaryDiffEqCore = "4.15.1"
3333
Compat = "4.16"
3434
MaybeInplace = "0.1.4"
3535
StaticArrays = "1.9.18"

lib/OrdinaryDiffEqRosenbrockTableaus/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqRosenbrockTableaus"
22
uuid = "b4bd8bb3-f80f-41d2-9b21-73a655b304b9"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "2.4.1"
4+
version = "2.4.2"
55

66
[extras]
77
SciMLTesting = "09d9d899-5365-40a9-917a-5f67fddea283"

lib/OrdinaryDiffEqSDIRK/Project.toml

Lines changed: 2 additions & 2 deletions
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.9.0"
4+
version = "2.9.1"
55

66
[deps]
77
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
@@ -50,7 +50,7 @@ LinearAlgebra = "1.10"
5050
OrdinaryDiffEqDifferentiation = "3.3"
5151
TruncatedStacktraces = "1.4"
5252
SciMLBase = "3.39"
53-
OrdinaryDiffEqCore = "4.11"
53+
OrdinaryDiffEqCore = "4.15.1"
5454
ODEProblemLibrary = "1"
5555
MacroTools = "0.5.6"
5656
PrecompileTools = "1.2.1, 1.3"

lib/OrdinaryDiffEqSIMDRK/Project.toml

Lines changed: 2 additions & 2 deletions
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.1.2"
4+
version = "2.1.3"
55

66
[deps]
77
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
@@ -27,7 +27,7 @@ Test = "<0.0.1, 1"
2727
DiffEqDevTools = "3"
2828
FastBroadcast = "1.3"
2929
MuladdMacro = "0.2.4"
30-
OrdinaryDiffEqCore = "4"
30+
OrdinaryDiffEqCore = "4.15.1"
3131
SciMLBase = "3.39"
3232
SLEEFPirates = "0.6.43"
3333
VectorizationBase = "0.21.70"

0 commit comments

Comments
 (0)