Skip to content

v1.19.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 Aug 07:25
· 222 commits to master since this release
8bb8ea9

MathOptInterface v1.19.0

Diff since v1.18.0

Closed issues:

  • x86 frequently fails in CI (#2183)
  • IntegerToZeroOne bridge (#2202)
  • MutableArithmetics/MathOptInterface ambiguity with v1.18.0 (#2222)
  • [FileFormats.LP] more parsing issues (#2223)
  • [FileFormats.NL] add support for ScalarNonlinearFunction (#2227)
  • Unsatisfiable requirements detected for package MathOptInterface (#2238)
  • Querying objective_value errors when quadratic objective has no quadratic term (conic solvers only) (#2239)
  • Nightly failing on CI (#2242)
  • [FileFormats.MOF] Allow MOF to read/write SAF/SQF{Int} (#2246)

Merged pull requests:

  • Add VectorNonlinearFunction (#2201) (@odow)
  • [Bridges] add IntegerToZeroOneBridge (#2205) (@odow)
  • [Utilities] fix various utilities for ScalarNonlinearFunction (#2218) (@odow)
  • [Utilities] add eval_variables support for ScalarNonlinearFunction (#2219) (@odow)
  • Fix method ambiguities and limit operate to Number subtypes (#2224) (@odow)
  • [FileFormats.LP] fix reading file with free variable and explicit bounds (#2225) (@odow)
  • [FileFormats.NL] add support for ScalarNonlinearFunction (#2228) (@odow)
  • Add extensions to solver-tests.yml (#2229) (@odow)
  • [Test] add require for ConstraintDual in test_nonlinear_duals (#2230) (@odow)
  • [FileFormats.NL] fix nested scalar affine and quadratic functions (#2231) (@odow)
  • Prep for v1.19.0 (#2232) (@odow)
  • [Bridges] add ScalarQuadraticToScalarNonlinearBridge (#2233) (@odow)
  • Refactor test/Benchmarks (#2234) (@odow)
  • [Bridges] add Constraint.FunctionConversionBridge (#2235) (@odow)
  • [Bridges] fix bug in QuadToSOCBridge getting ConstraintPrimal (#2240) (@odow)
  • [Test] fix various warnings in tests (#2241) (@odow)
  • [Test] fix duplicate method warnings in tests (#2243) (@odow)
  • [Bridges] various updates based on VectorNonlinearFunction changes (#2244) (@odow)
  • [Utilities] fix print for upcoming VectorNonlinearFunction (#2245) (@odow)
  • [FileFormats.MOF] support writing non-Float64 functions (#2247) (@odow)
  • Fix a typo in the docs (#2251) (@dourouc05)
  • Change to test x86 on latest release instead of LTS (#2252) (@odow)
  • Partition tests into multiple CI jobs to reduce runtime and memory pressure (#2253) (@odow)
  • Add VectorLazyMap (#2254) (@blegat)
  • Minor fix to docstring of SetMapBridge (#2255) (@blegat)