Skip to content
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

utilities: add several graph-related functions #107

Merged
merged 5 commits into from
Dec 8, 2023
Merged

utilities: add several graph-related functions #107

merged 5 commits into from
Dec 8, 2023

Conversation

kmantel
Copy link
Owner

@kmantel kmantel commented Dec 7, 2023

  • clone_graph - returns a semi-deep copy of a graph dependency dict (only node relations are deep-copied)
  • enable_debug_logging, disable_debug_logging - simple interface for user to turn on and off python logging module
  • dependency_dict_to_networkx_digraph - returns networkx.DiGraph given a graph dependency dict
  • networkx_digraph_to_dependency_dict - returns a graph dependency dict given a networkx.DiGraph
  • output_graph_image - writes an image representation of a graph to a file

@coveralls
Copy link

coveralls commented Dec 7, 2023

Coverage Status

coverage: 92.328% (-0.2%) from 92.559%
when pulling 9a45fc9 on utilities
into cc925c5 on main.

returns a semi-deep copy of a graph dependency dict (only node
relations are deep-copied)
@kmantel kmantel force-pushed the utilities branch 7 times, most recently from 9bb8e04 to 79c0135 Compare December 8, 2023 20:22
simple interface for user to turn on and off python logging module
- dependency_dict_to_networkx_digraph
- networkx_digraph_to_dependency_dict
Writes an image representation of a graph to a file. Several
common formats supported.
@kmantel kmantel merged commit ee708ec into main Dec 8, 2023
44 checks passed
@kmantel kmantel deleted the utilities branch December 8, 2023 22:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants