Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Fast path for Two Point BVPs #109

Merged
merged 15 commits into from
Sep 30, 2023
Prev Previous commit
Next Next commit
Add compat entries
  • Loading branch information
avik-pal committed Sep 23, 2023
commit f913b9eda9b2b9cf5e2048dbd8c1022ba76b69d5
15 changes: 9 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
TruncatedStacktraces = "781d530d-4396-4725-bb49-402e4bee1e77"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[weakdeps]
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"

[extensions]
BoundaryValueDiffEqODEInterfaceExt = "ODEInterface"

[compat]
ADTypes = "0.2"
Adapt = "3"
Expand All @@ -31,19 +37,16 @@ ForwardDiff = "0.10"
NonlinearSolve = "2"
RecursiveArrayTools = "2.38.10"
ODEInterface = "0.5"
PreallocationTools = "0.4"
RecursiveArrayTools = "2.38"
Reexport = "0.2, 1.0"
SciMLBase = "2"
Setfield = "1"
SparseDiffTools = "2.6"
TruncatedStacktraces = "1"
UnPack = "1"
julia = "1.9"

[weakdeps]
ODEInterface = "54ca160b-1b9f-5127-a996-1867f4bc2a2c"

[extensions]
BoundaryValueDiffEqODEInterfaceExt = "ODEInterface"

[extras]
DiffEqDevTools = "f3b72e0c-5b89-59e1-b016-84e28bfd966d"
NonlinearSolve = "8913a72c-1f9b-4ce2-8d82-65094dcecaec"
Expand Down