Skip to content

v1.20.1

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Sep 04:09
· 403 commits to master since this release
5c9db2e

MathOptInterface v1.20.1

Diff since v1.20.0

Merged pull requests:

  • Add MathOptSetDistances to solver tests (#2265) (@blegat)
  • Update to Documenter v1 (#2266) (@blegat)
  • [Test] rename Test module to avoid conflict with Base.Test (#2267) (@odow)
  • Fix various JET errors (#2269) (@odow)
  • Fix various JET errors in test_conic.jl (#2270) (@odow)
  • Fix various JET errors (#2271) (@odow)
  • [Utilities] remove keyword arguments from copy_to (#2272) (@odow)
  • Remove using Package in favor of explicit import Package (#2274) (@odow)
  • [Bridges] fix ConstraintDualStart for Constraint.SplitIntervalBridge (#2275) (@odow)
  • Fix various JET errors (#2276) (@odow)
  • Fix JET errors in bridge_optimizer.jl (#2277) (@odow)
  • Fix MethodError when trying to modify a variable objective (#2278) (@odow)
  • [Utilities] remove MOIU acronym (#2280) (@odow)
  • [Utilities] remove unecessary acronyms (#2281) (@odow)
  • [Utilities] Remove EMPTYSTRING (#2283) (@odow)
  • [Utilities] fix stackoverflow in operate(+,...) with many arguments (#2285) (@odow)
  • [Utilities] remove invalid and unused method (#2286) (@odow)
  • [Utilities] refactor src/Utilties/model.jl (#2287) (@odow)
  • Prep for v1.20.1 (#2288) (@odow)
  • Fix various JET errors (#2289) (@odow)
  • [Utilities] use foldl to avoid StackOverflow (#2290) (@blegat)

Closed issues:

  • Next-generation nonlinear (#846)
  • Tracking the time-to-first-solve issue (#1313)
  • Simplify handling of linear and quadratic derivatives for nonlinear solvers (#1397)
  • Add Parameter{T} <: AbstractScalarSet (#2094)
  • Order-maintaining copy_to (#2236)
  • Update ScaledPSDCone (#2260)
  • Diagnose and fix JET errors (#2268)
  • MOI.Utilities.operate StackOverflowError (#2284)