Skip to content

Releases: dwavesystems/dwave-system

1.5.0

05 May 20:42
f037ed1
Compare
Choose a tag to compare

Fixes

  • Docstring formatting fixes #387
  • Chain strength documentation fixes #391
  • Fix broken documentation links #396

Features

  • DWaveCliqueSampler can fail over #395
  • Add MockLeapHybridDQMSampler #399

1.4.0

24 Jan 22:42
Compare
Choose a tag to compare

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

04 Dec 05:59
01d3c06
Compare
Choose a tag to compare

New Features

  • ReverseBatchStatesComposite now inherits from dimod.Initialized and by default reverse anneals
  • ReverseAdvanceComposite 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 to minorminer, though they are still imported into their original namespaces

1.2.1

07 Oct 22:27
Compare
Choose a tag to compare

Fixes

  • Doctest now passes

1.2.0

06 Oct 15:53
2f36648
Compare
Choose a tag to compare

New Features

  • LeapHybridSampler.min_time_limit method
  • Improved documentation of LeapHybridDQMSampler
  • More sanity checks on time_limit in LeapHybridDQMSampler

Changes

  • LeapHybridDQMSampler.sample_dqm's compressed keyword argument has been deprecated in favor of compress

1.1.1

25 Sep 12:57
Compare
Choose a tag to compare

Fixes

  • Correctly propagate kwargs through LeapHybridDQMSampler.sample

1.1.0

24 Sep 03:25
4f81be8
Compare
Choose a tag to compare

New Features

  • LeapHybridDQMSampler

Fixes

  • embed_bqm now always returns a BQM rather than sometimes returning a view

1.0.0

22 Sep 23:18
Compare
Choose a tag to compare

Changes

  • All samplers now strongly prefer either a QPU or a hybrid solver (#288). See Sampler behavior changes in 1.0.0 for details.
  • Removed deprecated solver_features kwarg in DWaveSampler
  • Removed deprecated order_by kwarg in DWave(Clique)Sampler

0.9.13

21 Sep 22:19
46f93b8
Compare
Choose a tag to compare

New Features

  • New chain strength tuning methods, uniform_torque_compensation and scaled
  • 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 when EmbeddedStructure and target_adjacency are both provided. It now raises a deprecation warning

0.9.12

02 Sep 20:58
b90f8bc
Compare
Choose a tag to compare

Fixes

  • Fix bug in DWaveCliqueSampler chain strength formula