-
Notifications
You must be signed in to change notification settings - Fork 4.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: update graph visualization and add ASCII representation #3219
Merged
Conversation
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
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
enhancement
New feature or request
labels
Aug 6, 2024
Pull Request Validation ReportThis comment is automatically generated by Conventional PR Whitelist Report
Result Pull request does not satisfy any enabled whitelist criteria. Pull request will be validated. Validation Report
Result Pull request satisfies all enabled pull request rules. Last Modified at 06 Aug 24 21:24 UTC |
github-actions
bot
added
refactor
Maintenance tasks and housekeeping
and removed
enhancement
New feature or request
labels
Aug 6, 2024
ogabrielluiz
force-pushed
the
feat/elkjslayout
branch
from
August 7, 2024 13:09
9429478
to
9ed053e
Compare
ogabrielluiz
force-pushed
the
feat/visualize-graph
branch
from
August 7, 2024 13:29
64f0d3f
to
225531b
Compare
italojohnny
approved these changes
Aug 7, 2024
An error occurred while trying to automatically change base from
feat/elkjslayout
to
main
August 7, 2024 14:04
dosubot
bot
added
size:XL
This PR changes 500-999 lines, ignoring generated files.
and removed
size:L
This PR changes 100-499 lines, ignoring generated files.
labels
Aug 7, 2024
github-actions
bot
added
refactor
Maintenance tasks and housekeeping
and removed
refactor
Maintenance tasks and housekeeping
labels
Aug 7, 2024
dosubot
bot
added
size:L
This PR changes 100-499 lines, ignoring generated files.
and removed
size:XL
This PR changes 500-999 lines, ignoring generated files.
labels
Aug 7, 2024
… upgrading several other packages to latest versions
…tion method to enhance readability and usability
ogabrielluiz
force-pushed
the
feat/visualize-graph
branch
from
August 7, 2024 18:32
9805490
to
5a24d5a
Compare
…roved readability and consistency
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.
This pull request includes several refactorings and enhancements to the graph visualization capabilities. The
Graph
class now has a method to convert the graph to the NetworkX format, allowing for enhanced graph visualization. A unit test has been added to ensure proper node and edge representation in the conversion. The dependencies in the poetry files have been updated, adding thegrandalf
library version 0.8.0. Additionally, ASCII graph drawing functionality has been implemented using thegrandalf
library. A deprecated test for the Graph to NetworkX conversion has been removed. The Graph representation format has been improved, and an ASCII visualization method has been added to enhance readability and usability.