Skip to content

Releases: dwavesystems/dwave-system

1.22.0

30 Nov 19:38
a1bac31
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.12.
  • Update the properties of the MockDWaveSampler to be more realistic. See #503.

1.21.0

05 Oct 17:23
Compare
Choose a tag to compare

New Features

  • Add support for dwave-cloud-client~=0.11.0. See #500.

  • Improve performance of BQM embedding. See #498.

Fixes

  • Fix networkx missing from requirements. See #494.

  • Add time unit missing in docs. See #497.

Upgrade Notes

  • Drop support for Python 3.7. See #499.

1.20.0

26 Jul 18:07
b371200
Compare
Choose a tag to compare

New Features

  • Support Python 3.11

Upgrade Notes

  • Require dimod>=0.12.7

1.19.0

29 May 20:40
d37ff69
Compare
Choose a tag to compare

New Features

  • Improved documentation. See #491.

Fixes

  • Add missing dwave.embedding.zephyr namespace. See #490.

1.18.0

14 Dec 00:38
3e15d25
Compare
Choose a tag to compare

Fixes

  • Fix the default time_limit calculation in LeapHybridCQMSampler. See #482.

Upgrade Notes

  • Use SciPy>=1.7.3
  • Use dwave-samplers rather than dwave-greedy
  • Use NumPy>=1.20.0
  • Use dwave-preprocessing>=0.5.0
  • Use dimod>=0.12.0

1.17.0

26 Nov 00:28
710c5f8
Compare
Choose a tag to compare

New Features

  • Respect low-level solver order on failover. See #479.

1.16.0

31 Oct 20:15
44de5dc
Compare
Choose a tag to compare

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 with effective_field, maximum_pseudolikelihood_temperature, freezeout_effective_temperature, fast_effective_temperature functions. See #436

1.15.1

03 Oct 20:52
49580bd
Compare
Choose a tag to compare

New Features

  • Remove the upper bound on dwave-preprocessing's version

1.15.0

27 May 20:56
7bf16fc
Compare
Choose a tag to compare

New Features

  • Add support for Zephyr topology and new solver property per_group_coupling_range to DWaveCliqueSampler.
  • Introduce dwave.embedding.zephyr module.

Fixes

  • Fix deprecation warning in LeapHybridSampler.

1.14.0

09 May 22:37
Compare
Choose a tag to compare

New Features

  • Add support for dwave-cloud-client~=0.10.0