New Features
---
- Scale the problem submitted to `DWaveCliqueSampler` to avoid `per_qubit_coupling_range` violations. https://github.com/dwavesystems/dwave-system/pull/417
Fixes
---
- Properly account for DQMs with offsets in LeapHybridDQMSampler. https://github.com/dwavesystems/dwave-system/pull/415
- Fix support for dimod 0.9. https://github.com/dwavesystems/dwave-system/pull/421
- Use soft defaults-level solver filtering in Leap hybrid samplers, fixing https://github.com/dwavesystems/dwave-system/issues/363. Solver for hybrid samplers can now be defined via a config file and environment variable, not just via argument to the sampler.
- Fix tests not to depend on QPU topology availability. https://github.com/dwavesystems/dwave-system/pull/423