Skip to content

Commit dff8c62

Browse files
Minor version bumps for subpackages with unreleased changes on master (#3387)
Bump all subpackages that have accumulated code or compat changes on master since their last registered version. Each entry is registered after this PR merges via @JuliaRegistrator. Standard minor bumps: - DelayDiffEq 5.72.0 -> 5.73.0 - DiffEqBase 6.214.2 -> 6.215.0 (CUDA v6 compat) - OrdinaryDiffEqBDF 1.24.0 -> 1.25.0 - OrdinaryDiffEqCore 3.29.1 -> 3.30.0 - OrdinaryDiffEqDifferentiation 2.7.0 -> 2.8.0 - OrdinaryDiffEqExplicitRK 1.11.0 -> 1.12.0 - OrdinaryDiffEqFIRK 1.25.0 -> 1.26.0 - OrdinaryDiffEqHighOrderRK 1.11.0 -> 1.12.0 - OrdinaryDiffEqLowOrderRK 1.13.0 -> 1.14.0 - OrdinaryDiffEqLowStorageRK 1.14.0 -> 1.15.0 - OrdinaryDiffEqNonlinearSolve 1.26.0 -> 1.27.0 - OrdinaryDiffEqPDIRK 1.13.0 -> 1.14.0 - OrdinaryDiffEqRKIP 1.2.0 -> 1.3.0 - OrdinaryDiffEqRosenbrock 1.29.0 -> 1.30.0 - OrdinaryDiffEqSSPRK 1.13.0 -> 1.14.0 - OrdinaryDiffEqStabilizedIRK 1.13.0 -> 1.14.0 - OrdinaryDiffEqTsit5 1.11.0 -> 1.12.0 - OrdinaryDiffEqVerner 1.14.0 -> 1.15.0 - StochasticDiffEq 6.101.0 -> 6.102.0 - StochasticDiffEqHighOrder 1.0.0 -> 1.1.0 - StochasticDiffEqIIF 1.0.0 -> 1.1.0 - StochasticDiffEqLeaping 1.0.0 -> 1.1.0 - StochasticDiffEqLevyArea 1.0.0 -> 1.1.0 - StochasticDiffEqLowOrder 1.0.0 -> 1.1.0 - StochasticDiffEqMilstein 1.1.0 -> 1.2.0 - StochasticDiffEqROCK 1.0.0 -> 1.1.0 - StochasticDiffEqRODE 1.0.0 -> 1.1.0 Registry-drift corrections (target skips past already-registered versions): - DiffEqDevTools 2.49.0 -> 2.52.0 (General had 2.51.0) - OrdinaryDiffEqTaylorSeries 1.1.0 -> 1.13.0 (General had 1.12.0) New-package initial releases (not yet in General; set to 1.0.0): - OrdinaryDiffEqAMF 0.1.0 -> 1.0.0 - OrdinaryDiffEqMultirate 1.0.1 -> 1.0.0 Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 689d0b7 commit dff8c62

31 files changed

Lines changed: 31 additions & 31 deletions

File tree

lib/DelayDiffEq/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DelayDiffEq"
22
uuid = "bcd4f6db-9728-5f36-b5f7-82caef46ccdb"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "5.72.0"
4+
version = "5.73.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

lib/DiffEqBase/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "DiffEqBase"
22
uuid = "2b5f629d-d688-5b77-993f-72d75c75574e"
33
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>"]
4-
version = "6.214.2"
4+
version = "6.215.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

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 = "2.49.0"
4+
version = "2.52.0"
55

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

lib/OrdinaryDiffEqAMF/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqAMF"
22
uuid = "08082164-f6a1-4363-b3df-3aa6fcf571ad"
33
authors = ["Utkarsh <rajpututkarsh530@gmail.com>"]
4-
version = "0.1.0"
4+
version = "1.0.0"
55

66
[deps]
77
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

lib/OrdinaryDiffEqBDF/Project.toml

Lines changed: 1 addition & 1 deletion
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 = "1.24.0"
4+
version = "1.25.0"
55

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

lib/OrdinaryDiffEqCore/Project.toml

Lines changed: 1 addition & 1 deletion
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 = "3.29.1"
4+
version = "3.30.0"
55

66
[deps]
77
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"

lib/OrdinaryDiffEqDifferentiation/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "OrdinaryDiffEqDifferentiation"
2-
version = "2.7.0"
2+
version = "2.8.0"
33
uuid = "4302a76b-040a-498a-8c04-15b101fed76b"
44
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
55

lib/OrdinaryDiffEqExplicitRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqExplicitRK"
22
uuid = "9286f039-9fbf-40e8-bf65-aa933bdc4db0"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.11.0"
4+
version = "1.12.0"
55

66
[deps]
77
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"

lib/OrdinaryDiffEqFIRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqFIRK"
22
uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.25.0"
4+
version = "1.26.0"
55

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

lib/OrdinaryDiffEqHighOrderRK/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "OrdinaryDiffEqHighOrderRK"
22
uuid = "d28bc4f8-55e1-4f49-af69-84c1a99f0f58"
33
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
4-
version = "1.11.0"
4+
version = "1.12.0"
55

66
[deps]
77
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"

0 commit comments

Comments
 (0)