-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CompatHelper: bump compat for IntervalArithmetic to 0.22, (keep existing compat) #146
CompatHelper: bump compat for IntervalArithmetic to 0.22, (keep existing compat) #146
Conversation
66830a9
to
6316769
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #146 +/- ##
=======================================
Coverage 91.42% 91.42%
=======================================
Files 25 25
Lines 816 816
=======================================
Hits 746 746
Misses 70 70 ☔ View full report in Codecov by Sentry. |
https://github.com/vtjeng/MIPVerify.jl/actions/runs/7205397880/job/19628338158?pr=146#step:6:2205 The version of Source: https://github.com/vtjeng/MIPVerify.jl/actions/runs/7205397880/job/19628338158?pr=146#step:6:46
The version of Source: https://github.com/vtjeng/MIPVerify.jl/actions/runs/7205397880/job/19628337598?pr=146#step:5:48 |
…inf` and `sup`. This PR is expected to be a no-op. ## Motivation This is necessary since the `.hi` field appears to be no longer available in `0.22`: #146 (comment) ## Testing `inf` and `sup` have been available in the `IntervalArithmetic.jl` package since `0.15`, which is the earliest version of `IntervalArithmetic.jl` our package supports: https://github.com/JuliaIntervals/IntervalArithmetic.jl/blob/e19764302e41c1b619b2a50727586be4ff90b6c7/src/IntervalArithmetic.jl#L55.
This needs to be merged on top of #147, which we expect to fix the |
…inf` and `sup`. This PR is expected to be a no-op. This is necessary since the `.hi` field appears to be no longer available in `0.22`: #146 (comment) `inf` and `sup` have been available in the `IntervalArithmetic.jl` package since `0.15`, which is the earliest version of `IntervalArithmetic.jl` our package supports: https://github.com/JuliaIntervals/IntervalArithmetic.jl/blob/e19764302e41c1b619b2a50727586be4ff90b6c7/src/IntervalArithmetic.jl#L55.
…inf` and `sup`. (#147) This PR is expected to be a no-op. This is necessary since the `.hi` field appears to be no longer available in `0.22`: #146 (comment) `inf` and `sup` have been available in the `IntervalArithmetic.jl` package since `0.15`, which is the earliest version of `IntervalArithmetic.jl` our package supports: https://github.com/JuliaIntervals/IntervalArithmetic.jl/blob/e19764302e41c1b619b2a50727586be4ff90b6c7/src/IntervalArithmetic.jl#L55.
6316769
to
687d540
Compare
This pull request changes the compat entry for the
IntervalArithmetic
package from0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21
to0.15, 0.16, 0.17, 0.18, 0.19, 0.20, 0.21, 0.22
.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.