Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Releases: dwavesystems/dwavebinarycsp

0.3.1

Choose a tag to compare

@arcondello arcondello released this 27 Nov 23:00
90a0ae2

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

September 2025 Edit: dwavebinarycsp was removed early as part of the dwave-ocean-sdk version 9

New Features

  • Support Python 3.13.

Upgrade Notes

  • Drop support for Python 3.8

0.3.0

Choose a tag to compare

@arcondello arcondello released this 16 Jan 15:50
fb1e34e

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

Choose a tag to compare

@arcondello arcondello released this 27 Apr 17:25
494be1c

Prelude

  • Use penaltymodel~=1.0.0
  • Support dimod<0.13.0

Upgrade Notes

  • Drop support for Python 3.6.

0.1.4

Choose a tag to compare

@arcondello arcondello released this 22 Dec 00:49
0bbc438

New Features

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

0.1.3

Choose a tag to compare

@arcondello arcondello released this 17 Jul 20:08
ef260bf

New Features

  • Support dimod>=0.8.0,<0.11.0

0.1.2

Choose a tag to compare

@m3ller m3ller released this 18 Mar 20:20

Changes

  • Update introduction doc

Fixes

  • Doctest fails

0.1.1

Choose a tag to compare

@arcondello arcondello released this 25 Feb 21:29
9bd6e04

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

Choose a tag to compare

@arcondello arcondello released this 24 Feb 16:50
4301fcc

Changes

  • Drop support for Python 2.7 and 3.4

0.0.12

Choose a tag to compare

@arcondello arcondello released this 24 Oct 22:53
20722e4

New Features

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

0.0.11

Choose a tag to compare

@arcondello arcondello released this 18 Apr 21:23
d6b1e70

New Features

  • Make use of penaltymodel 0.16.x