Skip to content

Releases: dwavesystems/dwave-system

0.9.11

01 Sep 23:39
38420a0
Compare
Choose a tag to compare

Fixes

  • Improved chain strength calculation in DWaveCliqueSampler

0.9.10

01 Sep 00:05
a05342e
Compare
Choose a tag to compare

New Features

  • DWaveSampler.to_networkx_graph method
  • A faster implementation of embed_bqm
  • A EmbeddedStructure class.
  • Improved chain strength in DWaveCliqueSampler

Fixes

  • DWaveCliqueSampler now correctly supports legacy software solvers

0.9.9

24 Jul 23:11
3a2ea5c
Compare
Choose a tag to compare

New Features

  • DWaveCliqueSampler
  • order_by kwarg in DWaveSampler constructor
  • LeapHybridSampler uses BQM serialization version 2.0

0.9.7

20 Jul 17:10
cfec1fa
Compare
Choose a tag to compare

New Features

  • Embedding composites no longer block

Fixes

  • MockDWaveSampler now has the correct topology
  • Fix rounding in anneal schedule validation

0.9.6

23 Jun 18:19
8a7bc44
Compare
Choose a tag to compare

Fixes

  • LeapHybridSampler now correctly chooses solvers that accept the bqm problem type

New Features

  • Biclique support for Pegasus

0.9.5

21 Apr 16:32
fd13f2b
Compare
Choose a tag to compare

New Features

  • unembed_sampleset now accepts multiple chain break resolution methods

0.9.4

03 Apr 18:09
Compare
Choose a tag to compare

Fixes

  • Fixed QUBO sampling bug in DWaveSampler introduced in 0.9.2 (#286)

0.9.3

01 Apr 16:36
25107b3
Compare
Choose a tag to compare

Fixes

  • Install dwave-tabu which is needed for the dwave.system.testing module

0.9.2

27 Mar 21:14
082c95b
Compare
Choose a tag to compare

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

24 Feb 19:51
8e7ffe9
Compare
Choose a tag to compare

Support dwave-cloud-client 0.7.x