Skip to content

Releases: Jij-Inc/ommx

OMMX Python SDK 0.3.0

07 Jun 04:45
b5dedc4
Compare
Choose a tag to compare

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

OMMX Rust SDK 0.3.1

06 Jun 06:50
6f5823a
Compare
Choose a tag to compare

What's Changed

Rust SDK update

  • Bump the dependencies group with 18 updates by @dependabot in #51
  • Bump proc-macro2 from 1.0.84 to 1.0.85 in the dependencies group by @dependabot in #53
  • Load Auth info from environment variables by @termoshtt in #54

Others

  • Start developing 0.3.1 by @github-actions in #48
  • Bump the dependencies group with 4 updates by @dependabot in #50

New Contributors

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

Full Changelog: rust-0.3.0...rust-0.3.1

OMMX Rust SDK 0.3.0

28 May 11:41
b385da4
Compare
Choose a tag to compare

0.2.x is skipped to sync with Python SDK

What's Changed from 0.1.0

Protobuf update

  • Add sense field to Instance by @NY57 in #28
  • 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

Rust SDK update

Others

Full Changelog: rust-0.1.0...rust-0.3.0

OMMX Python SDK 0.2.0

26 Apr 06:49
e0f5114
Compare
Choose a tag to compare

What's Changed

Protobuf update

  • Add sense field to Instance by @NY57 in #28

Full Changelog: python-0.1.1...python-0.2.0

OMMX Python SDK 0.1.1

22 Apr 01:37
1c60033
Compare
Choose a tag to compare

Add testing module for python adapters of OMMX.

What's Changed

Python binding update

  • Add python/ommx/testing.py by @NY57 in #27

Others

Full Changelog: python-0.1.0...python-0.1.1

OMMX Python SDK 0.1.0

12 Apr 05:43
Compare
Choose a tag to compare

Initial release of Python binding of OMMX project

OMMX Rust SDK 0.1.0

12 Apr 05:41
02822fa
Compare
Choose a tag to compare

Initial, and minimal release of Rust binding of OMMX project.