Skip to content

Releases: dwavesystems/dwavebinarycsp

0.3.1

27 Nov 23:00
90a0ae2
Compare
Choose a tag to compare

dwavebinarycsp is deprecated as of this release and will be removed from dwave-ocean-sdk version 10.

New Features

  • Support Python 3.13.

Upgrade Notes

  • Drop support for Python 3.8

0.3.0

16 Jan 15:50
fb1e34e
Compare
Choose a tag to compare

New Features

  • Add testing and support for Python 3.11 and 3.12.
  • Add support for and test with NetworkX 3.x.

Upgrade Notes

  • Drop support for Python 3.7.

0.2.0

27 Apr 17:25
494be1c
Compare
Choose a tag to compare

Prelude

  • Use penaltymodel~=1.0.0
  • Support dimod<0.13.0

Upgrade Notes

  • Drop support for Python 3.6.

0.1.4

22 Dec 00:49
0bbc438
Compare
Choose a tag to compare

New Features

  • Add support for Python 3.10
  • Drop direct dependency on six

0.1.3

17 Jul 20:08
ef260bf
Compare
Choose a tag to compare

New Features

  • Support dimod>=0.8.0,<0.11.0

0.1.2

18 Mar 20:20
Compare
Choose a tag to compare

Changes

  • Update introduction doc

Fixes

  • Doctest fails

0.1.1

25 Feb 21:29
9bd6e04
Compare
Choose a tag to compare

Fixes

  • 1-sat and 2-sat generators in the stitch function no longer use a deprecated dimod feature

Changes

  • Passes 2-sat generation to penaltymodel-lp rather than handling it in stitch

0.1.0

24 Feb 16:50
4301fcc
Compare
Choose a tag to compare

Changes

  • Drop support for Python 2.7 and 3.4

0.0.12

24 Oct 22:53
20722e4
Compare
Choose a tag to compare

New Features

  • Uses the new penaltymodel-lp library for penalty models without auxiliary variables.

0.0.11

18 Apr 21:23
d6b1e70
Compare
Choose a tag to compare

New Features

  • Make use of penaltymodel 0.16.x