Releases: dwavesystems/dwavebinarycsp
Releases · dwavesystems/dwavebinarycsp
0.3.1
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
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
Prelude
- Use
penaltymodel~=1.0.0
- Support
dimod<0.13.0
Upgrade Notes
- Drop support for Python 3.6.
0.1.4
New Features
- Add support for Python 3.10
- Drop direct dependency on
six
0.1.3
New Features
- Support
dimod>=0.8.0,<0.11.0
0.1.2
0.1.1
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
Changes
- Drop support for Python 2.7 and 3.4
0.0.12
New Features
- Uses the new
penaltymodel-lp
library for penalty models without auxiliary variables.
0.0.11
New Features
- Make use of penaltymodel 0.16.x