Skip to content

v1.7.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Nov 03:43
· 5 commits to master since this release
89832da

Ipopt v1.7.0

Diff since v1.6.7

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)