JuliaIntervals / TaylorModels.jl

Rigorous function approximation using Taylor models in Julia
Other
63 stars 14 forks source link

Upgrade TaylorSeries (v0.17) and TaylorIntegration (v0.15) #165

Closed lbenet closed 3 months ago

lbenet commented 3 months ago

This PR is intended to upgrade TaylorSeries and TaylorIntegration to their last versions, which provide important performance enhancements. Work is in progress to also accomodate TaylorSeries to recent changes in IntervalArithmetic (dev version is v0.22), which are breaking in many aspects. I will use this PR also to clean up the package and try to solve some open issues. A new patch version should be at the end released.

lbenet commented 3 months ago

cc @mforets @schillic

coveralls commented 3 months ago

Pull Request Test Coverage Report for Build 8271868253

Details


Files with Coverage Reduction New Missed Lines %
src/auxiliary.jl 1 56.94%
src/evaluate.jl 1 85.71%
src/integration.jl 1 62.3%
src/promotion.jl 6 3.57%
src/validatedODEs.jl 10 80.0%
<!-- Total: 19 -->
Totals Coverage Status
Change from base Build 4694806019: 13.3%
Covered Lines: 1186
Relevant Lines: 1489

💛 - Coveralls
lbenet commented 3 months ago

I'll go ahead and merge this, and tag a new version