-
Notifications
You must be signed in to change notification settings - Fork 153
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix bug where edge colors are randomly shuffled in
mpl_draw
(#1312)
* Try to make edge_pos iteration deterministic * Fix minor bug * Add release note (cherry picked from commit 44d9fb0) # Conflicts: # rustworkx/visualization/matplotlib.py
- Loading branch information
1 parent
98176b6
commit 602046f
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
fixes: | ||
- | | ||
Fixed a bug introduced in version 0.15 where the edge colors specified as | ||
a list in calls to :func:`~rustworkx.visualization.mpl_draw` were not | ||
having their order respected. Instead, the order of the colors was | ||
being shuffled. This has been restored and now the behavior should | ||
match that of 0.14. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters