-
Notifications
You must be signed in to change notification settings - Fork 159
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
- Loading branch information
1 parent
d9fbe83
commit 44d9fb0
Showing
2 changed files
with
11 additions
and
2 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