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