JuliaIntervals / TaylorModels.jl

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

Update Project.toml #71

Closed mforets closed 4 years ago

mforets commented 4 years ago

see https://discourse.julialang.org/t/ann-releasing-recipesbase-1-0-and-plots-1-0-please-read/37056

lbenet commented 4 years ago

Thanks @mforets and sorry for the slow reply. To make effective this change, we should also tag a new version. Is this correct? If so, can you update the version in this PR.

lbenet commented 4 years ago

... and maybe allow also IntervalArithmetic version 0.17.0?

mforets commented 4 years ago

CI passed. It installed IntervalArithmetic v0.16.1 though, so maybe there's another downstream packages that needs to update the compat bound (?)

lbenet commented 4 years ago

Let me take a look on that...

lbenet commented 4 years ago

@mforets It seems the problem is related to IntervalRootFinding.jl; I am trying to fix that here, which would involve releasing a patch version. I ping you when that is ready; I guess you will have to fix the package boundaries again.

lbenet commented 4 years ago

Registration of a new patch version of TaylorIntegration.jl IntervalRootFinding.jl is on its way.

lbenet commented 4 years ago

@mforets IntervalRootFinding.jl v0.5.3 has been released; I think upgrading to that version solves the problem.

mforets commented 4 years ago

Awesome! I can confirm that the new IntervalArithmetic version is installed in the automated tests.

lbenet commented 4 years ago

Merging. Thanks a lot @mforets !