Skip to content

v1.49.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Jan 08:54
· 6 commits to master since this release
46841c3

MathOptInterface v1.49.0

Diff since v1.48.0

Merged pull requests:

  • Allow creating model from parts (#2902) (@blegat)
  • [docs] fix duplicated anchor links (#2905) (@odow)
  • Explain reformulation for SOS1ToMILP (#2906) (@blegat)
  • Fix various errors found by JET (#2908) (@odow)
  • Change error msg for GetAttributeNotAllowed when is_set_by_optimize (#2910) (@odow)
  • Improve type stability of more functions for JET (#2911) (@odow)
  • [Utilities] add distance_to_set for VectorNonlinearOracle (#2914) (@odow)
  • Implement extract_function for transpose matrix (#2915) (@blegat)
  • [FileFormats.NL] add support for MOI.Complements (#2916) (@odow)
  • [FileFormats.MOF] replace JSON3 by JSON.jl (#2918) (@odow)
  • Allow JSON@0.21 (#2919) (@odow)
  • [Bridges] add SplitComplexIndicatorEqualToBridge (#2921) (@odow)
  • [Utilities] add distance_to_set for MOI.Indicator (#2923) (@odow)
  • [Utilities] add distance_to_set for more sets (#2925) (@odow)
  • [Utilities] add distance_to_set for more sets (#2926) (@odow)
  • [Utilities] fix support for complex values in Indicator distance_to_set (#2927) (@odow)
  • Prep for v1.49.0 (#2928) (@odow)
  • [Utilities] fix bug converting MutableSparseMatrixCSC to SparseMatrixCSC (#2929) (@odow)
  • Install torch_geometric for solver-tests.yml (#2930) (@odow)

Closed issues:

  • [FileFormats.NL] add support for Complements set (#2879)
  • JET.jl identifies many problems (#2907)
  • GetAttributeNotAllowed when is_set_by_optimize (#2909)
  • Distance to VectorNonlinearOracle (#2912)
  • Revert to JSON from JSON3? (#2917)
  • Indicator constraint support for complex-valued equality constraints (#2920)
  • primal_feasibility_report fails with indicator constraints in distance_to_set (#2922)
  • Sets which do not implement distance_to_set (#2924)