Releases: dwavesystems/dwave-system
Releases · dwavesystems/dwave-system
0.9.6
Fixes
LeapHybridSampler
now correctly chooses solvers that accept thebqm
problem type
New Features
- Biclique support for Pegasus
0.9.5
New Features
unembed_sampleset
now accepts multiple chain break resolution methods
0.9.4
0.9.3
Fixes
- Install
dwave-tabu
which is needed for thedwave.system.testing
module
0.9.2
New Features
- Updated documentation
LeapHybridSampler
andDWaveSampler
both now make use of the cloud client'sFuture.sampleset
attributeLeapHybridSampler
no longer blocksDWaveSampler.sample
no longer blocksLeapHybridSampler
now setsclient=base
by default
Fixes
- Fixed warning descriptions to be more consistent
embed_bqm
now raises aMissingChainError
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
0.8.1
New Features
BatchReverseComposite
andReverseAdvanceComposite
- Failover support in
DWaveSampler
- Embedding composites now return QPU
problem_id
in sampleset's info field and additional embedding context/parameters - Warnings generation (during embedding/unembedding)
0.8.0
0.7.6
New Features
- Chain break methods now accept
sample-like
inputs DWaveSampler.sample_ising
matches the cloud-client's behaviour for 0 biases in a list
Fixes
- Fix isolated variables with zero biases in
PolyCutOffComposite
- Catch the correct exception in from
child_structure_dfs
in theAutoEmbeddingComposite
- Fix
chimera.find_clique_embedding
's to work with two-variable cliques