JuliaIntervals / IntervalConstraintProgramming.jl

Calculate rigorously the feasible region for a set of real-valued inequalities with Julia
Other
63 stars 16 forks source link

CompatHelper: bump compat for IntervalArithmetic to 0.19, (keep existing compat) #200

Closed github-actions[bot] closed 2 years ago

github-actions[bot] commented 3 years ago

This pull request changes the compat entry for the IntervalArithmetic package from 0.16, 0.17, 0.18 to 0.16, 0.17, 0.18, 0.19. This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry. It is your responsibility to make sure that your package tests pass before you merge this pull request.

schillic commented 2 years ago

Hi, could you merge this, please? (It also supersedes #194.)

lucaferranti commented 2 years ago

last time I checked, it didn't work (for some very obscure reason), see the checks failing in the other PR you linked, I'll try to recheck this

schillic commented 2 years ago

I just tried this out in v1.6 and there were no errors - all tests passed. Maybe retrigger the build? It is ancient by now.

Side note: The build script tests on v1.5 and v1.6 but the Project file only lists v1.3 and v1.4 - a bit inconsistent IMO.

lucaferranti commented 2 years ago

I just tried this out in v1.6 and there were no errors - all tests passed. Maybe retrigger the build? It is ancient by now.

Interesting, I'll try it out. Actually, since IA v0.20 was just released, I could directly superseed this with compatibility with v0.20

Side note: The build script tests on v1.5 and v1.6 but the Project file only lists v1.3 and v1.4 - a bit inconsistent IMO.

Good catch, actually since IA 0.20 requirees Julia >=1.5, I wonder if the Julia compat should be updated to have just 1.5 and 1.6 🤔