jump-dev / JuMP.jl

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

Prep for v1.22.1 #3749

Closed odow closed 1 month ago

odow commented 1 month ago

Pre-release

The release

Post-release

codecov[bot] commented 1 month ago

Codecov Report

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

Project coverage is 98.38%. Comparing base (f731c4e) to head (d6c8ffc).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #3749 +/- ## ======================================= Coverage 98.38% 98.38% ======================================= Files 44 44 Lines 5867 5867 ======================================= Hits 5772 5772 Misses 95 95 ```

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

odow commented 1 month ago

@blegat SumOfSquares is failing tests? https://github.com/jump-dev/JuMP.jl/actions/runs/9119487568/job/25074944548

Seems because of: https://github.com/jump-dev/SumOfSquares.jl/blob/a668a7cc489002f082a8de252c09f761da84836e/test/Bridges/Variable/kernel.jl#L19-L41 which uses features from MOI which are not yet released.

odow commented 1 month ago

Nightly failure seems unrelated

odow commented 1 month ago

Merging because this release is just a small bug fix that is currently impacting users.