Skip to content

Commit

Permalink
New version: BoundaryValueDiffEq v5.12.0 (#118426)
Browse files Browse the repository at this point in the history
UUID: 764a87c0-6b3e-53db-9096-fe964310641d
Repo: https://github.com/SciML/BoundaryValueDiffEq.jl.git
Tree: 98da8bd76b89a4ae1b8dde9fc6dcd75dcd6b5282

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
  • Loading branch information
JuliaRegistrator authored Oct 31, 2024
1 parent 93610a7 commit ed850d4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
11 changes: 10 additions & 1 deletion B/BoundaryValueDiffEq/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,13 @@ DiffEqBase = "6.158.1-6"
LineSearch = "0.1.3-0.1"
LineSearches = "7.3.0-7"

["5.12-5"]
BoundaryValueDiffEqCore = "1"
BoundaryValueDiffEqFIRK = "1"
BoundaryValueDiffEqMIRK = "1"
BoundaryValueDiffEqShooting = "1"
NonlinearSolve = "3.15.1-3"

["5.2-5.6"]
BandedMatrices = "1"

Expand Down Expand Up @@ -176,7 +183,6 @@ ForwardDiff = "0.10.36-0.10"
LinearAlgebra = "1.10.0-1"
LinearSolve = "2.21.0-2"
Logging = "1.10.0-1"
NonlinearSolve = "3.8.1-3"
PrecompileTools = "1.2.0-1"
Preferences = "1.4.0-1"
Reexport = "1.2.0-1"
Expand All @@ -187,6 +193,9 @@ julia = "1.10.0-1"
["5.7-5.10"]
DiffEqBase = "6.146.0-6"

["5.7-5.11"]
NonlinearSolve = "3.8.1-3"

["5.7-5.8"]
SciMLBase = "2.31.0-2"

Expand Down
6 changes: 6 additions & 0 deletions B/BoundaryValueDiffEq/Deps.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
LineSearch = "87fe0de2-c867-4266-b59a-2f0a94fc965b"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"

["5.12-5"]
BoundaryValueDiffEqCore = "56b672f2-a5fe-4263-ab2d-da677488eb3a"
BoundaryValueDiffEqFIRK = "85d9eb09-370e-4000-bb32-543851f73618"
BoundaryValueDiffEqMIRK = "1a22d4ce-7765-49ea-b6f2-13c8438986a6"
BoundaryValueDiffEqShooting = "ed55bfe0-3725-4db6-871e-a1dc9f42a757"

["5.2-5"]
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"

Expand Down
3 changes: 3 additions & 0 deletions B/BoundaryValueDiffEq/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -111,3 +111,6 @@ git-tree-sha1 = "22f36cc7199c3b0f34979c6925cf8ec05281409f"

["5.11.0"]
git-tree-sha1 = "8dba4ea86fce8ed94977ed9e56cf5c6d67c494e5"

["5.12.0"]
git-tree-sha1 = "98da8bd76b89a4ae1b8dde9fc6dcd75dcd6b5282"

0 comments on commit ed850d4

Please sign in to comment.