Skip to content

v1.0.1

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Feb 13:32
· 783 commits to master since this release
03640ab

MathOptInterface v1.0.1

Diff since v1.0.0

Closed issues:

  • Using MOI to Warm Start Duals Values on Nonlinear Constraints (#1746)
  • set_optimizer does not copy optimizer attributes (#1750)

Merged pull requests:

  • Fix bug in which OptimizerAttributes were not copied to a CachingOptimizer (#1749) (@odow)
  • Automatic promotion with shift_constant (#1751) (@blegat)
  • Fix modify scalar constants with bridged variables (#1752) (@blegat)
  • Throw DeleteNotAllowed when deleted constraint index of bridged varaiables (#1753) (@blegat)
  • Call final_touch in optimize in CachingOptimizer (#1754) (@blegat)
  • Canonicalize function in add_constraint for MatrixOfConstraints (#1755) (@blegat)
  • [docs] add release notes for v1.0.1 (#1756) (@odow)