Releases: dwavesystems/dwave-networkx
Releases · dwavesystems/dwave-networkx
0.8.6
Fixes
canonical_chimera_labeling
now correctly chooses a root in a corner
0.8.5
Changes
- Updated documentation
New Features
draw_embedding
now has anode_size
parameter
0.8.4
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
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
Features
linear_to_chimera
andchimera_to_linear
functions- More explicit relabelled methods in
pegasus_coordinates
andchimera_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.xpegasus_coordinates.int
,pegasus_coordinates.tuple
(and derived) are deprecated and will be removed in 0.9.x
0.8.1
New Features
- Better colour bar handling by the
draw_qubit_graph
function
0.8.0
Changes
- pegasus "nice" coordinates changed from
(x, y, u, k, t)
to(t, x, y, u, k)
New Features
crosses
kwarg indraw_pegasus
functiondraw_chimera_yield
function- In
draw_qubit_graph
, color bar is toggled based on biases provided min_vertex_color
function (alias ofmin_vertex_coloring
)min_vertex_color_qubo
functionvertex_color
functionvertex_color_qubo
functiontraveling_salesperson
function (alias oftraveling_salesman
)- Add
start
kwarg totraveling_salesperson
function
Fixes
traveling_salesperson
now correctly treats the graph as undirected
0.7.1
New Features
- A new nice coordinate system for Pegasus graphs
0.7.0
Changes
- Require dimod 0.8.x
New Features
- makov_network graph generator
- sample_markov_network algorithm
0.6.9
New Features
- Add support for dimod 0.8.x