JuliaIntervals / IntervalRootFinding.jl

Library for finding the roots of a function using interval arithmetic
https://juliaintervals.github.io/IntervalRootFinding.jl/
Other
129 stars 26 forks source link

Allow using IntervalArithmetic.jl v0.17 #152

Closed lbenet closed 4 years ago

lbenet commented 4 years ago

@dpsanders Should we patch a new minor version? Part of the problem in https://github.com/JuliaIntervals/TaylorModels.jl/pull/71 seems related to this...

dpsanders commented 4 years ago

Isn't a new patch version enough?

Tests seem to be failing.

lbenet commented 4 years ago

Yes, my mistake, indeed, a patch version is enough...

I'll take a look on the tests that are failing...

lbenet commented 4 years ago

@dpsanders Tests are passing now and the patch version in Project.toml has been updated to release a new version. Shall we merge this?

dpsanders commented 4 years ago

Thanks a lot!