Releases: dwavesystems/dwave-hybrid
Releases · dwavesystems/dwave-hybrid
0.6.12
0.6.11
0.6.10
0.6.9
New Features
-
Add
LatticeLNLS
reference workflow for larger-than-QPU lattice-structured problems. -
Add
LatticeLNLSSampler
, a dimod-compatible hybrid decomposition sampler for problems of lattice structure. -
Add
make_origin_embeddings
decomposer that creates optimal embeddings for a QPU or cubic lattice.
Fixes
- Support unorderable variables in energy based decomposer (fixes #273).
0.6.8
0.6.7
0.6.6
0.6.5
New Features
-
Add
hybrid.Log
, a block to log user-define state metrics to a JSON file, python logger, or in-memory queue or list. See #257. -
Add convenience JSON encoders for commonly used NumPy (
hybrid.utils.NumpyEncoder
) and Ocean types (hybrid.utils.OceanEncoder
). See #257.
Fixes
- Clarify docs, #142.
Upgrade
- Drop dimod 0.8.x support. Oldest supported dimod version is now 0.9.6. See #259.
0.6.4
New Features
make_origin_embeddings
problem decomposing utility that creates optimal embeddings for a lattice.
Embeddings are compatible with the topology and shape of D-Wave QPU samplers (#252).SublatticeDecomposer
that produces lattice-structured subproblems (#252).
Fixes
SteepestDescentProblemSampler
now actually usesgreedy.SteepestDescentSolver
(#250).