jump-dev / Clp.jl

A Julia interface to the Coin-OR Linear Programming solver (CLP)
https://projects.coin-or.org/Clp
Other
54 stars 25 forks source link

Prep for v1.1.0 #151

Closed odow closed 3 months ago

codecov[bot] commented 3 months ago

Codecov Report

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

Project coverage is 82.72%. Comparing base (cde85a1) to head (0b68cd8).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #151 +/- ## ======================================= Coverage 82.72% 82.72% ======================================= Files 3 3 Lines 382 382 ======================================= Hits 316 316 Misses 66 66 ```

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

amontoison commented 3 months ago

@odow Can you not merge this PR now such that we can also include this version of JLL? https://github.com/JuliaPackaging/Yggdrasil/pull/9133

I plan to recompile Ipopt_jll soon and it's better if all COIN-OR packages have the same version of the dependencies. I didn't expected a new release of MUMPS during summer.

odow commented 3 months ago

Okay

amontoison commented 3 months ago

I merged the PR in Yggdrasil. You can update the version of Clp_jll.jl in the Project.toml to use the version 100.1700.901 once https://github.com/JuliaRegistries/General/pull/111651 is merged.