0.8.11
New Features
- Add
networkx.DiGraph
support totraveling_salesperson_qubo()
. See #205. - No longer directly depend on the
decorators
package. See #213. - Add graph relabeling and sub-lattice mappings. See #211.
- Add
partition()
andgraph_partition_cqm()
. See #216.
Bug Fixes
cmap
keyword argument can now be correctly supplied todraw_embedding()
. See #207.