Skip to content

Commit

Permalink
Upgrade TI to v0.16.0, and shorten validated integration code
Browse files Browse the repository at this point in the history
  • Loading branch information
lbenet committed Aug 4, 2024
1 parent 06947aa commit 90f39da
Show file tree
Hide file tree
Showing 4 changed files with 1,076 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Markdown = "<0.0.1, 1"
Random = "<0.0.1, 1"
RecipesBase = "1"
Reexport = "1"
TaylorIntegration = "0.15.3"
TaylorIntegration = "0.16"
TaylorSeries = "0.18"
Test = "<0.0.1, 1"
julia = "1"
Expand Down
3 changes: 2 additions & 1 deletion src/TaylorModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ include("rpa_functions.jl")
include("arithmetic.jl")
include("integration.jl")
include("show.jl")
include("validatedODEs.jl")
include("valid_integ/validated_integ.jl")
include("valid_integ/validated_integ2.jl")
include("recipe.jl")


Expand Down
Loading

0 comments on commit 90f39da

Please sign in to comment.