Skip to content

v0.9.20

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Feb 23:28
· 918 commits to master since this release

MathOptInterface v0.9.20

Diff since v0.9.19

Closed issues:

  • Docu: SuperBasic status is just for non-linear problems (#440)
  • Test getting VariablePrimalStart (#794)
  • Add VariablePrimalStart test (#853)
  • Adding more formats in FileFormats (#1105)
  • modify_coefficient does not merge the coefficients of each variable (#1117)
  • compute_conflict! resulting in MethodError (#1203)
  • @code_warntype warning: instantiate(OptimizerWithAttributes) (#1206)
  • Programmatically defined functions work but the same programmatically defined objective does not (#1214)
  • Double deletion of bridged SingleVariable constraint (#1231)
  • Add CITATION.bib file (#1240)

Merged pull requests:

  • Small simplification for adding SingleVariable constraints (#1096) (@blegat)
  • Add support for conflicts in MockOptimizer (#1202) (@dourouc05)
  • Use JuliaFormatter to format /src/FileFormats (#1205) (@odow)
  • Update TagBot.yml (#1207) (@odow)
  • Use JuliaFormatter to format /src/*.jl (#1209) (@odow)
  • Use JuliaFormatter to format /src/Benchmarks (#1210) (@odow)
  • Use JuliaFormatter to format /src/Utilities (#1211) (@odow)
  • Use JuliaFormatter to format /src/Bridges (#1212) (@odow)
  • Use JuliaFormatter to format /src/Test (#1213) (@odow)
  • [Utilities] Fix modifying an un-set objective sets the objective (#1215) (@odow)
  • Fix integration of compute_conflict through layers (#1216) (@odow)
  • [Utilities] fix bug in function modification (#1217) (@odow)
  • [docs] Clarify BasisStatusCode (#1218) (@odow)
  • Enable doctests and correct previously untested errors (#1219) (@odow)
  • Fix a typo in the docstring of VectorQuadraticFunction (#1222) (@amontoison)
  • change findall into for comprehension (#1224) (@matbesancon)
  • Simplify documentation GH action with custom shell (#1227) (@blegat)
  • Fix double deletion of nested bridged SingleVariable constraint (#1232) (@blegat)
  • Add test with zero in off-diagonal entry (#1235) (@blegat)
  • Benchmark last in test (#1239) (@matbesancon)
  • Add citation for MathOptInterface (#1241) (@odow)
  • Fix formatting of CallbackNodeStatus docstring (#1242) (@odow)
  • Skip unit tests when problem not supported (#1244) (@blegat)
  • Fill up NEWS for MOI v0.9.20 (#1248) (@blegat)