From e8fd1941478125e260b46e4eb068ad8aeda34fdb Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Sat, 9 Aug 2025 16:15:56 -0400 Subject: [PATCH 01/14] Bump minimum versions to latest (last month) except ForwardDiff v0.10.38 - Updated all dependencies in main Project.toml to versions released within the last month - Updated all sublibrary Project.toml files with the same version bumps - Kept ForwardDiff at v0.10.38 as requested - Major version updates include: - SciMLBase: 2.78 -> 2.108 - LinearSolve: 3 -> 3.27 - NonlinearSolve: 4 -> 4.10 - And many other dependency updates to their latest versions --- Project.toml | 68 +++++++++---------- lib/ImplicitDiscreteSolve/Project.toml | 16 ++--- .../Project.toml | 20 +++--- lib/OrdinaryDiffEqBDF/Project.toml | 36 +++++----- lib/OrdinaryDiffEqCore/Project.toml | 56 +++++++-------- lib/OrdinaryDiffEqDefault/Project.toml | 22 +++--- .../Project.toml | 28 ++++---- lib/OrdinaryDiffEqExplicitRK/Project.toml | 16 ++--- lib/OrdinaryDiffEqExponentialRK/Project.toml | 22 +++--- lib/OrdinaryDiffEqExtrapolation/Project.toml | 20 +++--- lib/OrdinaryDiffEqFIRK/Project.toml | 24 +++---- lib/OrdinaryDiffEqFeagin/Project.toml | 14 ++-- lib/OrdinaryDiffEqFunctionMap/Project.toml | 18 ++--- lib/OrdinaryDiffEqHighOrderRK/Project.toml | 18 ++--- lib/OrdinaryDiffEqIMEXMultistep/Project.toml | 10 +-- lib/OrdinaryDiffEqLinear/Project.toml | 18 ++--- lib/OrdinaryDiffEqLowOrderRK/Project.toml | 20 +++--- lib/OrdinaryDiffEqLowStorageRK/Project.toml | 24 +++---- lib/OrdinaryDiffEqNonlinearSolve/Project.toml | 38 +++++------ lib/OrdinaryDiffEqNordsieck/Project.toml | 18 ++--- lib/OrdinaryDiffEqPDIRK/Project.toml | 16 ++--- lib/OrdinaryDiffEqPRK/Project.toml | 16 ++--- lib/OrdinaryDiffEqQPRK/Project.toml | 18 ++--- lib/OrdinaryDiffEqRKN/Project.toml | 18 ++--- lib/OrdinaryDiffEqRosenbrock/Project.toml | 34 +++++----- lib/OrdinaryDiffEqSDIRK/Project.toml | 20 +++--- lib/OrdinaryDiffEqSSPRK/Project.toml | 22 +++--- lib/OrdinaryDiffEqStabilizedIRK/Project.toml | 18 ++--- lib/OrdinaryDiffEqStabilizedRK/Project.toml | 20 +++--- lib/OrdinaryDiffEqSymplecticRK/Project.toml | 20 +++--- lib/OrdinaryDiffEqTaylorSeries/Project.toml | 22 +++--- lib/OrdinaryDiffEqTsit5/Project.toml | 22 +++--- lib/OrdinaryDiffEqVerner/Project.toml | 24 +++---- lib/SimpleImplicitDiscreteSolve/Project.toml | 8 +-- 34 files changed, 392 insertions(+), 392 deletions(-) diff --git a/Project.toml b/Project.toml index b00d31220d..c2468a836f 100644 --- a/Project.toml +++ b/Project.toml @@ -108,77 +108,77 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c" [compat] -SciMLStructures = "1" -ForwardDiff = "0.10.36, 1" -FunctionWrappersWrappers = "0.1" +SciMLStructures = "1.7" +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.19" OrdinaryDiffEqLowOrderRK = "1" ModelingToolkit = "10.10" OrdinaryDiffEqQPRK = "1" julia = "1.10" -CommonSolve = "0.2" +CommonSolve = "0.2.4" OrdinaryDiffEqExtrapolation = "1" OrdinaryDiffEqFIRK = "1" -Adapt = "3.0, 4" -SciMLOperators = "0.3, 0.4, 1" +Adapt = "4.3" +SciMLOperators = "1.4" 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" +FillArrays = "1.13" OrdinaryDiffEqNordsieck = "1" OrdinaryDiffEqPDIRK = "1" diff --git a/lib/ImplicitDiscreteSolve/Project.toml b/lib/ImplicitDiscreteSolve/Project.toml index 76a710cadb..3c373856e1 100644 --- a/lib/ImplicitDiscreteSolve/Project.toml +++ b/lib/ImplicitDiscreteSolve/Project.toml @@ -4,13 +4,13 @@ authors = ["vyudu "] version = "1.0.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" -SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -22,8 +22,8 @@ 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" @@ -31,8 +31,8 @@ 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"] diff --git a/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml b/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml index 7f6b7bd16b..5c221834f2 100644 --- a/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml +++ b/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml @@ -4,7 +4,7 @@ authors = ["ParamThakkar123 "] version = "1.3.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" @@ -12,8 +12,8 @@ OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -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] diff --git a/lib/OrdinaryDiffEqBDF/Project.toml b/lib/OrdinaryDiffEqBDF/Project.toml index 5781d47642..f7974f5c2b 100644 --- a/lib/OrdinaryDiffEqBDF/Project.toml +++ b/lib/OrdinaryDiffEqBDF/Project.toml @@ -13,8 +13,8 @@ OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf" TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -Preferences = "21216c6a-2e73-6563-6e65-726566657250" ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" +Preferences = "21216c6a-2e73-6563-6e65-726566657250" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" @@ -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.11" 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] diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index 168244dcd7..c2c72b8f15 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -4,8 +4,8 @@ authors = ["ParamThakkar123 "] version = "1.28.0" [deps] -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf" @@ -33,9 +33,9 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226" -SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -47,48 +47,48 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -FillArrays = "1.9" -Adapt = "3.0, 4" +SafeTestsets = "0.1.0" +SciMLOperators = "0.4" Accessors = "0.1.36" StaticArraysCore = "1.0" -Reexport = "1.0" +SciMLStructures = "1.7" FunctionWrappersWrappers = "0.1" -FastBroadcast = "0.2, 0.3" +FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" Test = "<0.0.1, 1" -StaticArrayInterface = "1.2" +StaticArrayInterface = "1.8" EnzymeCore = "0.7, 0.8" -MuladdMacro = "0.2.1" -PrecompileTools = "1" -EnumX = "1" +MuladdMacro = "0.2" +PrecompileTools = "1.2" +EnumX = "1.0" Polyester = "0.7" -LinearAlgebra = "1.9" -TruncatedStacktraces = "1.2" -SimpleUnPack = "1" -SciMLBase = "2.68" +LinearAlgebra = "1.11" +TruncatedStacktraces = "1.4" +SimpleUnPack = "1.1" +SciMLBase = "2.99" FastClosures = "0.3" DataStructures = "0.18" -Static = "0.8, 1" +Static = "1.2" Aqua = "0.8.11" DocStringExtensions = "0.9" -ArrayInterface = "7" -Preferences = "1.3" +ArrayInterface = "7.19" +Preferences = "1.4" SymbolicIndexingInterface = "0.3.31" MacroTools = "0.5" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.13" -InteractiveUtils = "1.9" -RecursiveArrayTools = "2.36, 3" -FastPower = "1" -Logging = "1.9" +ADTypes = "1.16" +InteractiveUtils = "1.11" +RecursiveArrayTools = "3.36" +FastPower = "1.1" +Logging = "1.11" Mooncake = "0.4" AllocCheck = "0.2" -DiffEqBase = "6.182.0" -SafeTestsets = "0.1.0" -SciMLOperators = "0.3, 0.4, 1" -SciMLStructures = "1" +DiffEqBase = "6.176" +FillArrays = "1.13" +Adapt = "4.3" +Reexport = "1.2" [weakdeps] Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6" diff --git a/lib/OrdinaryDiffEqDefault/Project.toml b/lib/OrdinaryDiffEqDefault/Project.toml index 3c2fc069c8..3a2c59ffca 100644 --- a/lib/OrdinaryDiffEqDefault/Project.toml +++ b/lib/OrdinaryDiffEqDefault/Project.toml @@ -37,22 +37,22 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" OrdinaryDiffEqBDF = "<0.0.1, 1" OrdinaryDiffEqVerner = "<0.0.1, 1" -LinearSolve = "3" -PrecompileTools = "1.2.1" -EnumX = "1.0.4" -LinearAlgebra = "<0.0.1, 1" -SciMLBase = "2" +LinearSolve = "3.26" +PrecompileTools = "1.2" +EnumX = "1.0" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.14" -SparseArrays = "1" +SparseArrays = "1.11" Aqua = "0.8.11" -Preferences = "1.4.3" -StaticArrays = "1.0" +Preferences = "1.4" +StaticArrays = "1.9" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" +ADTypes = "1.16" OrdinaryDiffEqRosenbrock = "<0.0.1, 1" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" AllocCheck = "0.2" diff --git a/lib/OrdinaryDiffEqDifferentiation/Project.toml b/lib/OrdinaryDiffEqDifferentiation/Project.toml index 007c9634ad..f2a7fa8d74 100644 --- a/lib/OrdinaryDiffEqDifferentiation/Project.toml +++ b/lib/OrdinaryDiffEqDifferentiation/Project.toml @@ -34,33 +34,33 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -ForwardDiff = "0.10, 1" +ForwardDiff = "0.10.38" FunctionWrappersWrappers = "0.1" FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" Test = "<0.0.1, 1" -FiniteDiff = "2" -StaticArrayInterface = "1" -DifferentiationInterface = "0.6.48, 0.7" -LinearSolve = "3.23.1" +FiniteDiff = "2.27" +StaticArrayInterface = "1.8" +DifferentiationInterface = "0.7" +LinearSolve = "3.26" ConstructionBase = "1.5.8" -LinearAlgebra = "1.10" -SciMLBase = "2" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" -SparseArrays = "1" -ConcreteStructs = "0.2.2" +SparseArrays = "1.11" +ConcreteStructs = "0.2" Aqua = "0.8.11" -ArrayInterface = "7" -StaticArrays = "1" +ArrayInterface = "7.19" +StaticArrays = "1.9" SparseMatrixColorings = "0.4.14" julia = "1.10" -ADTypes = "1.14" +ADTypes = "1.16" JET = "0.9.18, 0.10.4" AllocCheck = "0.2" -DiffEqBase = "6" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -SciMLOperators = "0.3.13, 0.4, 1" +SciMLOperators = "0.4" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqExplicitRK/Project.toml b/lib/OrdinaryDiffEqExplicitRK/Project.toml index 4fca172476..98865a993f 100644 --- a/lib/OrdinaryDiffEqExplicitRK/Project.toml +++ b/lib/OrdinaryDiffEqExplicitRK/Project.toml @@ -4,15 +4,15 @@ authors = ["ParamThakkar123 "] version = "1.2.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -29,18 +29,18 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.10" -TruncatedStacktraces = "1" -SciMLBase = "2" +LinearAlgebra = "1.11" +TruncatedStacktraces = "1.4" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqExponentialRK/Project.toml b/lib/OrdinaryDiffEqExponentialRK/Project.toml index 6ee7dc9361..c0da74bfd8 100644 --- a/lib/OrdinaryDiffEqExponentialRK/Project.toml +++ b/lib/OrdinaryDiffEqExponentialRK/Project.toml @@ -33,27 +33,27 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] OrdinaryDiffEqTsit5 = "<0.0.1, 1" 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" +MuladdMacro = "0.2" OrdinaryDiffEqVerner = "<0.0.1, 1" -LinearSolve = "2.32.0, 3" -ExponentialUtilities = "1.26.1" -LinearAlgebra = "<0.0.1, 1" +LinearSolve = "3.26" +ExponentialUtilities = "1.27" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" OrdinaryDiffEqSDIRK = "<0.0.1, 1" -SciMLBase = "2.48.1" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" -SparseArrays = "<0.0.1, 1" +SparseArrays = "1.11" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" -RecursiveArrayTools = "3.27.0" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqExtrapolation/Project.toml b/lib/OrdinaryDiffEqExtrapolation/Project.toml index 11c66f297d..c81d2eb2f5 100644 --- a/lib/OrdinaryDiffEqExtrapolation/Project.toml +++ b/lib/OrdinaryDiffEqExtrapolation/Project.toml @@ -29,24 +29,24 @@ 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" -LinearSolve = "2.32.0, 3" -Polyester = "0.7.16" +MuladdMacro = "0.2" +LinearSolve = "3.26" +Polyester = "0.7" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" -RecursiveArrayTools = "3.27.0" -FastPower = "1" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" +FastPower = "1.1" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqFIRK/Project.toml b/lib/OrdinaryDiffEqFIRK/Project.toml index bd1980cdd6..f2fcec080e 100644 --- a/lib/OrdinaryDiffEqFIRK/Project.toml +++ b/lib/OrdinaryDiffEqFIRK/Project.toml @@ -34,31 +34,31 @@ 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" FastGaussQuadrature = "1.0.2" -MuladdMacro = "0.2.4" -LinearSolve = "2.32.0, 3" -Polyester = "0.7.16" -LinearAlgebra = "<0.0.1, 1" +MuladdMacro = "0.2" +LinearSolve = "3.26" +Polyester = "0.7" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "1.5" -SciMLBase = "2.60.0" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" Aqua = "0.8.11" GenericSchur = "0.5" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" -RecursiveArrayTools = "3.27.0" -FastPower = "1" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" +FastPower = "1.1" ODEProblemLibrary = "0.1.8" OrdinaryDiffEqNonlinearSolve = "1.6" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" -SciMLOperators = "0.3.9, 0.4, 1" +SciMLOperators = "0.4" [targets] test = ["DiffEqDevTools", "GenericSchur", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqFeagin/Project.toml b/lib/OrdinaryDiffEqFeagin/Project.toml index d45497b34c..446f4c541f 100644 --- a/lib/OrdinaryDiffEqFeagin/Project.toml +++ b/lib/OrdinaryDiffEqFeagin/Project.toml @@ -4,15 +4,15 @@ authors = ["ParamThakkar123 "] version = "1.2.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -31,18 +31,18 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" Polyester = "0.7" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1" -Static = "1" +Static = "1.2" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3" +RecursiveArrayTools = "3.36" ODEProblemLibrary = "0.1.8" AllocCheck = "0.2" -DiffEqBase = "6" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqFunctionMap/Project.toml b/lib/OrdinaryDiffEqFunctionMap/Project.toml index 93428ac9f8..9b6e8cfb36 100644 --- a/lib/OrdinaryDiffEqFunctionMap/Project.toml +++ b/lib/OrdinaryDiffEqFunctionMap/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.3.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -24,21 +24,21 @@ 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" -SciMLBase = "2.48.1" +MuladdMacro = "0.2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqHighOrderRK/Project.toml b/lib/OrdinaryDiffEqHighOrderRK/Project.toml index b8329cc70d..5e2147addd 100644 --- a/lib/OrdinaryDiffEqHighOrderRK/Project.toml +++ b/lib/OrdinaryDiffEqHighOrderRK/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.3.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -25,22 +25,22 @@ 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" -SciMLBase = "2" +MuladdMacro = "0.2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" 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" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "ODEProblemLibrary", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqIMEXMultistep/Project.toml b/lib/OrdinaryDiffEqIMEXMultistep/Project.toml index cc180126a7..5f7f424219 100644 --- a/lib/OrdinaryDiffEqIMEXMultistep/Project.toml +++ b/lib/OrdinaryDiffEqIMEXMultistep/Project.toml @@ -24,20 +24,20 @@ 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" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" +ADTypes = "1.16" OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqLinear/Project.toml b/lib/OrdinaryDiffEqLinear/Project.toml index 7c47dc18ad..ee357028b1 100644 --- a/lib/OrdinaryDiffEqLinear/Project.toml +++ b/lib/OrdinaryDiffEqLinear/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.4.0" [deps] -SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" +SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -26,25 +26,25 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2" [compat] -AllocCheck = "0.2" +SciMLOperators = "0.4" OrdinaryDiffEqTsit5 = "<0.0.1, 1" Test = "<0.0.1, 1" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" OrdinaryDiffEqVerner = "<0.0.1, 1" ExponentialUtilities = "1.27" -LinearAlgebra = "<0.0.1, 1" -SciMLBase = "2.48.1" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" +AllocCheck = "0.2" OrdinaryDiffEqRosenbrock = "<0.0.1, 1" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" -SciMLOperators = "0.3.9, 0.4, 1" [targets] test = ["DiffEqDevTools", "Random", "OrdinaryDiffEqRosenbrock", "SafeTestsets", "Test", "JET", "Aqua", "OrdinaryDiffEqVerner", "OrdinaryDiffEqTsit5", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqLowOrderRK/Project.toml b/lib/OrdinaryDiffEqLowOrderRK/Project.toml index 58e3dbebe2..6ac0a8ab58 100644 --- a/lib/OrdinaryDiffEqLowOrderRK/Project.toml +++ b/lib/OrdinaryDiffEqLowOrderRK/Project.toml @@ -4,15 +4,15 @@ authors = ["ParamThakkar123 "] version = "1.4.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -26,23 +26,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" -LinearAlgebra = "<0.0.1, 1" -SciMLBase = "2.48.1" +MuladdMacro = "0.2" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" 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" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqLowStorageRK/Project.toml b/lib/OrdinaryDiffEqLowStorageRK/Project.toml index 9217405852..172de3047c 100644 --- a/lib/OrdinaryDiffEqLowStorageRK/Project.toml +++ b/lib/OrdinaryDiffEqLowStorageRK/Project.toml @@ -31,27 +31,27 @@ 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" StructArrays = "0.6" -MuladdMacro = "0.2.4" -PrecompileTools = "1.2.1" -Polyester = "0.7.16" -SciMLBase = "2" +MuladdMacro = "0.2" +PrecompileTools = "1.2" +Polyester = "0.7" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" -StaticArrays = "1.9.7" +Preferences = "1.4" +StaticArrays = "1.9" 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" -Adapt = "4.0.4" +DiffEqBase = "6.176" +Reexport = "1.2" +Adapt = "4.3" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml index 2e1b2bae02..2302624292 100644 --- a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml +++ b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml @@ -12,8 +12,8 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" @@ -37,36 +37,36 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -NonlinearSolve = "3.14.0, 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 = "2.32.0, 3" -LineSearches = "7" -LinearAlgebra = "<0.0.1, 1" +MuladdMacro = "0.2" +LinearSolve = "3.26" +LineSearches = "7.4" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "1.5" OrdinaryDiffEqSDIRK = "1" -SciMLBase = "2.48.1" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" -SimpleNonlinearSolve = "1.12.0, 2" -FastClosures = "0.3.2" +SimpleNonlinearSolve = "2.7" +FastClosures = "0.3" Aqua = "0.8.11" -ArrayInterface = "7.15.0" -StaticArrays = "1.9.7" +ArrayInterface = "7.19" +StaticArrays = "1.9" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.7.1" -RecursiveArrayTools = "3.27.0" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" ODEProblemLibrary = "0.1.8" -PreallocationTools = "0.4.23" +PreallocationTools = "0.4" AllocCheck = "0.2" -DiffEqBase = "6.152.2" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -SciMLOperators = "0.3.9, 0.4, 1" -SciMLStructures = "1.4.2" +SciMLOperators = "0.4" +SciMLStructures = "1.7" [targets] test = ["DiffEqDevTools", "LineSearches", "ODEProblemLibrary", "OrdinaryDiffEqSDIRK", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqNordsieck/Project.toml b/lib/OrdinaryDiffEqNordsieck/Project.toml index c3dd6d755c..ff48ff26ce 100644 --- a/lib/OrdinaryDiffEqNordsieck/Project.toml +++ b/lib/OrdinaryDiffEqNordsieck/Project.toml @@ -29,23 +29,23 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] OrdinaryDiffEqTsit5 = "<0.0.1, 1" 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" -LinearAlgebra = "<0.0.1, 1" -SciMLBase = "2" +MuladdMacro = "0.2" +Polyester = "0.7" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" 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] diff --git a/lib/OrdinaryDiffEqPDIRK/Project.toml b/lib/OrdinaryDiffEqPDIRK/Project.toml index de3538ce13..50653a62dc 100644 --- a/lib/OrdinaryDiffEqPDIRK/Project.toml +++ b/lib/OrdinaryDiffEqPDIRK/Project.toml @@ -27,23 +27,23 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] Test = "<0.0.1, 1" -FastBroadcast = "0.3.5, 1" +FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" -MuladdMacro = "0.2.4" -Polyester = "0.7.16" +MuladdMacro = "0.2" +Polyester = "0.7" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" Aqua = "0.8.11" -StaticArrays = "1.9.7" +StaticArrays = "1.9" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" +ADTypes = "1.16" OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqPRK/Project.toml b/lib/OrdinaryDiffEqPRK/Project.toml index 1a8f3147d8..2d18754aad 100644 --- a/lib/OrdinaryDiffEqPRK/Project.toml +++ b/lib/OrdinaryDiffEqPRK/Project.toml @@ -4,13 +4,13 @@ authors = ["ParamThakkar123 "] version = "1.2.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -23,20 +23,20 @@ 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" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" AllocCheck = "0.2" -DiffEqBase = "6.152.2" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqQPRK/Project.toml b/lib/OrdinaryDiffEqQPRK/Project.toml index 5e3ad9557b..d1c35ef01e 100644 --- a/lib/OrdinaryDiffEqQPRK/Project.toml +++ b/lib/OrdinaryDiffEqQPRK/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.2.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -25,22 +25,22 @@ 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" -SciMLBase = "2" +MuladdMacro = "0.2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" 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" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqRKN/Project.toml b/lib/OrdinaryDiffEqRKN/Project.toml index 8c6be8e223..7d9c71609e 100644 --- a/lib/OrdinaryDiffEqRKN/Project.toml +++ b/lib/OrdinaryDiffEqRKN/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.3.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -26,21 +26,21 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] Statistics = "<0.0.1, 1" 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" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "Statistics", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqRosenbrock/Project.toml b/lib/OrdinaryDiffEqRosenbrock/Project.toml index cf20027d97..dac715c2e5 100644 --- a/lib/OrdinaryDiffEqRosenbrock/Project.toml +++ b/lib/OrdinaryDiffEqRosenbrock/Project.toml @@ -40,35 +40,35 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -ForwardDiff = "0.10.36, 1" +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" -FiniteDiff = "2.24.0" -MuladdMacro = "0.2.4" -DifferentiationInterface = "0.6.48, 0.7" -LinearSolve = "2.32.0, 3" -Polyester = "0.7.16" -PrecompileTools = "1.2.1" -LinearAlgebra = "<0.0.1, 1" +FiniteDiff = "2.27" +MuladdMacro = "0.2" +DifferentiationInterface = "0.7" +LinearSolve = "3.26" +Polyester = "0.7" +PrecompileTools = "1.2" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "1.5" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" +Preferences = "1.4" Enzyme = "0.13" -MacroTools = "0.5.13" +MacroTools = "0.5" julia = "1.10" JET = "0.9.18, 0.10.4" -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.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqSDIRK/Project.toml b/lib/OrdinaryDiffEqSDIRK/Project.toml index 749465ecac..f10e1cae8b 100644 --- a/lib/OrdinaryDiffEqSDIRK/Project.toml +++ b/lib/OrdinaryDiffEqSDIRK/Project.toml @@ -29,25 +29,25 @@ 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" -LinearAlgebra = "<0.0.1, 1" +MuladdMacro = "0.2" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" -TruncatedStacktraces = "1.4.0" -SciMLBase = "2.48.1" +TruncatedStacktraces = "1.4" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" Aqua = "0.8.11" -MacroTools = "0.5.13" +MacroTools = "0.5" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" -RecursiveArrayTools = "3.27.0" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqSSPRK/Project.toml b/lib/OrdinaryDiffEqSSPRK/Project.toml index abd6c783b8..7a991263e1 100644 --- a/lib/OrdinaryDiffEqSSPRK/Project.toml +++ b/lib/OrdinaryDiffEqSSPRK/Project.toml @@ -31,27 +31,27 @@ 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" StructArrays = "0.6" -MuladdMacro = "0.2.4" -PrecompileTools = "1.2.1" -Polyester = "0.7.16" -SciMLBase = "2" +MuladdMacro = "0.2" +PrecompileTools = "1.2" +Polyester = "0.7" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" -StaticArrays = "1.9.7" +Preferences = "1.4" +StaticArrays = "1.9" 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" +DiffEqBase = "6.176" OrdinaryDiffEqLowStorageRK = "<0.0.1, 1" -Reexport = "1.2.2" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml index 866f9987c4..aeacd720d8 100644 --- a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml @@ -29,25 +29,25 @@ 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" -LinearAlgebra = "<0.0.1, 1" +MuladdMacro = "0.2" +LinearAlgebra = "1.11" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" Aqua = "0.8.11" OrdinaryDiffEqStabilizedRK = "1.1.0" -StaticArrays = "1.9.7" +StaticArrays = "1.9" julia = "1.10" JET = "0.9.18, 0.10.4" -ADTypes = "1.11" -RecursiveArrayTools = "3.27.0" +ADTypes = "1.16" +RecursiveArrayTools = "3.36" OrdinaryDiffEqNonlinearSolve = "<0.0.1, 1" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqStabilizedRK/Project.toml b/lib/OrdinaryDiffEqStabilizedRK/Project.toml index a47a97767c..ac66b6c3f4 100644 --- a/lib/OrdinaryDiffEqStabilizedRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedRK/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.3.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -26,23 +26,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" -LinearAlgebra = "<0.0.1, 1" -SciMLBase = "2" +MuladdMacro = "0.2" +LinearAlgebra = "1.11" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Aqua = "0.8.11" -StaticArrays = "1.9.7" +StaticArrays = "1.9" 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" +DiffEqBase = "6.176" SafeTestsets = "0.1.0" -Reexport = "1.2.2" +Reexport = "1.2" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "LinearAlgebra", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqSymplecticRK/Project.toml b/lib/OrdinaryDiffEqSymplecticRK/Project.toml index cef5b0c533..703d043432 100644 --- a/lib/OrdinaryDiffEqSymplecticRK/Project.toml +++ b/lib/OrdinaryDiffEqSymplecticRK/Project.toml @@ -4,14 +4,14 @@ authors = ["ParamThakkar123 "] version = "1.5.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" [extras] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" @@ -30,22 +30,22 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" Statistics = "<0.0.1, 1" OrdinaryDiffEqTsit5 = "<0.0.1, 1" 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" -LinearAlgebra = "<0.0.1, 1" +MuladdMacro = "0.2" +Polyester = "0.7" +LinearAlgebra = "1.11" OrdinaryDiffEqRKN = "<0.0.1, 1" -SciMLBase = "2" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.18" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqTaylorSeries/Project.toml b/lib/OrdinaryDiffEqTaylorSeries/Project.toml index f8f7b4c92e..f9ccb76de3 100644 --- a/lib/OrdinaryDiffEqTaylorSeries/Project.toml +++ b/lib/OrdinaryDiffEqTaylorSeries/Project.toml @@ -31,26 +31,26 @@ 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" TaylorDiff = "0.3.1" -MuladdMacro = "0.2.4" -PrecompileTools = "1.2.1" +MuladdMacro = "0.2" +PrecompileTools = "1.2" Symbolics = "6.48.0" -LinearAlgebra = "<0.0.1, 1" -TruncatedStacktraces = "1.4.0" -SciMLBase = "2.72.2" +LinearAlgebra = "1.11" +TruncatedStacktraces = "1.4" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" +Preferences = "1.4" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqTsit5/Project.toml b/lib/OrdinaryDiffEqTsit5/Project.toml index 29bf9f2749..a7fb302143 100644 --- a/lib/OrdinaryDiffEqTsit5/Project.toml +++ b/lib/OrdinaryDiffEqTsit5/Project.toml @@ -28,24 +28,24 @@ 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" -PrecompileTools = "1.2.1" -LinearAlgebra = "<0.0.1, 1" -TruncatedStacktraces = "1.4.0" -SciMLBase = "2" +MuladdMacro = "0.2" +PrecompileTools = "1.2" +LinearAlgebra = "1.11" +TruncatedStacktraces = "1.4" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" +Preferences = "1.4" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/OrdinaryDiffEqVerner/Project.toml b/lib/OrdinaryDiffEqVerner/Project.toml index accb088fb1..a75c2b3ead 100644 --- a/lib/OrdinaryDiffEqVerner/Project.toml +++ b/lib/OrdinaryDiffEqVerner/Project.toml @@ -29,25 +29,25 @@ 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" -PrecompileTools = "1.2.1" -Polyester = "0.7.16" -LinearAlgebra = "<0.0.1, 1" -TruncatedStacktraces = "1.4.0" -SciMLBase = "2" +MuladdMacro = "0.2" +PrecompileTools = "1.2" +Polyester = "0.7" +LinearAlgebra = "1.11" +TruncatedStacktraces = "1.4" +SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" -Static = "1.1.1" +Static = "1.2" Aqua = "0.8.11" -Preferences = "1.4.3" +Preferences = "1.4" julia = "1.10" JET = "0.9.18, 0.10.4" -RecursiveArrayTools = "3.27.0" +RecursiveArrayTools = "3.36" AllocCheck = "0.2" -DiffEqBase = "6.152.2" -Reexport = "1.2.2" +DiffEqBase = "6.176" +Reexport = "1.2" SafeTestsets = "0.1.0" [targets] diff --git a/lib/SimpleImplicitDiscreteSolve/Project.toml b/lib/SimpleImplicitDiscreteSolve/Project.toml index 46907bc7ed..d7f29e715d 100644 --- a/lib/SimpleImplicitDiscreteSolve/Project.toml +++ b/lib/SimpleImplicitDiscreteSolve/Project.toml @@ -21,10 +21,10 @@ julia = "1.10" OrdinaryDiffEqSDIRK = "1.2.0" Test = "1.10" AllocCheck = "0.2" -DiffEqBase = "6.164.1" -Reexport = "1.2.2" -SciMLBase = "2.74.1" -SimpleNonlinearSolve = "2.1.0" +DiffEqBase = "6.176" +Reexport = "1.2" +SciMLBase = "2.99" +SimpleNonlinearSolve = "2.7" [targets] test = ["JET", "OrdinaryDiffEqSDIRK", "Test", "AllocCheck"] From 6a38c140ce727bc2dbebb4b026d14eebb70c609a Mon Sep 17 00:00:00 2001 From: ChrisRackauckas Date: Sat, 9 Aug 2025 16:44:46 -0400 Subject: [PATCH 02/14] Bump minor versions for massive release Main package: 6.102.0 -> 6.103.0 Sublibrary version bumps: - OrdinaryDiffEqCore: 1.28.0 -> 1.29.0 - OrdinaryDiffEqDifferentiation: 1.11.0 -> 1.12.0 - OrdinaryDiffEqNonlinearSolve: 1.12.0 -> 1.13.0 - OrdinaryDiffEqTsit5: 1.3.0 -> 1.4.0 - OrdinaryDiffEqVerner: 1.4.0 -> 1.5.0 - OrdinaryDiffEqRosenbrock: 1.14.0 -> 1.15.0 - OrdinaryDiffEqSDIRK: 1.5.0 -> 1.6.0 - OrdinaryDiffEqExtrapolation: 1.6.0 -> 1.7.0 - OrdinaryDiffEqFIRK: 1.14.0 -> 1.15.0 - OrdinaryDiffEqHighOrderRK: 1.3.0 -> 1.4.0 - OrdinaryDiffEqLowOrderRK: 1.4.0 -> 1.5.0 - OrdinaryDiffEqLowStorageRK: 1.4.0 -> 1.5.0 - OrdinaryDiffEqSSPRK: 1.4.0 -> 1.5.0 - OrdinaryDiffEqStabilizedRK: 1.3.0 -> 1.4.0 - OrdinaryDiffEqStabilizedIRK: 1.4.0 -> 1.5.0 - OrdinaryDiffEqExplicitRK: 1.2.0 -> 1.3.0 - OrdinaryDiffEqQPRK: 1.2.0 -> 1.3.0 - OrdinaryDiffEqPRK: 1.2.0 -> 1.3.0 - OrdinaryDiffEqPDIRK: 1.4.0 -> 1.5.0 - OrdinaryDiffEqDefault: 1.6.0 -> 1.7.0 - OrdinaryDiffEqBDF: 1.8.0 -> 1.9.0 - OrdinaryDiffEqNordsieck: 1.2.0 -> 1.3.0 - OrdinaryDiffEqFeagin: 1.2.0 -> 1.3.0 - OrdinaryDiffEqSymplecticRK: 1.5.0 -> 1.6.0 - OrdinaryDiffEqRKN: 1.3.0 -> 1.4.0 - OrdinaryDiffEqAdamsBashforthMoulton: 1.3.0 -> 1.4.0 - OrdinaryDiffEqIMEXMultistep: 1.5.0 -> 1.6.0 - OrdinaryDiffEqLinear: 1.4.0 -> 1.5.0 - OrdinaryDiffEqExponentialRK: 1.6.0 -> 1.7.0 - OrdinaryDiffEqFunctionMap: 1.3.0 -> 1.4.0 - ImplicitDiscreteSolve: 1.0.0 -> 1.1.0 - SimpleImplicitDiscreteSolve: 1.0.0 -> 1.1.0 - OrdinaryDiffEqTaylorSeries: 1.2.0 -> 1.3.0 --- Project.toml | 34 +++++++++---------- lib/ImplicitDiscreteSolve/Project.toml | 10 +++--- .../Project.toml | 6 ++-- lib/OrdinaryDiffEqBDF/Project.toml | 4 +-- lib/OrdinaryDiffEqCore/Project.toml | 22 ++++++------ lib/OrdinaryDiffEqDefault/Project.toml | 2 +- .../Project.toml | 2 +- lib/OrdinaryDiffEqExplicitRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqExponentialRK/Project.toml | 2 +- lib/OrdinaryDiffEqExtrapolation/Project.toml | 2 +- lib/OrdinaryDiffEqFIRK/Project.toml | 2 +- lib/OrdinaryDiffEqFeagin/Project.toml | 6 ++-- lib/OrdinaryDiffEqFunctionMap/Project.toml | 6 ++-- lib/OrdinaryDiffEqHighOrderRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqIMEXMultistep/Project.toml | 2 +- lib/OrdinaryDiffEqLinear/Project.toml | 10 +++--- lib/OrdinaryDiffEqLowOrderRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqLowStorageRK/Project.toml | 2 +- lib/OrdinaryDiffEqNonlinearSolve/Project.toml | 4 +-- lib/OrdinaryDiffEqNordsieck/Project.toml | 2 +- lib/OrdinaryDiffEqPDIRK/Project.toml | 2 +- lib/OrdinaryDiffEqPRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqQPRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqRKN/Project.toml | 6 ++-- lib/OrdinaryDiffEqRosenbrock/Project.toml | 2 +- lib/OrdinaryDiffEqSDIRK/Project.toml | 2 +- lib/OrdinaryDiffEqSSPRK/Project.toml | 2 +- lib/OrdinaryDiffEqStabilizedIRK/Project.toml | 2 +- lib/OrdinaryDiffEqStabilizedRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqSymplecticRK/Project.toml | 6 ++-- lib/OrdinaryDiffEqTaylorSeries/Project.toml | 2 +- lib/OrdinaryDiffEqTsit5/Project.toml | 2 +- lib/OrdinaryDiffEqVerner/Project.toml | 2 +- lib/SimpleImplicitDiscreteSolve/Project.toml | 2 +- 34 files changed, 92 insertions(+), 92 deletions(-) diff --git a/Project.toml b/Project.toml index c2468a836f..d751098187 100644 --- a/Project.toml +++ b/Project.toml @@ -1,10 +1,10 @@ name = "OrdinaryDiffEq" uuid = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed" authors = ["Chris Rackauckas ", "Yingbo Ma "] -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" @@ -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" @@ -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" @@ -108,7 +108,7 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" AlgebraicMultigrid = "2169fc97-5a83-5252-b627-83903c6c433c" [compat] -SciMLStructures = "1.7" +OrdinaryDiffEqPDIRK = "1" ForwardDiff = "0.10.38" FunctionWrappersWrappers = "0.1.3" OrdinaryDiffEqDefault = "1" @@ -125,9 +125,9 @@ OrdinaryDiffEqQPRK = "1" julia = "1.10" CommonSolve = "0.2.4" OrdinaryDiffEqExtrapolation = "1" -OrdinaryDiffEqFIRK = "1" Adapt = "4.3" SciMLOperators = "1.4" +OrdinaryDiffEqFIRK = "1" OrdinaryDiffEqLinear = "1" OrdinaryDiffEqSSPRK = "1" StaticArrayInterface = "1.8" @@ -178,18 +178,18 @@ MacroTools = "0.5.16" InteractiveUtils = "1.9" OrdinaryDiffEqIMEXMultistep = "1" 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" @@ -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" diff --git a/lib/ImplicitDiscreteSolve/Project.toml b/lib/ImplicitDiscreteSolve/Project.toml index 3c373856e1..72f46878f1 100644 --- a/lib/ImplicitDiscreteSolve/Project.toml +++ b/lib/ImplicitDiscreteSolve/Project.toml @@ -1,16 +1,16 @@ name = "ImplicitDiscreteSolve" uuid = "3263718b-31ed-49cf-8a0f-35a466e8af96" authors = ["vyudu "] -version = "1.0.0" +version = "1.1.0" [deps] -SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" 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" -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml b/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml index 5c221834f2..abeb65b310 100644 --- a/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml +++ b/lib/OrdinaryDiffEqAdamsBashforthMoulton/Project.toml @@ -1,10 +1,10 @@ name = "OrdinaryDiffEqAdamsBashforthMoulton" uuid = "89bda076-bce5-4f1c-845f-551c83cdda9a" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" @@ -12,8 +12,8 @@ OrdinaryDiffEqLowOrderRK = "1344f307-1e59-4825-a18e-ace9aa3fa4c6" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqBDF/Project.toml b/lib/OrdinaryDiffEqBDF/Project.toml index f7974f5c2b..d3a93eb5b5 100644 --- a/lib/OrdinaryDiffEqBDF/Project.toml +++ b/lib/OrdinaryDiffEqBDF/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqBDF" uuid = "6ad6398a-0878-4a85-9266-38940aa047c8" authors = ["ParamThakkar123 "] -version = "1.8.0" +version = "1.9.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" @@ -13,8 +13,8 @@ OrdinaryDiffEqSDIRK = "2d112036-d095-4a1e-ab9a-08536f3ecdbf" TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" Preferences = "21216c6a-2e73-6563-6e65-726566657250" +ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index c2c72b8f15..f5c800d5ad 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -1,11 +1,11 @@ name = "OrdinaryDiffEqCore" uuid = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" authors = ["ParamThakkar123 "] -version = "1.28.0" +version = "1.29.0" [deps] -SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" -FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" +SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226" Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697" StaticArraysCore = "1e83bf80-4336-4d27-bf5d-d5a4f845583c" FunctionWrappersWrappers = "77dc65aa-8811-40c2-897b-53d922fa7daf" @@ -33,9 +33,9 @@ RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" FastPower = "a4df4552-cc26-4903-aec0-212e50a0e84b" Logging = "56ddb016-857b-54e1-b83d-db4d58db5568" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b" +SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -Adapt = "79e6a3ab-5dfb-504d-930d-738a2a938a0e" -SciMLStructures = "53ae85a6-f571-4167-b2af-e1d143709226" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -47,11 +47,11 @@ AllocCheck = "9b6a8646-10ed-4001-bbdc-1d2f46dfbb1a" SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" [compat] -SafeTestsets = "0.1.0" -SciMLOperators = "0.4" +FillArrays = "1.13" +Adapt = "4.3" Accessors = "0.1.36" StaticArraysCore = "1.0" -SciMLStructures = "1.7" +Reexport = "1.2" FunctionWrappersWrappers = "0.1" FastBroadcast = "0.3" Random = "<0.0.1, 1" @@ -86,9 +86,9 @@ Logging = "1.11" Mooncake = "0.4" AllocCheck = "0.2" DiffEqBase = "6.176" -FillArrays = "1.13" -Adapt = "4.3" -Reexport = "1.2" +SafeTestsets = "0.1.0" +SciMLOperators = "0.4" +SciMLStructures = "1.7" [weakdeps] Mooncake = "da2b9cff-9c12-43a0-ae48-6db2b0edb7d6" diff --git a/lib/OrdinaryDiffEqDefault/Project.toml b/lib/OrdinaryDiffEqDefault/Project.toml index 3a2c59ffca..adea3a9ebf 100644 --- a/lib/OrdinaryDiffEqDefault/Project.toml +++ b/lib/OrdinaryDiffEqDefault/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqDefault" uuid = "50262376-6c5a-4cf5-baba-aaf4f84d72d7" authors = ["ParamThakkar123 "] -version = "1.6.0" +version = "1.7.0" [deps] OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a" diff --git a/lib/OrdinaryDiffEqDifferentiation/Project.toml b/lib/OrdinaryDiffEqDifferentiation/Project.toml index f2a7fa8d74..0fdfde5a8f 100644 --- a/lib/OrdinaryDiffEqDifferentiation/Project.toml +++ b/lib/OrdinaryDiffEqDifferentiation/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqDifferentiation" uuid = "4302a76b-040a-498a-8c04-15b101fed76b" authors = ["Chris Rackauckas ", "Yingbo Ma "] -version = "1.11.0" +version = "1.12.0" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" diff --git a/lib/OrdinaryDiffEqExplicitRK/Project.toml b/lib/OrdinaryDiffEqExplicitRK/Project.toml index 98865a993f..7e3d8e4208 100644 --- a/lib/OrdinaryDiffEqExplicitRK/Project.toml +++ b/lib/OrdinaryDiffEqExplicitRK/Project.toml @@ -1,18 +1,18 @@ name = "OrdinaryDiffEqExplicitRK" uuid = "9286f039-9fbf-40e8-bf65-aa933bdc4db0" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqExponentialRK/Project.toml b/lib/OrdinaryDiffEqExponentialRK/Project.toml index c0da74bfd8..bb3f01f2fb 100644 --- a/lib/OrdinaryDiffEqExponentialRK/Project.toml +++ b/lib/OrdinaryDiffEqExponentialRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqExponentialRK" uuid = "e0540318-69ee-4070-8777-9e2de6de23de" authors = ["ParamThakkar123 "] -version = "1.6.0" +version = "1.7.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqExtrapolation/Project.toml b/lib/OrdinaryDiffEqExtrapolation/Project.toml index c81d2eb2f5..91bc8a0c8e 100644 --- a/lib/OrdinaryDiffEqExtrapolation/Project.toml +++ b/lib/OrdinaryDiffEqExtrapolation/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqExtrapolation" uuid = "becaefa8-8ca2-5cf9-886d-c06f3d2bd2c4" authors = ["Chris Rackauckas ", "Yingbo Ma "] -version = "1.6.0" +version = "1.7.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqFIRK/Project.toml b/lib/OrdinaryDiffEqFIRK/Project.toml index f2fcec080e..01e18c95d0 100644 --- a/lib/OrdinaryDiffEqFIRK/Project.toml +++ b/lib/OrdinaryDiffEqFIRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqFIRK" uuid = "5960d6e9-dd7a-4743-88e7-cf307b64f125" authors = ["ParamThakkar123 "] -version = "1.14.0" +version = "1.15.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqFeagin/Project.toml b/lib/OrdinaryDiffEqFeagin/Project.toml index 446f4c541f..7899c8e550 100644 --- a/lib/OrdinaryDiffEqFeagin/Project.toml +++ b/lib/OrdinaryDiffEqFeagin/Project.toml @@ -1,18 +1,18 @@ name = "OrdinaryDiffEqFeagin" uuid = "101fe9f7-ebb6-4678-b671-3a81e7194747" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqFunctionMap/Project.toml b/lib/OrdinaryDiffEqFunctionMap/Project.toml index 9b6e8cfb36..c020b1b24b 100644 --- a/lib/OrdinaryDiffEqFunctionMap/Project.toml +++ b/lib/OrdinaryDiffEqFunctionMap/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqFunctionMap" uuid = "d3585ca7-f5d3-4ba6-8057-292ed1abd90f" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqHighOrderRK/Project.toml b/lib/OrdinaryDiffEqHighOrderRK/Project.toml index 5e2147addd..5e4d783ed3 100644 --- a/lib/OrdinaryDiffEqHighOrderRK/Project.toml +++ b/lib/OrdinaryDiffEqHighOrderRK/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqHighOrderRK" uuid = "d28bc4f8-55e1-4f49-af69-84c1a99f0f58" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqIMEXMultistep/Project.toml b/lib/OrdinaryDiffEqIMEXMultistep/Project.toml index 5f7f424219..77ffbedba6 100644 --- a/lib/OrdinaryDiffEqIMEXMultistep/Project.toml +++ b/lib/OrdinaryDiffEqIMEXMultistep/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqIMEXMultistep" uuid = "9f002381-b378-40b7-97a6-27a27c83f129" authors = ["ParamThakkar123 "] -version = "1.5.0" +version = "1.6.0" [deps] ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b" diff --git a/lib/OrdinaryDiffEqLinear/Project.toml b/lib/OrdinaryDiffEqLinear/Project.toml index ee357028b1..b44e1921a9 100644 --- a/lib/OrdinaryDiffEqLinear/Project.toml +++ b/lib/OrdinaryDiffEqLinear/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqLinear" uuid = "521117fe-8c41-49f8-b3b6-30780b3f0fb5" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" +SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" ExponentialUtilities = "d4d017d3-3776-5f7e-afef-a10c40355c18" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" -SciMLOperators = "c0aeaf25-5076-4817-a8d5-81caf7dfa961" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" @@ -26,7 +26,7 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f" OrdinaryDiffEqVerner = "79d7bb75-1356-48c1-b8c0-6832512096c2" [compat] -SciMLOperators = "0.4" +SafeTestsets = "0.1.0" OrdinaryDiffEqTsit5 = "<0.0.1, 1" Test = "<0.0.1, 1" Random = "<0.0.1, 1" @@ -43,8 +43,8 @@ RecursiveArrayTools = "3.36" AllocCheck = "0.2" OrdinaryDiffEqRosenbrock = "<0.0.1, 1" DiffEqBase = "6.176" +SciMLOperators = "0.4" Reexport = "1.2" -SafeTestsets = "0.1.0" [targets] test = ["DiffEqDevTools", "Random", "OrdinaryDiffEqRosenbrock", "SafeTestsets", "Test", "JET", "Aqua", "OrdinaryDiffEqVerner", "OrdinaryDiffEqTsit5", "AllocCheck"] diff --git a/lib/OrdinaryDiffEqLowOrderRK/Project.toml b/lib/OrdinaryDiffEqLowOrderRK/Project.toml index 6ac0a8ab58..5f68c4d513 100644 --- a/lib/OrdinaryDiffEqLowOrderRK/Project.toml +++ b/lib/OrdinaryDiffEqLowOrderRK/Project.toml @@ -1,18 +1,18 @@ name = "OrdinaryDiffEqLowOrderRK" uuid = "1344f307-1e59-4825-a18e-ace9aa3fa4c6" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +Reexport = "189a3867-3050-52da-a836-e630ba90ab69" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -Reexport = "189a3867-3050-52da-a836-e630ba90ab69" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqLowStorageRK/Project.toml b/lib/OrdinaryDiffEqLowStorageRK/Project.toml index 172de3047c..44312aa55f 100644 --- a/lib/OrdinaryDiffEqLowStorageRK/Project.toml +++ b/lib/OrdinaryDiffEqLowStorageRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqLowStorageRK" uuid = "b0944070-b475-4768-8dec-fb6eb410534d" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml index 2302624292..c239ab67ce 100644 --- a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml +++ b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqNonlinearSolve" uuid = "127b3ac7-2247-4354-8eb6-78cf4e7c58e8" authors = ["Chris Rackauckas ", "Yingbo Ma "] -version = "1.12.0" +version = "1.13.0" [deps] NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec" @@ -12,8 +12,8 @@ LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae" LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e" OrdinaryDiffEqDifferentiation = "4302a76b-040a-498a-8c04-15b101fed76b" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" -OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" SimpleNonlinearSolve = "727e6d20-b764-4bd8-a329-72de5adea6c7" +OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" FastClosures = "9aa1b823-49e4-5ca5-8b0f-3971ec8bab6a" ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" diff --git a/lib/OrdinaryDiffEqNordsieck/Project.toml b/lib/OrdinaryDiffEqNordsieck/Project.toml index ff48ff26ce..696e5ec3a0 100644 --- a/lib/OrdinaryDiffEqNordsieck/Project.toml +++ b/lib/OrdinaryDiffEqNordsieck/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqNordsieck" uuid = "c9986a66-5c92-4813-8696-a7ec84c806c8" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] OrdinaryDiffEqTsit5 = "b1df2697-797e-41e3-8120-5422d3b24e4a" diff --git a/lib/OrdinaryDiffEqPDIRK/Project.toml b/lib/OrdinaryDiffEqPDIRK/Project.toml index 50653a62dc..f40e113bc9 100644 --- a/lib/OrdinaryDiffEqPDIRK/Project.toml +++ b/lib/OrdinaryDiffEqPDIRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqPDIRK" uuid = "5dd0a6cf-3d4b-4314-aa06-06d4e299bc89" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqPRK/Project.toml b/lib/OrdinaryDiffEqPRK/Project.toml index 2d18754aad..8abb157b2a 100644 --- a/lib/OrdinaryDiffEqPRK/Project.toml +++ b/lib/OrdinaryDiffEqPRK/Project.toml @@ -1,16 +1,16 @@ name = "OrdinaryDiffEqPRK" uuid = "5b33eab2-c0f1-4480-b2c3-94bc1e80bda1" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqQPRK/Project.toml b/lib/OrdinaryDiffEqQPRK/Project.toml index d1c35ef01e..5ea88fab11 100644 --- a/lib/OrdinaryDiffEqQPRK/Project.toml +++ b/lib/OrdinaryDiffEqQPRK/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqQPRK" uuid = "04162be5-8125-4266-98ed-640baecc6514" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Static = "aedffcd0-7271-4cad-89d0-dc628f76c6d3" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqRKN/Project.toml b/lib/OrdinaryDiffEqRKN/Project.toml index 7d9c71609e..809b92ff04 100644 --- a/lib/OrdinaryDiffEqRKN/Project.toml +++ b/lib/OrdinaryDiffEqRKN/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqRKN" uuid = "af6ede74-add8-4cfd-b1df-9a4dbb109d7a" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/lib/OrdinaryDiffEqRosenbrock/Project.toml b/lib/OrdinaryDiffEqRosenbrock/Project.toml index dac715c2e5..b6bb7947d0 100644 --- a/lib/OrdinaryDiffEqRosenbrock/Project.toml +++ b/lib/OrdinaryDiffEqRosenbrock/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqRosenbrock" uuid = "43230ef6-c299-4910-a778-202eb28ce4ce" authors = ["ParamThakkar123 "] -version = "1.14.0" +version = "1.15.0" [deps] ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210" diff --git a/lib/OrdinaryDiffEqSDIRK/Project.toml b/lib/OrdinaryDiffEqSDIRK/Project.toml index f10e1cae8b..ce7bf1964e 100644 --- a/lib/OrdinaryDiffEqSDIRK/Project.toml +++ b/lib/OrdinaryDiffEqSDIRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqSDIRK" uuid = "2d112036-d095-4a1e-ab9a-08536f3ecdbf" authors = ["ParamThakkar123 "] -version = "1.5.0" +version = "1.6.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqSSPRK/Project.toml b/lib/OrdinaryDiffEqSSPRK/Project.toml index 7a991263e1..9707772c16 100644 --- a/lib/OrdinaryDiffEqSSPRK/Project.toml +++ b/lib/OrdinaryDiffEqSSPRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqSSPRK" uuid = "669c94d9-1f4b-4b64-b377-1aa079aa2388" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml index aeacd720d8..7db11ab1d7 100644 --- a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqStabilizedIRK" uuid = "e3e12d00-db14-5390-b879-ac3dd2ef6296" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqStabilizedRK/Project.toml b/lib/OrdinaryDiffEqStabilizedRK/Project.toml index ac66b6c3f4..8b9d13f915 100644 --- a/lib/OrdinaryDiffEqStabilizedRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedRK/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqStabilizedRK" uuid = "358294b1-0aab-51c3-aafe-ad5ab194a2ad" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" StaticArrays = "90137ffa-7385-5640-81b9-e52037218182" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b" diff --git a/lib/OrdinaryDiffEqSymplecticRK/Project.toml b/lib/OrdinaryDiffEqSymplecticRK/Project.toml index 703d043432..8c2e9f819b 100644 --- a/lib/OrdinaryDiffEqSymplecticRK/Project.toml +++ b/lib/OrdinaryDiffEqSymplecticRK/Project.toml @@ -1,17 +1,17 @@ name = "OrdinaryDiffEqSymplecticRK" uuid = "fa646aed-7ef9-47eb-84c4-9443fc8cbfa8" authors = ["ParamThakkar123 "] -version = "1.5.0" +version = "1.6.0" [deps] -MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" +DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" Polyester = "f517fe37-dbe3-4b94-8317-1923a5111588" FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" RecursiveArrayTools = "731186ca-8d62-57ce-b412-fbd966d074cd" SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462" Reexport = "189a3867-3050-52da-a836-e630ba90ab69" +MuladdMacro = "46d2c3a1-f734-5fdb-9937-b9b9aeba4221" OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8" -DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" [extras] Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2" diff --git a/lib/OrdinaryDiffEqTaylorSeries/Project.toml b/lib/OrdinaryDiffEqTaylorSeries/Project.toml index f9ccb76de3..6685c7bf83 100644 --- a/lib/OrdinaryDiffEqTaylorSeries/Project.toml +++ b/lib/OrdinaryDiffEqTaylorSeries/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqTaylorSeries" uuid = "9c7f1690-dd92-42a3-8318-297ee24d8d39" authors = ["ParamThakkar123 "] -version = "1.2.0" +version = "1.3.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqTsit5/Project.toml b/lib/OrdinaryDiffEqTsit5/Project.toml index a7fb302143..f1542340ff 100644 --- a/lib/OrdinaryDiffEqTsit5/Project.toml +++ b/lib/OrdinaryDiffEqTsit5/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqTsit5" uuid = "b1df2697-797e-41e3-8120-5422d3b24e4a" authors = ["ParamThakkar123 "] -version = "1.3.0" +version = "1.4.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/OrdinaryDiffEqVerner/Project.toml b/lib/OrdinaryDiffEqVerner/Project.toml index a75c2b3ead..7df4e81c13 100644 --- a/lib/OrdinaryDiffEqVerner/Project.toml +++ b/lib/OrdinaryDiffEqVerner/Project.toml @@ -1,7 +1,7 @@ name = "OrdinaryDiffEqVerner" uuid = "79d7bb75-1356-48c1-b8c0-6832512096c2" authors = ["ParamThakkar123 "] -version = "1.4.0" +version = "1.5.0" [deps] FastBroadcast = "7034ab61-46d4-4ed7-9d0f-46aef9175898" diff --git a/lib/SimpleImplicitDiscreteSolve/Project.toml b/lib/SimpleImplicitDiscreteSolve/Project.toml index d7f29e715d..26ee9a206c 100644 --- a/lib/SimpleImplicitDiscreteSolve/Project.toml +++ b/lib/SimpleImplicitDiscreteSolve/Project.toml @@ -1,7 +1,7 @@ name = "SimpleImplicitDiscreteSolve" uuid = "8b67ef88-54bd-43ff-aca0-8be02588656a" authors = ["vyudu "] -version = "1.0.0" +version = "1.1.0" [deps] DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e" From cddf86f4249ae347c5a7256f2c31d33a1dd940a5 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 16:53:59 -0400 Subject: [PATCH 03/14] Update DowngradeSublibraries.yml --- .github/workflows/DowngradeSublibraries.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/DowngradeSublibraries.yml b/.github/workflows/DowngradeSublibraries.yml index 93c9e96eb5..3fcddd3aeb 100644 --- a/.github/workflows/DowngradeSublibraries.yml +++ b/.github/workflows/DowngradeSublibraries.yml @@ -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' @@ -67,4 +67,4 @@ jobs: - uses: julia-actions/julia-runtest@v1 with: project: ${{ matrix.project }} - ALLOW_RERESOLVE: false \ No newline at end of file + ALLOW_RERESOLVE: false From eccc734106b6d03d1f4ae9645bf9157dee17638c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 16:54:12 -0400 Subject: [PATCH 04/14] Update Downgrade.yml --- .github/workflows/Downgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index 8437c62267..ed3b404e55 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -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 @@ -31,4 +31,4 @@ jobs: with: ALLOW_RERESOLVE: false env: - GROUP: ${{ matrix.group }} \ No newline at end of file + GROUP: ${{ matrix.group }} From 01a3d3348974f2fdc5289dcdf0a5937c10fe172d Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 16:59:09 -0400 Subject: [PATCH 05/14] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d751098187..c462d82df1 100644 --- a/Project.toml +++ b/Project.toml @@ -118,7 +118,7 @@ EnumX = "1.0.5" OrdinaryDiffEqFunctionMap = "1" JLArrays = "0.2" FastClosures = "0.3.2" -DataStructures = "0.19" +DataStructures = "0.18.22, 0.19" OrdinaryDiffEqLowOrderRK = "1" ModelingToolkit = "10.10" OrdinaryDiffEqQPRK = "1" From 5f502512db7da4bb5db1351d2f04572c7257a069 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 22:13:02 -0400 Subject: [PATCH 06/14] Update Project.toml --- lib/OrdinaryDiffEqLinear/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqLinear/Project.toml b/lib/OrdinaryDiffEqLinear/Project.toml index b44e1921a9..7cfd06712b 100644 --- a/lib/OrdinaryDiffEqLinear/Project.toml +++ b/lib/OrdinaryDiffEqLinear/Project.toml @@ -43,7 +43,7 @@ RecursiveArrayTools = "3.36" AllocCheck = "0.2" OrdinaryDiffEqRosenbrock = "<0.0.1, 1" DiffEqBase = "6.176" -SciMLOperators = "0.4" +SciMLOperators = "1.4" Reexport = "1.2" [targets] From 6ee1e86153c8998f12f3108f1a55852767422659 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 22:14:55 -0400 Subject: [PATCH 07/14] Update Project.toml --- lib/OrdinaryDiffEqNonlinearSolve/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml index c239ab67ce..3f46d343fa 100644 --- a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml +++ b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml @@ -65,7 +65,7 @@ PreallocationTools = "0.4" AllocCheck = "0.2" DiffEqBase = "6.176" SafeTestsets = "0.1.0" -SciMLOperators = "0.4" +SciMLOperators = "1.4" SciMLStructures = "1.7" [targets] From 42cd13aed9262f8fad037fc08199fe45fa15c247 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 22:17:52 -0400 Subject: [PATCH 08/14] Update Project.toml --- lib/OrdinaryDiffEqCore/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index f5c800d5ad..b4775f644c 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -87,7 +87,7 @@ Mooncake = "0.4" AllocCheck = "0.2" DiffEqBase = "6.176" SafeTestsets = "0.1.0" -SciMLOperators = "0.4" +SciMLOperators = "1.4" SciMLStructures = "1.7" [weakdeps] From cd343d70bfcdc8fecac5e0edb7715d20c19e1217 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 22:19:54 -0400 Subject: [PATCH 09/14] Update lib/OrdinaryDiffEqDifferentiation/Project.toml --- lib/OrdinaryDiffEqDifferentiation/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqDifferentiation/Project.toml b/lib/OrdinaryDiffEqDifferentiation/Project.toml index 0fdfde5a8f..1dde86ee23 100644 --- a/lib/OrdinaryDiffEqDifferentiation/Project.toml +++ b/lib/OrdinaryDiffEqDifferentiation/Project.toml @@ -60,7 +60,7 @@ JET = "0.9.18, 0.10.4" AllocCheck = "0.2" DiffEqBase = "6.176" SafeTestsets = "0.1.0" -SciMLOperators = "0.4" +SciMLOperators = "1.4" [targets] test = ["DiffEqDevTools", "Random", "SafeTestsets", "Test", "JET", "Aqua", "AllocCheck"] From f5666f806b54c57256d87974a81bcd36b2e5835c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 22:20:38 -0400 Subject: [PATCH 10/14] Apply suggestions from code review --- lib/OrdinaryDiffEqFIRK/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqFIRK/Project.toml b/lib/OrdinaryDiffEqFIRK/Project.toml index 01e18c95d0..087215eac2 100644 --- a/lib/OrdinaryDiffEqFIRK/Project.toml +++ b/lib/OrdinaryDiffEqFIRK/Project.toml @@ -58,7 +58,7 @@ AllocCheck = "0.2" DiffEqBase = "6.176" Reexport = "1.2" SafeTestsets = "0.1.0" -SciMLOperators = "0.4" +SciMLOperators = "1.4" [targets] test = ["DiffEqDevTools", "GenericSchur", "Random", "SafeTestsets", "Test", "ODEProblemLibrary", "JET", "Aqua", "AllocCheck"] From 3e9e4561e1a35dacbc361fd36a51524417bac391 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 9 Aug 2025 23:40:15 -0400 Subject: [PATCH 11/14] Apply suggestions from code review --- lib/OrdinaryDiffEqBDF/Project.toml | 2 +- lib/OrdinaryDiffEqCore/Project.toml | 2 +- lib/OrdinaryDiffEqDefault/Project.toml | 2 +- lib/OrdinaryDiffEqDifferentiation/Project.toml | 2 +- lib/OrdinaryDiffEqExplicitRK/Project.toml | 2 +- lib/OrdinaryDiffEqExponentialRK/Project.toml | 2 +- lib/OrdinaryDiffEqFIRK/Project.toml | 2 +- lib/OrdinaryDiffEqLinear/Project.toml | 2 +- lib/OrdinaryDiffEqLowOrderRK/Project.toml | 2 +- lib/OrdinaryDiffEqNonlinearSolve/Project.toml | 2 +- lib/OrdinaryDiffEqNordsieck/Project.toml | 2 +- lib/OrdinaryDiffEqRosenbrock/Project.toml | 2 +- lib/OrdinaryDiffEqSDIRK/Project.toml | 2 +- lib/OrdinaryDiffEqStabilizedIRK/Project.toml | 2 +- lib/OrdinaryDiffEqStabilizedRK/Project.toml | 2 +- lib/OrdinaryDiffEqSymplecticRK/Project.toml | 2 +- lib/OrdinaryDiffEqTaylorSeries/Project.toml | 2 +- lib/OrdinaryDiffEqTsit5/Project.toml | 2 +- lib/OrdinaryDiffEqVerner/Project.toml | 2 +- 19 files changed, 19 insertions(+), 19 deletions(-) diff --git a/lib/OrdinaryDiffEqBDF/Project.toml b/lib/OrdinaryDiffEqBDF/Project.toml index d3a93eb5b5..66b2bb6eea 100644 --- a/lib/OrdinaryDiffEqBDF/Project.toml +++ b/lib/OrdinaryDiffEqBDF/Project.toml @@ -48,7 +48,7 @@ DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" LinearSolve = "3.26" PrecompileTools = "1.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "1.5" OrdinaryDiffEqSDIRK = "1.3" TruncatedStacktraces = "1.4" diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index b4775f644c..438c72110a 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -63,7 +63,7 @@ MuladdMacro = "0.2" PrecompileTools = "1.2" EnumX = "1.0" Polyester = "0.7" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" TruncatedStacktraces = "1.4" SimpleUnPack = "1.1" SciMLBase = "2.99" diff --git a/lib/OrdinaryDiffEqDefault/Project.toml b/lib/OrdinaryDiffEqDefault/Project.toml index adea3a9ebf..53ae6820eb 100644 --- a/lib/OrdinaryDiffEqDefault/Project.toml +++ b/lib/OrdinaryDiffEqDefault/Project.toml @@ -40,7 +40,7 @@ OrdinaryDiffEqVerner = "<0.0.1, 1" LinearSolve = "3.26" PrecompileTools = "1.2" EnumX = "1.0" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.14" SparseArrays = "1.11" diff --git a/lib/OrdinaryDiffEqDifferentiation/Project.toml b/lib/OrdinaryDiffEqDifferentiation/Project.toml index 1dde86ee23..4ee2a55edf 100644 --- a/lib/OrdinaryDiffEqDifferentiation/Project.toml +++ b/lib/OrdinaryDiffEqDifferentiation/Project.toml @@ -45,7 +45,7 @@ StaticArrayInterface = "1.8" DifferentiationInterface = "0.7" LinearSolve = "3.26" ConstructionBase = "1.5.8" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" SparseArrays = "1.11" diff --git a/lib/OrdinaryDiffEqExplicitRK/Project.toml b/lib/OrdinaryDiffEqExplicitRK/Project.toml index 7e3d8e4208..f2fd6b2e30 100644 --- a/lib/OrdinaryDiffEqExplicitRK/Project.toml +++ b/lib/OrdinaryDiffEqExplicitRK/Project.toml @@ -29,7 +29,7 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" TruncatedStacktraces = "1.4" SciMLBase = "2.99" OrdinaryDiffEqCore = "1" diff --git a/lib/OrdinaryDiffEqExponentialRK/Project.toml b/lib/OrdinaryDiffEqExponentialRK/Project.toml index bb3f01f2fb..b7c8d87572 100644 --- a/lib/OrdinaryDiffEqExponentialRK/Project.toml +++ b/lib/OrdinaryDiffEqExponentialRK/Project.toml @@ -40,7 +40,7 @@ MuladdMacro = "0.2" OrdinaryDiffEqVerner = "<0.0.1, 1" LinearSolve = "3.26" ExponentialUtilities = "1.27" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" OrdinaryDiffEqSDIRK = "<0.0.1, 1" SciMLBase = "2.99" diff --git a/lib/OrdinaryDiffEqFIRK/Project.toml b/lib/OrdinaryDiffEqFIRK/Project.toml index 087215eac2..34bc24641e 100644 --- a/lib/OrdinaryDiffEqFIRK/Project.toml +++ b/lib/OrdinaryDiffEqFIRK/Project.toml @@ -41,7 +41,7 @@ FastGaussQuadrature = "1.0.2" MuladdMacro = "0.2" LinearSolve = "3.26" Polyester = "0.7" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "1.5" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" diff --git a/lib/OrdinaryDiffEqLinear/Project.toml b/lib/OrdinaryDiffEqLinear/Project.toml index 7cfd06712b..fb170fa5fa 100644 --- a/lib/OrdinaryDiffEqLinear/Project.toml +++ b/lib/OrdinaryDiffEqLinear/Project.toml @@ -33,7 +33,7 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" OrdinaryDiffEqVerner = "<0.0.1, 1" ExponentialUtilities = "1.27" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Aqua = "0.8.11" diff --git a/lib/OrdinaryDiffEqLowOrderRK/Project.toml b/lib/OrdinaryDiffEqLowOrderRK/Project.toml index 5f68c4d513..8b957c1c9e 100644 --- a/lib/OrdinaryDiffEqLowOrderRK/Project.toml +++ b/lib/OrdinaryDiffEqLowOrderRK/Project.toml @@ -30,7 +30,7 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Static = "1.2" diff --git a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml index 3f46d343fa..129bfb7245 100644 --- a/lib/OrdinaryDiffEqNonlinearSolve/Project.toml +++ b/lib/OrdinaryDiffEqNonlinearSolve/Project.toml @@ -46,7 +46,7 @@ DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" LinearSolve = "3.26" LineSearches = "7.4" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "1.5" OrdinaryDiffEqSDIRK = "1" SciMLBase = "2.99" diff --git a/lib/OrdinaryDiffEqNordsieck/Project.toml b/lib/OrdinaryDiffEqNordsieck/Project.toml index 696e5ec3a0..4784318e8c 100644 --- a/lib/OrdinaryDiffEqNordsieck/Project.toml +++ b/lib/OrdinaryDiffEqNordsieck/Project.toml @@ -34,7 +34,7 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" Polyester = "0.7" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Static = "1.2" diff --git a/lib/OrdinaryDiffEqRosenbrock/Project.toml b/lib/OrdinaryDiffEqRosenbrock/Project.toml index b6bb7947d0..093b3af61a 100644 --- a/lib/OrdinaryDiffEqRosenbrock/Project.toml +++ b/lib/OrdinaryDiffEqRosenbrock/Project.toml @@ -51,7 +51,7 @@ DifferentiationInterface = "0.7" LinearSolve = "3.26" Polyester = "0.7" PrecompileTools = "1.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "1.5" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" diff --git a/lib/OrdinaryDiffEqSDIRK/Project.toml b/lib/OrdinaryDiffEqSDIRK/Project.toml index ce7bf1964e..cfbb1fe6a4 100644 --- a/lib/OrdinaryDiffEqSDIRK/Project.toml +++ b/lib/OrdinaryDiffEqSDIRK/Project.toml @@ -33,7 +33,7 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" TruncatedStacktraces = "1.4" SciMLBase = "2.99" diff --git a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml index 7db11ab1d7..2790d4fbc7 100644 --- a/lib/OrdinaryDiffEqStabilizedIRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedIRK/Project.toml @@ -33,7 +33,7 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" diff --git a/lib/OrdinaryDiffEqStabilizedRK/Project.toml b/lib/OrdinaryDiffEqStabilizedRK/Project.toml index 8b9d13f915..046bf0bc64 100644 --- a/lib/OrdinaryDiffEqStabilizedRK/Project.toml +++ b/lib/OrdinaryDiffEqStabilizedRK/Project.toml @@ -30,7 +30,7 @@ FastBroadcast = "0.3" Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" Aqua = "0.8.11" diff --git a/lib/OrdinaryDiffEqSymplecticRK/Project.toml b/lib/OrdinaryDiffEqSymplecticRK/Project.toml index 8c2e9f819b..5f539d6a10 100644 --- a/lib/OrdinaryDiffEqSymplecticRK/Project.toml +++ b/lib/OrdinaryDiffEqSymplecticRK/Project.toml @@ -35,7 +35,7 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" Polyester = "0.7" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" OrdinaryDiffEqRKN = "<0.0.1, 1" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.18" diff --git a/lib/OrdinaryDiffEqTaylorSeries/Project.toml b/lib/OrdinaryDiffEqTaylorSeries/Project.toml index 6685c7bf83..fd52a51ffa 100644 --- a/lib/OrdinaryDiffEqTaylorSeries/Project.toml +++ b/lib/OrdinaryDiffEqTaylorSeries/Project.toml @@ -38,7 +38,7 @@ TaylorDiff = "0.3.1" MuladdMacro = "0.2" PrecompileTools = "1.2" Symbolics = "6.48.0" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" TruncatedStacktraces = "1.4" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" diff --git a/lib/OrdinaryDiffEqTsit5/Project.toml b/lib/OrdinaryDiffEqTsit5/Project.toml index f1542340ff..8d42715a28 100644 --- a/lib/OrdinaryDiffEqTsit5/Project.toml +++ b/lib/OrdinaryDiffEqTsit5/Project.toml @@ -33,7 +33,7 @@ Random = "<0.0.1, 1" DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" PrecompileTools = "1.2" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" TruncatedStacktraces = "1.4" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" diff --git a/lib/OrdinaryDiffEqVerner/Project.toml b/lib/OrdinaryDiffEqVerner/Project.toml index 7df4e81c13..f9e814b5ed 100644 --- a/lib/OrdinaryDiffEqVerner/Project.toml +++ b/lib/OrdinaryDiffEqVerner/Project.toml @@ -35,7 +35,7 @@ DiffEqDevTools = "2.44.4" MuladdMacro = "0.2" PrecompileTools = "1.2" Polyester = "0.7" -LinearAlgebra = "1.11" +LinearAlgebra = "1.10" TruncatedStacktraces = "1.4" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.1" From bda09ee6a17665d67cc1728c72c02fb97d86a31a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 10 Aug 2025 06:31:49 -0400 Subject: [PATCH 12/14] Apply suggestions from code review --- lib/OrdinaryDiffEqDefault/Project.toml | 2 +- lib/OrdinaryDiffEqDifferentiation/Project.toml | 2 +- lib/OrdinaryDiffEqExponentialRK/Project.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/OrdinaryDiffEqDefault/Project.toml b/lib/OrdinaryDiffEqDefault/Project.toml index 53ae6820eb..f6f300fa90 100644 --- a/lib/OrdinaryDiffEqDefault/Project.toml +++ b/lib/OrdinaryDiffEqDefault/Project.toml @@ -43,7 +43,7 @@ EnumX = "1.0" LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.14" -SparseArrays = "1.11" +SparseArrays = "1.10" Aqua = "0.8.11" Preferences = "1.4" StaticArrays = "1.9" diff --git a/lib/OrdinaryDiffEqDifferentiation/Project.toml b/lib/OrdinaryDiffEqDifferentiation/Project.toml index 4ee2a55edf..5998556dd4 100644 --- a/lib/OrdinaryDiffEqDifferentiation/Project.toml +++ b/lib/OrdinaryDiffEqDifferentiation/Project.toml @@ -48,7 +48,7 @@ ConstructionBase = "1.5.8" LinearAlgebra = "1.10" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.21" -SparseArrays = "1.11" +SparseArrays = "1.10" ConcreteStructs = "0.2" Aqua = "0.8.11" ArrayInterface = "7.19" diff --git a/lib/OrdinaryDiffEqExponentialRK/Project.toml b/lib/OrdinaryDiffEqExponentialRK/Project.toml index b7c8d87572..cd4d1ca307 100644 --- a/lib/OrdinaryDiffEqExponentialRK/Project.toml +++ b/lib/OrdinaryDiffEqExponentialRK/Project.toml @@ -45,7 +45,7 @@ OrdinaryDiffEqDifferentiation = "<0.0.1, 1.2" OrdinaryDiffEqSDIRK = "<0.0.1, 1" SciMLBase = "2.99" OrdinaryDiffEqCore = "1.19" -SparseArrays = "1.11" +SparseArrays = "1.10" Aqua = "0.8.11" julia = "1.10" JET = "0.9.18, 0.10.4" From 4bde527e6e0361bfb833ef2849a047a9dff0581c Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 10 Aug 2025 06:32:17 -0400 Subject: [PATCH 13/14] Update lib/OrdinaryDiffEqCore/Project.toml --- lib/OrdinaryDiffEqCore/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index 438c72110a..0a3d3c7c95 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -82,7 +82,7 @@ ADTypes = "1.16" InteractiveUtils = "1.11" RecursiveArrayTools = "3.36" FastPower = "1.1" -Logging = "1.11" +Logging = "1.10" Mooncake = "0.4" AllocCheck = "0.2" DiffEqBase = "6.176" From dd76cd3644f3f42be4aa05029c85a68a998491e7 Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sun, 10 Aug 2025 07:12:02 -0400 Subject: [PATCH 14/14] Update lib/OrdinaryDiffEqCore/Project.toml --- lib/OrdinaryDiffEqCore/Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/OrdinaryDiffEqCore/Project.toml b/lib/OrdinaryDiffEqCore/Project.toml index 0a3d3c7c95..7fab3a2836 100644 --- a/lib/OrdinaryDiffEqCore/Project.toml +++ b/lib/OrdinaryDiffEqCore/Project.toml @@ -79,7 +79,7 @@ MacroTools = "0.5" julia = "1.10" JET = "0.9.18, 0.10.4" ADTypes = "1.16" -InteractiveUtils = "1.11" +InteractiveUtils = "1.10" RecursiveArrayTools = "3.36" FastPower = "1.1" Logging = "1.10"