Skip to content

Releases: Jij-Inc/ommx

OMMX Python SDK 0.5.1

28 Jun 01:27
50b6452
Compare
Choose a tag to compare

ommx-python-mip-adapter 0.5.1 is not published on PyPI due to Git dependency to Python-MIP.

What's Changed

Bug fix

Others

  • Start developing 0.5.1 by @github-actions in #81

Full Changelog: python-0.5.0...python-0.5.1

OMMX Rust SDK 0.5.0

27 Jun 13:52
189743a
Compare
Choose a tag to compare

What's Changed

Protobuf update

  • Introduce ommx.v1.Result and Optimality enum by @termoshtt in #77

Rust SDK update

  • Start developing 0.4.1 by @github-actions in #72
  • Bump the dependencies group with 10 updates by @dependabot in #74
  • Bug fix in Instance::evaluate by @termoshtt in #80

Others

  • Store dual variable in EvaluatedConstraint by @termoshtt in #78

Full Changelog: rust-0.4.0...rust-0.5.0

OMMX Python SDK 0.5.0

27 Jun 13:52
b14fbf1
Compare
Choose a tag to compare

What's Changed

Protobuf update

  • Introduce ommx.v1.Result and Optimality enum by @termoshtt in #77

Python SDK update

Others

  • Store dual variable in EvaluatedConstraint by @termoshtt in #78

Full Changelog: python-0.4.1...python-0.5.0

OMMX Python SDK 0.4.1

25 Jun 06:14
26b2ca9
Compare
Choose a tag to compare

What's Changed

Python SDK update

  • Expose builder classes in ommx-python-mip-adapter by @termoshtt in #73

Full Changelog: python-0.4.0...python-0.4.1

OMMX Rust SDK 0.4.0

20 Jun 03:27
36677c9
Compare
Choose a tag to compare

What's Changed

Protobuf update

  • Flatten descriptions of decision variables and constraints by @termoshtt in #71

Rust SDK update

  • Start developing 0.3.2 by @github-actions in #55
  • Bump the dependencies group with 10 updates by @dependabot in #62
  • Bump the dependencies group with 6 updates by @dependabot in #70

Others

Full Changelog: rust-0.3.1...rust-0.4.0

OMMX Python SDK 0.4.0

20 Jun 03:33
36677c9
Compare
Choose a tag to compare

What's Changed

Protobuf update

  • Flatten descriptions of decision variables and constraints by @termoshtt in #71

Full Changelog: python-0.3.4...python-0.4.0

OMMX Python SDK 0.3.4

17 Jun 07:45
3442b68
Compare
Choose a tag to compare
  • From this release, ommx-python-mip-adapter Python package is included in this repository, and released as a part of Python SDK.
  • Python SDK 0.3.3 is yanked due to the failure of deployment.

Python SDK update

  • Import ommx-python-mip-adaptor Python package by @termoshtt in #64

Full Changelog: python-0.3.2...python-0.3.4

OMMX Python SDK 0.3.2

17 Jun 06:11
fdea37b
Compare
Choose a tag to compare

What's Changed

Python SDK update

Others

Full Changelog: python-0.3.1...python-0.3.2

OMMX Python SDK 0.3.1

10 Jun 04:30
1870608
Compare
Choose a tag to compare

What's Changed

Python SDK update

  • Tutorial Notebook for OMMX Artifact by @termoshtt in #58
  • NumPy support in OMMX Artifact by @termoshtt in #59
  • Save pandas.DataFrame as Apache Parquet format in OMMX Artifact by @termoshtt in #60

Full Changelog: python-0.3.0...python-0.3.1

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