[codex] Add QUBODrivers 0.6.1 conformance#27
Merged
Conversation
Open
3 tasks
bernalde
commented
Jun 13, 2026
bernalde
left a comment
Member
Author
There was a problem hiding this comment.
Blocking issues: none.
Nonblocking issues: none.
Questions: none.
Tests run and outcomes:
- Verified PR #27 metadata and diff through
gh pr view,gh pr diff, andgh api; local merge-base diff matches GitHub totals: 4 files, 254 additions, 53 deletions. git diff --check fccd0dd057173750a2e4761691e431b52aa2a395..3794497670567bf9f57698a05c18ebf7a5672ac0: passed.julia --project=. -e 'using Pkg; Pkg.test()': passed;Package metadata22/22,Solver attributes21/21,README JuMP workflow8/8,QUBODrivers139/139, includingBenchmark Conformance13/13.julia --project=/tmp/pysa-review-pr27-qubo-resolve -e 'using Pkg; Pkg.activate("/tmp/pysa-review-pr27-qubo-resolve"; shared=false); Pkg.add(Pkg.PackageSpec(name="QUBO", version="0.6")); Pkg.develop(path=pwd()); Pkg.status()': passed; resolvedQUBO v0.6.0,QUBODrivers v0.6.1, andQUBOTools v0.13.1with this checkout.- Fresh-environment seeded solve smoke with random initialization/update: passed; repeated solves with
PySA.RandomSeed()returned identical samples. gh pr checks 27: passed on all four CI jobs.
Merge-readiness:
- Functionally ready from this review.
- The PR is still draft, so clear draft status before merge.
- Submitted as COMMENT because this account authored the PR; formal approval must come from another maintainer.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Refs #26.
Summary
QUBODrivers = "0.6.1"andQUBOTools = "0.13".PySA.RandomSeed()andPySA.FinalNumberOfReads()aliases, standardnum_*raw keys, and compatibility raw aliases for the legacyn_*keys.parallel=falsebecause PySA's parallel Numba kernel is not deterministic.Tests
julia --project=. -e 'using Pkg; Pkg.test()'QUBODrivers v0.6.1,QUBOTools v0.13.1, andPythonCall v0.9.35.Package metadata22/22,Solver attributes21/21,README JuMP workflow8/8,QUBODrivers139/139.julia --project=/tmp/pysa-issue26-qubo-resolve -e 'using Pkg; Pkg.activate("/tmp/pysa-issue26-qubo-resolve"; shared=false); Pkg.add(Pkg.PackageSpec(name="QUBO", version="0.6")); Pkg.develop(path=pwd()); Pkg.status()'QUBO v0.6.0with this PySA branch,QUBODrivers v0.6.1, andQUBOTools v0.13.1.Branch Hygiene
main.origin/mainatfccd0dd.Notes