cvanaret / Uno

A next-gen Lagrange-Newton solver for nonconvex optimization. It unifies barrier and SQP methods in a modern and generic way, and implements different globalization flavors (line search/trust region and merit function/filter method/funnel method). Competitive against filterSQP, IPOPT, SNOPT, MINOS and CONOPT.
MIT License
293 stars 22 forks source link

The version (1.2.0) of Uno was not updated in Uno.cpp #65

Closed amontoison closed 2 weeks ago

amontoison commented 2 weeks ago

https://github.com/cvanaret/Uno/blob/37e22cb21a147cb36429f889ea617cd38b3922a7/uno/Uno.cpp#L120

odow commented 2 weeks ago

I have checklists in our documentation, because it's soooooo easy to overlook things when making a new release:

https://github.com/jump-dev/JuMP.jl/blob/master/docs/src/developers/checklists.md#making-a-release

Highly, highly recommend. I haven't messed up a release (touch wood) since I introduced them.

Usage looks like: https://github.com/jump-dev/JuMP.jl/pull/3854

cvanaret commented 2 weeks ago

@amontoison well spotted! That was fixed in 60c18fc. @odow thank you, that's a great idea!