Skip to content

Releases: dwavesystems/dwave-ocean-sdk

2.1.0

27 Mar 21:33
08d24da
Compare
Choose a tag to compare

Package versions

dimod==0.9.1
dwave-cloud-client==0.7.1
dwave-hybrid==0.4.3
dwave-inspector==0.1.5
dwave-neal==0.5.4
dwave-networkx==0.8.6
dwave-qbsolv==0.3.0
dwave-system==0.9.2
dwave-tabu==0.2.2
dwavebinarycsp==0.1.1
minorminer==0.1.9
penaltymodel==0.16.3
penaltymodel-cache==0.4.1
penaltymodel-lp==0.1.3
pyqubo>=0.3.0

2.0.1

25 Feb 21:50
3f90500
Compare
Choose a tag to compare

Fixes

  • dwavebinarycsp==0.1.1 which includes a fix for compatibility with dimod 0.9.0

New Features

  • A new 'all' install flag that will install penaltymodel-maxgap and penaltymodel-mip

2.0.0

24 Feb 22:46
f2306c9
Compare
Choose a tag to compare
Update version 1.6.0 -> 2.0.0

1.6.0

11 Feb 19:15
ee0e349
Compare
Choose a tag to compare

Changes

  • Pinned versions for Ocean packages, the current versions are:
    dimod==0.8.21
    dwave-cloud-client==0.6.3
    dwave-hybrid==0.4.2
    dwave-neal==0.5.3
    dwave-networkx==0.8.3
    dwave-qbsolv==0.2.10
    dwave-system==0.8.1
    dwave-tabu==0.2.2
    dwavebinarycsp==0.0.12
    minorminer==0.1.9
    penaltymodel==0.16.2
    penaltymodel-cache==0.4.0
    penaltymodel-lp==0.1.3
    penaltymodel-maxgap==0.5.1
    penaltymodel-mip==0.2.1

1.5.0

27 Sep 20:07
5b8ccc4
Compare
Choose a tag to compare

Changes

  • Use latest dwave-system (0.8.x), which uses the latest dwave-cloud-client (0.6.x)
  • Use latest dwave-hybrid (0.4.x)

1.4.0

08 Jun 00:32
82eb3b8
Compare
Choose a tag to compare

Changes

  • Added pyqubo to the SDK
  • Use latest dwave-tabu (0.2.x) and dwave-neal (0.5.x), both with improved and consistent initialization
  • Use latest dwave-hybrid (0.3.x)
  • Use latest dwave-networkx (0.8.x)

1.3.0

25 Mar 20:39
0484472
Compare
Choose a tag to compare
  • Add dwave-hybrid (v0.2.0+)

1.2.0

21 Jan 19:48
68a2b15
Compare
Choose a tag to compare

Changes

  • Use dimod 0.8.x
  • Use dwave-networkx 0.7.x
  • Use dwave-system 0.7.x

1.1.0

16 Jan 20:49
Compare
Choose a tag to compare
  • Add dwave-tabu
  • Use dwave-system 0.6.x branch (switch to feature-based solver selection)

1.0.4

28 Dec 17:42
c48136f
Compare
Choose a tag to compare

Bug Fixes

  • dimod is now a direct dependency of the sdk. When dependencies have different allowed version ranges pypi cannot resolve them. This led to incompatible versions of dimod being installed.