Skip to content

v1.24.0

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Jan 08:20
· 74 commits to master since this release
64f1bd8

MathOptInterface v1.24.0

Diff since v1.23.0

Merged pull requests:

  • SnoopComile -> SnoopCompile (#2355) (@blegat)
  • Simpler side_dimension_for_vectorized_dimension (#2356) (@blegat)
  • Run all tests against bridged SDPA model (#2357) (@blegat)
  • Fix RSOCtoPSD bridge for dimension 2 (#2359) (@blegat)
  • [Bridges] Fix ConstraintFunction getter of conversion bridge with small rounding errors (#2360) (@blegat)
  • [Bridges] Fix ConstraintIndex conflicts between variable and constraint bridges (#2362) (@blegat)
  • Standalone StandardSDPAModel (#2364) (@blegat)
  • Ignore SlackBridgePrimalDualStart for non-Slack bridge (#2365) (@blegat)
  • Fix map_indices with attributes (#2367) (@blegat)
  • Add DiffOpt and ParametricOptInterface to solver-tests.yml (#2368) (@odow)
  • Allow get to return non-nothing (#2370) (@blegat)
  • Fix order of model attributes during copy_to (#2372) (@odow)
  • [Utilities.CachingOptimizer] Enable fallback for ConstraintDual of variable indices (#2373) (@blegat)
  • [docs] fix changelog.md (#2374) (@odow)
  • [Bridges] fix BoundAlreadySet errors (#2376) (@odow)
  • [Bridges] Fix deletion corner cases (#2377) (@blegat)
  • [Bridges] Fix ListOfVariablesWithAttributeSet (#2380) (@blegat)
  • Prep for v1.24.0 (#2381) (@odow)
  • [Bridges] Throw in Constraint.SlackBridge if scalar constant is nonzero (#2382) (@blegat)
  • [Bridges] Throw for bound already set on bridged variable (#2383) (@blegat)

Closed issues:

  • Scalarize bridge error (#2363)
  • Order of model attributes during copy (#2366)
  • [Bridges] bug with multiple variable bounds (#2375)
  • Can I submit multiple constraints in the callback function? (#2378)