Dwave Hybrid Versions Save

Hybrid Asynchronous Decomposition Sampler prototype framework.

0.6.11

3 weeks ago

New Features

Fixes

Upgrade Notes

0.6.10

1 year ago

New Features

Fixes

0.6.9

1 year ago

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

1 year ago

Fixes

  • Support all structured samplers in SubproblemCliqueEmbedder (#271)

0.6.7

1 year ago

Fixes

  • Fixed State.from_sample to accept SampleSet. Fixed KerberosSampler to accept SampleSet for initial state (#268)

Upgrade Notes

  • Drop Python 3.6 support (#269)

0.6.6

1 year ago

New Features

  • Support dimod<0.13.0 (#266)

Fixes

  • Docs refresh (#262)

0.6.5

2 years ago

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

2 years ago

New Features

Fixes

0.6.3

2 years ago

0.6.2

2 years ago

Fixes

  • Added Python 3.9 support (#242)
  • Docs: fixed broken links (#243)
  • Hybridized samplers will now receive only accepted sampling parameters (#244)

Changes

  • Dropped Python 3.5 support (#247)