Skip to content

v0.10.2

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Sep 23:53
· 718 commits to master since this release
dd7342b

MathOptInterface v0.10.2

Diff since v0.10.1

Closed issues:

  • Release MOF 1.0 and update (#1589)
  • [docs/convention] VariablePrimal: what should solvers return when there is no solution? (#1600)
  • Bridges throw wrong errors during modification (#1603)
  • copy_to_and_optimize! doesn't support multiple solves (#1604)
  • XXXDetTriangle bridge does not support ConstraintFunction (#1605)
  • GenericModel doesn't copy sets correctly (#1606)
  • Unsupported attributes (#1614)

Merged pull requests:

  • Replace copy_to_and_optimize! with optimize_model! (#1592) (@blegat)
  • [FileFormats] Update to MathOptFormat v1.0 (#1597) (@odow)
  • [FileFormats] Bump version of JSONSchema.jl (#1598) (@odow)
  • [Test] Minor fixes in nonlinear tests (#1599) (@frapac)
  • VariablePrimal: document undefined behaviour (#1601) (@dourouc05)
  • [Test] minor updates to tests from SCS.jl (#1602) (@odow)
  • Fix modifications in bridge_optimizer (#1608) (@odow)
  • Implement function and set getters for det bridges (#1609) (@blegat)
  • Add set_with_dimension (#1610) (@blegat)
  • [Test] more misc fixes from SCS (#1611) (@odow)
  • [Bridges] Fix ListOfConstraintAttributesSet (#1612) (@odow)
  • [Utilities] throw UnsupportedAttribute in pass_attributes (#1613) (@odow)
  • [Utilities] fix emptying of CachingOptimizer (#1615) (@odow)
  • Update release notes for v0.10.2 (#1616) (@odow)