Cherry-pick: Add static auto-layout graph visualization (#8) - #9
Merged
Conversation
* Add static graph visualization auto-layout * Document leapp-visualization package split * Plan leapp-visualization package split * Split graph visualization into leapp-visualization package * Address graph visualization review feedback * Gate visualization on Python 3.11 * Remove SVG rendering from graph visualization Raster and vector output were two independent rendering pipelines that had to be kept visually equivalent by hand. Per PR review feedback, drop the SVG renderer and keep PNG as the single graph visualization artifact. * Install leapp-visualization from source instead of an index
3 tasks
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
53169de) ontodevelop— that PR was incorrectly merged intomain.compile_graph(..., graph_configs=None)signature and behaviorpyproject.toml:doc:/index`` dependency pointerFollow-up
53169deonmain.Test plan
leapp.compile_graph(visualize=True)produces PNG on Python 3.11+graph_configs=still works on develop