You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Inspired by utk-cs/CS340-Fall-2021#177 WST should have a library / common method available for comparing graphs.
Especially noting the ability to compare CodeTrees between commits and their parents, resulting in more meaningful representations of how much got changed.
Part of this might include the common library giving an endpoint to import a CodeTree into a NetworkX graph or similar, for analysis in other python libraries. Potentially the entire WST DB could be represented via a compatible python graph API, but that's a ways out.
The text was updated successfully, but these errors were encountered:
Inspired by utk-cs/CS340-Fall-2021#177 WST should have a library / common method available for comparing graphs.
Especially noting the ability to compare CodeTrees between commits and their parents, resulting in more meaningful representations of how much got changed.
Part of this might include the common library giving an endpoint to import a CodeTree into a NetworkX graph or similar, for analysis in other python libraries. Potentially the entire WST DB could be represented via a compatible python graph API, but that's a ways out.
The text was updated successfully, but these errors were encountered: