Skip to content

v1.50.0

Choose a tag to compare

@github-actions github-actions released this 23 Mar 01:51
· 17 commits to master since this release
b5778d0

MathOptInterface v1.50.0

Diff since v1.49.0

Merged pull requests:

  • Use ParallelTestRunner.jl to parallelize the tests (#2932) (@odow)
  • Add LDLFactorizations.jl as a package extension (#2933) (@odow)
  • Fix isapprox for ScalarNonlinearFunction and comparison to Number (#2934) (@odow)
  • Remove Julia 1-ubuntu-latest-x64 from CI (#2935) (@odow)
  • Add an explicit test for method redefinitions instead of parsing logs (#2936) (@odow)
  • [FileFormats.NL] add support for defined variables (#2938) (@odow)
  • [docs] minor formatting changes (#2939) (@odow)
  • [FileFormats.MPS] improve performance of parsing each line (#2940) (@odow)
  • [FileFormats.MPS] allow the RHS name to be optional when reading (#2942) (@odow)
  • [Bridges] fix print_active_bridges for some constrained variable cases (#2943) (@odow)
  • [FileFormats] throw a nicer error on unsupported keyword arguments (#2946) (@odow)
  • [FileFormats] add ;generic_names support to LP and MOF file formats (#2947) (@odow)
  • [Bridges] fix missing operate in various map_function (#2948) (@odow)
  • Install Dependabot (#2949) (@giordano)
  • Bump julia-actions/cache from 1 to 2 (#2950) (@dependabot[bot])
  • Bump actions/setup-python from 2 to 6 (#2951) (@dependabot[bot])
  • Bump codecov/codecov-action from 4 to 5 (#2952) (@dependabot[bot])
  • Bump actions/checkout from 4 to 6 (#2953) (@dependabot[bot])
  • Bump actions/upload-artifact from 4 to 6 (#2954) (@dependabot[bot])
  • Prep for v1.50.0 (#2955) (@odow)
  • Fix error message for LDL factorization failures (#2956) (@odow)
  • Bump actions/upload-artifact from 6 to 7 (#2958) (@dependabot[bot])
  • Fix Cholesky decompoosition error when given different element type (#2959) (@odow)
  • Use ParallelTestRunner on x86 (#2960) (@odow)
  • [Bridges] wrap compute_sparse_sqrt in a try-catch (#2961) (@odow)
  • [Bridges] fix bug with open intervals in SemiToBinaryBridge (#2963) (@odow)
  • [Utilities] add support for relaxing vector constraints (#2966) (@odow)
  • Bump julia-actions/cache from 2 to 3 (#2968) (@dependabot[bot])
  • [Test] add a new test for solving a multiobjective problem (#2970) (@odow)
  • Revert LDLFactorizations package extension (#2972) (@odow)
  • Fix deletion before final_touch (#2974) (@blegat)
  • Implement scalar coefficient change for MatrixOfConstraints (#2975) (@blegat)
  • Rethrow for bounds error when modifying constant vector (#2976) (@blegat)
  • Modify vector constraints for MatrixOfConstraints (#2977) (@blegat)

Closed issues:

  • Sparse LDL for QuadtoSOC (#1971)
  • Make a multi-threaded test harness (#2883)
  • [FileFormats.MPS] slowing reading of .mps file (#2888)
  • [FileFormats.NL] support common subexpressions (#2937)
  • Failure to read Netlib MPS file (#2941)
  • [FileFormats] Support ; generic_names in all relevant file formats (#2945)
  • Inf in Semiinteger and Semicontinuous sets (#2962)