Skip to content

v1.37.0

Choose a tag to compare

@github-actions github-actions released this 24 Feb 23:19
· 158 commits to master since this release
5326595

MathOptInterface v1.37.0

Diff since v1.36.0

Merged pull requests:

  • [docs] remove experimental warning from Nonlinear (#2625) (@odow)
  • [FileFormats.MPS] fix scale factor in Gurobi's QCMATRIX (#2628) (@odow)
  • [FileFormats] improve test coverage (#2630) (@odow)
  • [FileFormats.MPS] remove unused code for detecting N lines (#2631) (@odow)
  • [FileFormats.MPS] remove unroll macro (#2632) (@odow)
  • Fix codecov logo (#2634) (@joaquimg)
  • Remove MPB from readme (#2635) (@joaquimg)
  • Add row-wise constructors for VectorAffine and VectorQuadratic functions (#2636) (@odow)
  • [Utilities] improve code coverage (#2637) (@odow)
  • Add blank lines between definitions (#2638) (@odow)
  • Improve code coverage (#2639) (@odow)
  • [Utilities] unify how we compute variable dual fallback (#2640) (@odow)
  • [Nonlinear] improve test coverage (#2641) (@odow)
  • Fix duplicate test name in FileFormats.LP (#2642) (@odow)
  • Remove precompile statements (#2643) (@odow)
  • [Nonlinear] remove null branch (#2644) (@odow)
  • [Utilities] improve test coverage (#2645) (@odow)
  • [Nonlinear.ReverseAD] improve test coverage (#2646) (@odow)
  • [Test] add basic Integer tests (#2647) (@odow)
  • [Test] improve code coverage (#2648) (@odow)
  • [Test] simplify check for supported conflict status (#2649) (@odow)
  • [Nonlinear] improve test coverage of operators.jl (#2650) (@odow)
  • [FileFormats.MOF] fix reading type of PrimalStart and DualStart (#2652) (@odow)
  • [FileFormats] fix writing unsupported variable types (#2654) (@odow)
  • Prep for v1.37.0 (#2655) (@odow)
  • Remove Unicode (#2656) (@odow)

Closed issues:

  • [FileFormats.MPS] QPLIB_3855 wrong with QCMATRIX (#2627)
  • reading MathOptFormat model with start values raises LoadError when optimizing (#2651)
  • Fix writing Parameter in FileFormats (#2653)