gephi / gephi-plugins

Repository for Gephi Plugins maintained by the team. Each plugin has it's branch.
270 stars 623 forks source link

Minimum spanning tree plugin (cleaned history) #140

Closed carlschroedl closed 7 years ago

carlschroedl commented 7 years ago

Continuing where #138 left off:

Hello Gephi team! Thanks for the excellent instructions on how to contribute plugins in version 0.9. This pull request upgrades my 0.8-compatible plugin (formerly called SpanningTree) to be compatible with 0.9. Please let me know what you think!

I rewrote history using the BFG Repo Cleaner to ensure that larger unused test resources and an unneeded script were excluded from the history. I open this pull request for the rewritten history.

carlschroedl commented 7 years ago

Hi @eduramiba ! I rewrote history like we talked about. In #138 you confirmed that the graph topology equality functionality that I wrote was not already in Gephi. Thanks! I have a similar question: does Gephi already have a utility to concisely load GraphModels from file? I wrote something to do that. I place the question in context here: https://github.com/gephi/gephi-plugins/pull/140/files#r96563367

carlschroedl commented 7 years ago

Ah, I also still need to add some images per @eduramiba 's suggestion in #138 .

eduramiba commented 7 years ago

Thanks! I will check this soon.

carlschroedl commented 7 years ago

I added images!

eduramiba commented 7 years ago

Hi, I created a pull request on your branch. Please merge it and we can finally merge this pull request.

carlschroedl commented 7 years ago

Thanks for the fixes @eduramiba! I have no further additions to make at this time.

eduramiba commented 7 years ago

Your plugin is now available in the update center :smiley:

carlschroedl commented 7 years ago

🎈 Thanks!