Releases: archivesunleashed/graphpass
GraphPass 0.3.1
GraphPass 0.3.0
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)
Graphpass 0.1.1
Graphpass 0.1.1 fixes security issues. You should upgrade from 0.1.0 at your earliest convenience.
Graphpass 0.1.0
Some additional statistical methods added to library for future use.
Increased code coverage and unit testing.
More informative outputs during graphpass runs.
Graphpass-0.0.2
Graphpass-0.0.2 is an early code refactor with provisions for test coverage, better code documentation and more detailed information as the code passes.
Binary files are not available until we can assure their stability from platform to platform. Refer to the README.md
file for instructions on building graphpass and its dependencies. Automatic configuration using the traditional ./configure
, make
, make install
may occur in a later release.
graphpass-0.0.1
First release available for linux and Mac.