jump-dev / JuMP.jl

Modeling language for Mathematical Optimization (linear, mixed-integer, conic, semidefinite, nonlinear)
http://jump.dev/JuMP.jl/
Other
2.22k stars 393 forks source link

Prep for v1.19.0 #3663

Closed odow closed 8 months ago

odow commented 8 months ago

Pre-release

The release

Post-release

codecov[bot] commented 8 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Comparison is base (42cd6c1) 98.29% compared to head (6445aac) 98.29%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3663 +/- ## ======================================= Coverage 98.29% 98.29% ======================================= Files 43 43 Lines 5676 5676 ======================================= Hits 5579 5579 Misses 97 97 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

blegat commented 8 months ago

@hdavid16 @pulsipher The tests of DisjunctiveProgramming.jl are failing, is that because of the new JuMP version ? See https://github.com/jump-dev/JuMP.jl/actions/runs/7733391585 for the failure

pulsipher commented 8 months ago

@hdavid16 @pulsipher The tests of DisjunctiveProgramming.jl are failing, is that because of the new JuMP version ? See https://github.com/jump-dev/JuMP.jl/actions/runs/7733391585 for the failure

This is simply due to a printing change (a bug fix) that occurred with JuMP 1.18. I have a PR that fixes this https://github.com/hdavid16/DisjunctiveProgramming.jl/pull/110. Feel free to release 1.19.