GraphPass 0.2.0
0.2.0 (2018-09-10)
Implemented enhancements:
Fixed bugs:
- Doxyfile points to absolute rather than relative directory #54
- Blank Sigma Visualization (on AUK) #26
- Missing nodes in GEXF output files (on AUK) #25
Closed issues:
- Set Maximum Edges #60
- License header in src/ are inconsistent #51
- Add CONTRIBUTING.md #42
- Setup Issue template #36
- Setup Pull Request template #35
- Set the project up with TravisCI #30
- Add verbose mode #24
- Profile time measurements to check differences in graphpass output #22
- Consider parallel processing for different outputs #21
- Explore alternative to graphpass using PySpark dataframes and Python Pandas. #20
- Output images instead of GEXF files #19
- Provide _SUCCESS file on successful run #17
- Escape Labels in GEXF output #15
- Make constants only be ALL CAPS #13
- Rank-file comparisons for report-building #10
Merged pull requests:
- Quit graphpass on graph with > 1000000 edges in the graph. #61 (greebie)
- Normalize license headers; resolves #51. #57 (ruebot)
- Setup TravisCI; resolves #30. #56 (ruebot)
- Update language from library to utility, resolving #52 #53 (ianmilligan1)
- Clean-up and organize project; resolves #40. #50 (ruebot)
- Take a better approach to scaling using normalized (log(x)) formula. #46 (greebie)
- Remove commented out code; resolves #28. #44 (ruebot)
- Add CONTRIBUTING.md; resolves #42. #43 (ruebot)
- Use XML 1.0; resolves #26. #41 (ruebot)
- Add Pull Request template; resolves #35. #38 (ruebot)
- Add issue template; resolves #36. #37 (ruebot)
- Remove .atom-build.yml; resolves #31. #33 (ruebot)
- Remove SOMETHING.am; resolves #29. #32 (ruebot)
- Kill Graphpass on graphs with greater than 40,000 nodes (Issue #22) #23 (greebie)