Releases: dwavesystems/dwave-system
Releases · dwavesystems/dwave-system
1.5.0
1.4.0
New Features
- Support for problem labels (all samplers now accept an optional
label
kwarg) - Label on
VirtualGraphComposite
flux bias measurements
Fixes
- Hybrid samplers now properly select the latest version of an appropriate hybrid solver
- Python 2 cruft cleanup
1.3.0
New Features
ReverseBatchStatesComposite
now inherits fromdimod.Initialized
and by default reverse annealsReverseAdvanceComposite
now reverse anneals by default with schedule[[0, 1], [1, 0.35], [9, 0.35], [10, 1]]
Fixes
EmbeddedStructure
is now deep copy-able- Embedding composites now raise correct warnings even when chain strengths are provided as a dict
Changes
- Many
dwave.embedding
utility functions have been migrated tominorminer
, though they are still imported into their original namespaces
1.2.1
1.2.0
New Features
LeapHybridSampler.min_time_limit
method- Improved documentation of
LeapHybridDQMSampler
- More sanity checks on
time_limit
inLeapHybridDQMSampler
Changes
LeapHybridDQMSampler.sample_dqm
'scompressed
keyword argument has been deprecated in favor ofcompress
1.1.1
1.1.0
New Features
LeapHybridDQMSampler
Fixes
embed_bqm
now always returns a BQM rather than sometimes returning a view
1.0.0
0.9.13
New Features
- New chain strength tuning methods,
uniform_torque_compensation
andscaled
- Embedding composites now use
uniform_torque_compensation
to set the default chain strength MockDWaveSampler.sample
now accepts**kwarg
for greater flexibility when testing
Fixes
embed_bqm
no longer raises an error whenEmbeddedStructure
andtarget_adjacency
are both provided. It now raises a deprecation warning
0.9.12
Fixes
- Fix bug in
DWaveCliqueSampler
chain strength formula