Skip to content

Bump minimum dependency versions to latest releases #2826

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from 12 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
downgrade_mode: ['alldeps']
julia-version: ['1.10']
julia-version: ['1.11']
group: ['InterfaceI']
steps:
- uses: actions/checkout@v4
Expand All @@ -31,4 +31,4 @@ jobs:
with:
ALLOW_RERESOLVE: false
env:
GROUP: ${{ matrix.group }}
GROUP: ${{ matrix.group }}
4 changes: 2 additions & 2 deletions .github/workflows/DowngradeSublibraries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
downgrade_mode: ['alldeps']
julia-version: ['1.10']
julia-version: ['1.11']
project:
- 'lib/ImplicitDiscreteSolve'
- 'lib/OrdinaryDiffEqAdamsBashforthMoulton'
Expand Down Expand Up @@ -67,4 +67,4 @@ jobs:
- uses: julia-actions/julia-runtest@v1
with:
project: ${{ matrix.project }}
ALLOW_RERESOLVE: false
ALLOW_RERESOLVE: false
98 changes: 49 additions & 49 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name = "OrdinaryDiffEq"
uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
authors = ["Chris Rackauckas <accounts@chrisrackauckas.com>", "Yingbo Ma <mayingbo5@gmail.com>"]
version = "6.102.0"
version = "6.103.0"

[deps]
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf"
OrdinaryDiffEqDefault = "50262376-6c5a-4cf5-baba-aaf4f84d72d7"
Expand All @@ -18,9 +18,9 @@ OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
OrdinaryDiffEqQPRK = "04162be5-8125-4266-98ed-640baecc6514"
CommonSolve = "38540f10-b2f7-11e9-35d8-d573e4eb0ff2"
OrdinaryDiffEqExtrapolation = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4"
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e"
SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
OrdinaryDiffEqFIRK = "5960d6e9-dd7a-4743-88e7-cf307b64f125"
OrdinaryDiffEqLinear = "521117fe-8c41-49f8-b3b6-30780b3f0fb5"
OrdinaryDiffEqSSPRK = "669c94d9-1f4b-4b64-b377-1aa079aa2388"
StaticArrayInterface = "0d7ed370-da01-4f52-bd93-41d350b8b718"
Expand Down Expand Up @@ -71,9 +71,9 @@ MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
InteractiveUtils = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
OrdinaryDiffEqIMEXMultistep = "9f002381-b378-40b7-97a6-27a27c83f129"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226"
OrdinaryDiffEqNordsieck = "c9986a66-5c92-4813-8696-a7ec84c806c8"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
OrdinaryDiffEqPDIRK = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89"

[extras]
ExplicitImports = "7d51a73a-1435-4ff3-83d9-f097790105c7"
Expand Down Expand Up @@ -108,88 +108,88 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c"

