New Features ------------ * `unembed_sampleset` now accepts multiple chain break resolution methods
0.9.4
Fixes ---
- Fixed QUBO sampling bug in `DWaveSampler` introduced in 0.9.2 (286)
0.9.3
Fixes ----- * Install `dwave-tabu` which is needed for the `dwave.system.testing` module
0.9.2
New Features ------------ * Updated documentation * `LeapHybridSampler` and `DWaveSampler` both now make use of the cloud client's `Future.sampleset` attribute * `LeapHybridSampler` no longer blocks * `DWaveSampler.sample` no longer blocks * `LeapHybridSampler` now sets `client=base` by default
Fixes ----- * Fixed warning descriptions to be more consistent * `embed_bqm` now raises a `MissingChainError` when provided with zero-length chains
0.9.1
Support dwave-cloud-client 0.7.x
0.9.0
Changes ------- * Support only python 3.5+
New Features ----------- * Add `ChainStrengthWarning`, `EnergyScaleWarning`, `TooFewSamplesWarning` * Support `dwave setup` command * Support for Leap2's hybrid sampling service through the new `LeapHybridSampler`