Releases: Jij-Inc/ommx
Releases · Jij-Inc/ommx
OMMX Python SDK 0.3.0
What's Changed
Protobuf update
- Add evaluated values in
Solution
message, rename old message asRawSolution
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
toState
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
- Use maturin for python package by @NY57 in #29
ruff format
for Python codes by @termoshtt in #33- Return
Instance
andSolution
objects instead ofbytes
by @termoshtt in #35 - Call evaluate from Python by @termoshtt in #40
- Network graph for solution by @termoshtt in #42
- Create OMMX Artifact in Python by @termoshtt in #49
- Pythoninc
ommx.v1.{Instance, Solution}
, and dataframe APIs by @termoshtt in #44 - Push OMMX Artifact in Python by @termoshtt in #52
- Store annotations in
ommx.v1.{Instance, Solution}
Python objects by @termoshtt in #56 - Build wheels for release by @termoshtt in #57
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
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
0.2.x is skipped to sync with Python SDK
What's Changed from 0.1.0
Protobuf update
- Add
sense
field toInstance
by @NY57 in #28 - Add evaluated values in
Solution
message, rename old message asRawSolution
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
toState
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
- Update Rust dependencies by @termoshtt in #24
- Utilities for testing in Rust by @termoshtt in #31
- OMMX Artifact by @termoshtt in #23
- Evaluate
Function
,Constraint
, andInstance
by @termoshtt in #34 - Comprehensive testing for artifact and
ommx
CLI by @termoshtt in #43 - Ready for releasing Rust SDK 0.3.0 by @termoshtt in #47
Others
Full Changelog: rust-0.1.0...rust-0.3.0
OMMX Python SDK 0.2.0
OMMX Python SDK 0.1.1
Add testing
module for python adapters of OMMX.
What's Changed
Python binding update
Others
Full Changelog: python-0.1.0...python-0.1.1
OMMX Python SDK 0.1.0
Initial release of Python binding of OMMX project
OMMX Rust SDK 0.1.0
Initial, and minimal release of Rust binding of OMMX project.