[compat]
SciMLStructures = "1"
ForwardDiff = "0.10.36, 1"
FunctionWrappersWrappers = "0.1"
OrdinaryDiffEqPDIRK = "1"
ForwardDiff = "0.10.38"
FunctionWrappersWrappers = "0.1.3"
OrdinaryDiffEqDefault = "1"
MuladdMacro = "0.2.1"
LinearSolve = "3"
EnumX = "1"
MuladdMacro = "0.2.4"
LinearSolve = "3.27"
EnumX = "1.0.5"
OrdinaryDiffEqFunctionMap = "1"
JLArrays = "0.2"
FastClosures = "0.3"
DataStructures = "0.18, 0.19"
FastClosures = "0.3.2"
DataStructures = "0.18.22, 0.19"
OrdinaryDiffEqLowOrderRK = "1"
ModelingToolkit = "10.10"
OrdinaryDiffEqQPRK = "1"
julia = "1.10"
CommonSolve = "0.2"
CommonSolve = "0.2.4"
OrdinaryDiffEqExtrapolation = "1"
Adapt = "4.3"
SciMLOperators = "1.4"
OrdinaryDiffEqFIRK = "1"
Adapt = "3.0, 4"
SciMLOperators = "0.3, 0.4, 1"
OrdinaryDiffEqLinear = "1"
OrdinaryDiffEqSSPRK = "1"
StaticArrayInterface = "1.2"
StaticArrayInterface = "1.8"
OrdinaryDiffEqVerner = "1"
LinearAlgebra = "1.9"
OrdinaryDiffEqCore = "1"
ArrayInterface = "7.15"
ArrayInterface = "7.19"
OrdinaryDiffEqPRK = "1"
PreallocationTools = "0.4"
PreallocationTools = "0.4.30"
OrdinaryDiffEqRosenbrock = "1"
OrdinaryDiffEqLowStorageRK = "1"
NonlinearSolve = "4"
FastBroadcast = "0.2, 0.3"
NonlinearSolve = "4.10"
FastBroadcast = "0.3.5"
StructArrays = "0.6"
OrdinaryDiffEqBDF = "1"
FiniteDiff = "2"
FiniteDiff = "2.27"
OrdinaryDiffEqExplicitRK = "1"
ExponentialUtilities = "1"
ExponentialUtilities = "1.27"
OrdinaryDiffEqFeagin = "1"
PrecompileTools = "1"
PrecompileTools = "1.2.1"
OrdinaryDiffEqRKN = "1"
TruncatedStacktraces = "1.2"
TruncatedStacktraces = "1.4"
OrdinaryDiffEqAdamsBashforthMoulton = "1"
Static = "0.8, 1"
DocStringExtensions = "0.9"
Static = "1.2"
DocStringExtensions = "0.9.5"
OrdinaryDiffEqStabilizedRK = "1"
Preferences = "1.3"
StaticArrays = "1.0"
Preferences = "1.4.3"
StaticArrays = "1.9.14"
ADTypes = "1.16"
Logging = "1.9"
OrdinaryDiffEqNonlinearSolve = "1"
DiffEqBase = "6.169.1"
DiffEqBase = "6.183"
OrdinaryDiffEqSymplecticRK = "1"
Reexport = "1.0"
Reexport = "1.2.2"
ExplicitImports = "1.13.1"
OrdinaryDiffEqExponentialRK = "1"
OrdinaryDiffEqTsit5 = "1"
OrdinaryDiffEqStabilizedIRK = "1"
LineSearches = "7"
Polyester = "0.7"
LineSearches = "7.4"
Polyester = "0.7.18"
OrdinaryDiffEqSDIRK = "1"
OrdinaryDiffEqDifferentiation = "1"
SimpleUnPack = "1"
SciMLBase = "2.78"
SimpleNonlinearSolve = "1, 2"
SimpleUnPack = "1.1"
SciMLBase = "2.108"
SimpleNonlinearSolve = "2.7"
OrdinaryDiffEqHighOrderRK = "1"
MacroTools = "0.5"
MacroTools = "0.5.16"
InteractiveUtils = "1.9"
OrdinaryDiffEqIMEXMultistep = "1"
RecursiveArrayTools = "3.27"
FillArrays = "1.9"
RecursiveArrayTools = "3.36"
SciMLStructures = "1.7"
FillArrays = "1.13"
OrdinaryDiffEqNordsieck = "1"
OrdinaryDiffEqPDIRK = "1"

[targets]
test = ["Calculus", "ComponentArrays", "Symbolics", "AlgebraicMultigrid", "IncompleteLU", "DiffEqCallbacks", "DifferentiationInterface", "DiffEqDevTools", "ODEProblemLibrary", "ElasticArrays", "ExplicitImports", "InteractiveUtils", "ParameterizedFunctions", "JLArrays", "PoissonRandom", "Printf", "Random", "ReverseDiff", "SafeTestsets", "SparseArrays", "Statistics", "StructArrays", "Test", "Unitful", "ModelingToolkit", "Pkg", "NLsolve", "RecursiveFactorization", "SparseConnectivityTracer", "SparseMatrixColorings"]

[sources.OrdinaryDiffEqNordsieck]
path = "lib/OrdinaryDiffEqNordsieck"
[sources.OrdinaryDiffEqFIRK]
path = "lib/OrdinaryDiffEqFIRK"

[sources.OrdinaryDiffEqPDIRK]
path = "lib/OrdinaryDiffEqPDIRK"
[sources.OrdinaryDiffEqLowStorageRK]
path = "lib/OrdinaryDiffEqLowStorageRK"

[sources.OrdinaryDiffEqExponentialRK]
path = "lib/OrdinaryDiffEqExponentialRK"
Expand Down Expand Up @@ -266,11 +266,11 @@ path = "lib/OrdinaryDiffEqRosenbrock"
[sources.OrdinaryDiffEqSymplecticRK]
path = "lib/OrdinaryDiffEqSymplecticRK"

[sources.OrdinaryDiffEqExtrapolation]
path = "lib/OrdinaryDiffEqExtrapolation"
[sources.OrdinaryDiffEqNordsieck]
path = "lib/OrdinaryDiffEqNordsieck"

[sources.OrdinaryDiffEqFIRK]
path = "lib/OrdinaryDiffEqFIRK"
[sources.OrdinaryDiffEqPDIRK]
path = "lib/OrdinaryDiffEqPDIRK"

[sources.OrdinaryDiffEqLowStorageRK]
path = "lib/OrdinaryDiffEqLowStorageRK"
[sources.OrdinaryDiffEqExtrapolation]
path = "lib/OrdinaryDiffEqExtrapolation"
18 changes: 9 additions & 9 deletions lib/ImplicitDiscreteSolve/Project.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
name = "ImplicitDiscreteSolve"
uuid = "3263718b-31ed-49cf-8a0f-35a466e8af96"
authors = ["vyudu <vincent.duyuan@gmail.com>"]
version = "1.0.0"
version = "1.1.0"

