New Features
-
Add support for generating multiple disjoint embeddings of a source graph onto D-Wave graph topologies.
-
Add efficient methods and heuristics for determining embedding feasibility.
Upgrade Notes
-
Provide
manylinux_2_28
wheels instead ofmanylinux2014
. -
Matlab support was deprecated as of version 0.2.8 and removed in the current version.
Bug Fixes
-
Fixed bug in the layout module to correctly work for some edge cases.
-
Remove unnecessary
future
imports due to Python 2 not being supported.