v1.7.0
Ipopt v1.7.0
Merged pull requests:
- Check primal feasibility after termination failure (#435) (@Robbybp)
- Fix error in RawOptimizerAttribute and improve code coverage (#437) (@odow)
- Improve coverage for ConstraintDualStart (#438) (@odow)
- Fix get for MOI.VariablePrimalStart and error when x is a Parameter (#439) (@odow)
- Simplify how we handle the range of TerminationStatus and PrimalStatus (#440) (@odow)
- Improve coverage of C_wrapper.jl (#441) (@odow)
- Prep for v1.7.0 (#442) (@odow)
- Rename _function_type_to_set to _function_type_to_func and test (#443) (@odow)
- Improve test coverage (#444) (@odow)
- Use MOI.Silent() => true where possible in the tests (#445) (@odow)
- Fix test with duplicate name (#446) (@odow)
- Fix return type of
Bool
for ccall methods (#447) (@odow) - Add a test to catch Hessian returning FALSE (#448) (@odow)
- Add proper error for badly typed option (#449) (@odow)
Closed issues:
- Check feasibility after a restoration failure? (#436)