Skip to content

0.8.11

Compare
Choose a tag to compare
@arcondello arcondello released this 21 Jan 20:03
· 97 commits to main since this release
a4a1eb6

New Features

  • Add networkx.DiGraph support to traveling_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() and graph_partition_cqm(). See #216.

Bug Fixes

  • cmap keyword argument can now be correctly supplied to draw_embedding(). See #207.