Skip to content

Releases: dwavesystems/dwave-networkx

0.8.6

25 Mar 21:01
fc537dc
Compare
Choose a tag to compare

Fixes

  • canonical_chimera_labeling now correctly chooses a root in a corner

0.8.5

18 Mar 19:43
7a33141
Compare
Choose a tag to compare

Changes

  • Updated documentation

New Features

  • draw_embedding now has a node_size parameter

0.8.4

24 Feb 14:33
083783b
Compare
Choose a tag to compare

Fixes

  • Remove deprecated calls to translator functions
  • Fixes bad midpoint calculation in draw_qubit_graph
  • Fix QUBO generation for TSP
  • Misc doc fixes

New Features

  • Add ability to plot overlapped embeddigs

0.8.3

04 Dec 00:27
2ebc036
Compare
Choose a tag to compare

New Features

  • fragmented_edges function
  • A midpoint for the color range can be provided for draw_qubit_graph

Fixes

  • draw_yield correctly assigns rows and columns

0.8.2

21 Oct 17:08
2da22b0
Compare
Choose a tag to compare

Features

  • linear_to_chimera and chimera_to_linear functions
  • More explicit relabelled methods in pegasus_coordinates and chimera_coordinates classes

Fixes

  • Elimination order functions now handle self loops
  • Support NetworkX 2.4 changes

Changes

  • chimera_coordinates.int, chimera_coordinates.tuple (and derived) are deprecated and will be removed in 0.9.x
  • pegasus_coordinates.int, pegasus_coordinates.tuple (and derived) are deprecated and will be removed in 0.9.x

0.8.1

07 Aug 00:51
5fba354
Compare
Choose a tag to compare

New Features

  • Better colour bar handling by the draw_qubit_graph function

0.8.0

07 Jun 18:55
Compare
Choose a tag to compare

Changes

  • pegasus "nice" coordinates changed from (x, y, u, k, t) to (t, x, y, u, k)

New Features

  • crosses kwarg in draw_pegasus function
  • draw_chimera_yield function
  • In draw_qubit_graph, color bar is toggled based on biases provided
  • min_vertex_color function (alias of min_vertex_coloring)
  • min_vertex_color_qubo function
  • vertex_color function
  • vertex_color_qubo function
  • traveling_salesperson function (alias of traveling_salesman)
  • Add start kwarg to traveling_salesperson function

Fixes

  • traveling_salesperson now correctly treats the graph as undirected

0.7.1

27 Feb 18:00
f07e212
Compare
Choose a tag to compare

New Features

  • A new nice coordinate system for Pegasus graphs

0.7.0

16 Jan 19:18
4f544a2
Compare
Choose a tag to compare

Changes

  • Require dimod 0.8.x

New Features

  • makov_network graph generator
  • sample_markov_network algorithm

0.6.9

27 Dec 21:37
146062e
Compare
Choose a tag to compare

New Features

  • Add support for dimod 0.8.x