Skip to content

OMMX Python SDK 0.3.0

Compare
Choose a tag to compare
@termoshtt termoshtt released this 07 Jun 04:45
· 271 commits to main since this release
b5dedc4

What's Changed

Protobuf update

  • Add evaluated values in Solution message, rename old message as RawSolution by @termoshtt in #32
  • Move feasible and optimal fields to Solution message instead of RawSolution by @termoshtt in #36
  • Store descriptions of decision variables and constraints in Solution by @termoshtt in #37
  • Rename RawSolution to State by @termoshtt in #38
  • Store decision variable IDs used to evaluating constraint by @termoshtt in #39
  • Add document for quadratic function by @termoshtt in #46

Python SDK update

New Contributors

  • @github-actions made their first contribution in #48
  • @dependabot made their first contribution in #50

Full Changelog: python-0.2.0...python-0.3.0