Skip to content

v1.45.0

Choose a tag to compare

@github-actions github-actions released this 20 Sep 02:10
· 22 commits to master since this release
b1d2afb

MathOptInterface v1.45.0

Diff since v1.44.0

Merged pull requests:

  • fix type instability in set_dot (#2831) (@araujoms)
  • Add ToScalarNonlinearBridge (#2834) (@LukasBarner)
  • [Bridges] restrict when ToScalarNonlinearBridge applies and simplify tests (#2835) (@odow)
  • [Bridges] add support for querying ConstraintConflictStatus (#2839) (@odow)
  • [FileFormats.LP] write a proper recursive descent parser (#2840) (@odow)
  • [FileFormats.LP] some renaming in the LP reader (#2841) (@odow)
  • [FileFormats.LP] fix handling of required new lines (#2842) (@odow)
  • [FileFormats.LP] fix type stability of LP reader (#2843) (@odow)
  • [FileFormats.LP] move Base.write to separate file (#2844) (@odow)
  • [FileFormats.MPS] split into files for Base.read! and Base.write (#2845) (@odow)
  • [FileFormats.LP] remove lowercase usage to reduce allocations (#2846) (@odow)
  • [FileFormats.LP] allow newline in term and improve keyword identification (#2847) (@odow)
  • [FileFormats.LP] add a documentation page and refactor some names (#2848) (@odow)
  • [FileFormats.MPS] throw a proper ParseError on read failure (#2849) (@odow)
  • [docs] temporarily pin OpenSSL_jll to work around upstream bug (#2850) (@odow)
  • Prep for v1.45.0 (#2851) (@odow)
  • [FileFormats.LP] add explicit tests for the ParseError messages (#2852) (@odow)
  • [FileFormats.LP] Add some keywords without surrounding new lines (#2853) (@odow)
  • Revert #2850 (#2854) (@odow)

Closed issues:

  • [FileFormats.LP] write a proper parser (#2351)
  • Missing bridge to ScalarNonlinearFunction in Objective (#2833)
  • [FileFormats.LP] Size Limit for read_from_file (#2836)
  • [Bridges] support ConstraintConflictStatus (#2838)