JuliaSmoothOptimizers / NLPModelsJuMP.jl

Create NLPModels with JuMP
Other
36 stars 8 forks source link

Bump to Jump 1.3 #176

Closed tmigot closed 6 months ago

codecov[bot] commented 6 months ago

Codecov Report

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

Project coverage is 93.50%. Comparing base (8dd876f) to head (1d97306).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #176 +/- ## ========================================== + Coverage 93.20% 93.50% +0.30% ========================================== Files 5 5 Lines 662 662 ========================================== + Hits 617 619 +2 + Misses 45 43 -2 ```

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

github-actions[bot] commented 6 months ago
Package name latest stable
NLSProblems.jl
OptimizationProblems.jl
blegat commented 6 months ago

Not sure it's needed. Unless I am mistaken, it will only need a bump at v2, see https://pkgdocs.julialang.org/v1/compatibility/#Version-specifier-format

tmigot commented 6 months ago

Yes, you are right, I just noticed that. Thanks @blegat