[deps]
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"

[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Expand All @@ -22,17 +22,17 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
[compat]
Test = "1.10.0"
OrdinaryDiffEqSDIRK = "1.2.0"
SciMLBase = "2.74.1"
SimpleNonlinearSolve = "2.1.0"
SciMLBase = "2.99"
SimpleNonlinearSolve = "2.7"
OrdinaryDiffEqCore = "1.18.1"
Aqua = "0.8.11"
SymbolicIndexingInterface = "0.3.38"
julia = "1.10"
JET = "0.9.18, 0.10.4"
UnPack = "1.0.2"
AllocCheck = "0.2"
DiffEqBase = "6.164.1"
Reexport = "1.2.2"
DiffEqBase = "6.176"
Reexport = "1.2"

[targets]
test = ["OrdinaryDiffEqSDIRK", "Test", "JET", "Aqua", "AllocCheck"]
Expand Down
22 changes: 11 additions & 11 deletions lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
name = "OrdinaryDiffEqAdamsBashforthMoulton"
uuid = "89bda076-bce5-4f1c-845f-551c83cdda9a"
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
version = "1.3.0"
version = "1.4.0"

[deps]
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588"
Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3"
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6"
RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd"
SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221"
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"

[extras]
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
Expand All @@ -28,23 +28,23 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

[compat]
Test = "<0.0.1, 1"
FastBroadcast = "0.3.5"
FastBroadcast = "0.3"
Random = "<0.0.1, 1"
DiffEqDevTools = "2.44.4"
MuladdMacro = "0.2.4"
Polyester = "0.7.16"
SciMLBase = "2"
MuladdMacro = "0.2"
Polyester = "0.7"
SciMLBase = "2.99"
OrdinaryDiffEqCore = "1.1"
Static = "1.1.1"
Static = "1.2"
OrdinaryDiffEqLowOrderRK = "<0.0.1, 1"
Aqua = "0.8.11"
julia = "1.10"
JET = "0.9.18, 0.10.4"
RecursiveArrayTools = "3.27.0"
RecursiveArrayTools = "3.36"
ODEProblemLibrary = "0.1.8"
AllocCheck = "0.2"
DiffEqBase = "6.152.2"
Reexport = "1.2.2"
DiffEqBase = "6.176"
Reexport = "1.2"
SafeTestsets = "0.1.0"

[targets]
Expand Down
36 changes: 18 additions & 18 deletions lib/OrdinaryDiffEqBDF/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "OrdinaryDiffEqBDF"
uuid = "6ad6398a-0878-4a85-9266-38940aa047c8"
authors = ["ParamThakkar123 <paramthakkar864@gmail.com>"]
version = "1.8.0"
version = "1.9.0"

[deps]
FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898"
Expand Down Expand Up @@ -39,36 +39,36 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a"
SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"

[compat]
NonlinearSolve = "4"
ForwardDiff = "0.10.36, 1"
NonlinearSolve = "4.10"
ForwardDiff = "0.10.38"
Test = "<0.0.1, 1"
FastBroadcast = "0.3.5"
FastBroadcast = "0.3"
Random = "<0.0.1, 1"
DiffEqDevTools = "2.44.4"
MuladdMacro = "0.2.4"
LinearSolve = "3"
PrecompileTools = "1.2.1"
LinearAlgebra = "<0.0.1, 1"
MuladdMacro = "0.2"
LinearSolve = "3.26"
PrecompileTools = "1.2"
LinearAlgebra = "1.10"
OrdinaryDiffEqDifferentiation = "1.5"
OrdinaryDiffEqSDIRK = "1.3"
TruncatedStacktraces = "1.4.0"
SciMLBase = "2"
TruncatedStacktraces = "1.4"
SciMLBase = "2.99"
OrdinaryDiffEqCore = "1.21"
Aqua = "0.8.11"
ArrayInterface = "7.15.0"
ArrayInterface = "7.19"
Enzyme = "0.13"
Preferences = "1.4.3"
MacroTools = "0.5.13"
Preferences = "1.4"
MacroTools = "0.5"
JET = "0.9.18, 0.10.4"
StaticArrays = "1.9.7"
StaticArrays = "1.9"
julia = "1.10"
ADTypes = "1.11"
RecursiveArrayTools = "3.27.0"
ADTypes = "1.16"
RecursiveArrayTools = "3.36"
ODEProblemLibrary = "0.1.8"
OrdinaryDiffEqNonlinearSolve = "1.6"
AllocCheck = "0.2"
DiffEqBase = "6.169.1"
Reexport = "1.2.2"
DiffEqBase = "6.176"
Reexport = "1.2"
SafeTestsets = "0.1.0"

[targets]
Expand Down
Loading
Loading