Releases: dwavesystems/dwave-system
Releases · dwavesystems/dwave-system
1.22.0
1.21.0
1.20.0
New Features
- Support Python 3.11
Upgrade Notes
- Require
dimod>=0.12.7
1.19.0
1.18.0
1.17.0
1.16.0
What's Changed
- Fix QPU failover by signaling solver failover condition (on resolve). See #465
- Exact-solve for ground state in
MockDWaveSampler
on small problems. See #476 - Add
dwave.systems.temperature
submodule witheffective_field
,maximum_pseudolikelihood_temperature
,freezeout_effective_temperature
,fast_effective_temperature
functions. See #436
1.15.1
New Features
- Remove the upper bound on
dwave-preprocessing
's version
1.15.0
New Features
- Add support for Zephyr topology and new solver property
per_group_coupling_range
toDWaveCliqueSampler
. - Introduce
dwave.embedding.zephyr
module.
Fixes
- Fix deprecation warning in
LeapHybridSampler
.