Skip to content

Releases: archivesunleashed/graphpass

GraphPass 0.3.1

22 Feb 03:21
Compare
Choose a tag to compare

0.3.1 (2019-02-22)

Full Changelog

Merged pull requests:

  • Remove graph attributes from gexf output (not supported by networkx). #68 #69 (greebie)

Closed issues:

  • Networkx not ingesting gexf. #68

GraphPass 0.3.0

04 Oct 20:55
Compare
Choose a tag to compare

Change Log

0.3.0 (2018-10-04)

Full Changelog

Implemented enhancements:

  • Do we need filename, directory, and output #47

Closed issues:

  • Get CodeCov working on the repository #58

Merged pull requests:

  • Create coverage reports; resolve #58. #65 (ruebot)
  • Change approach to input and output paths. Issue 47 #63 (greebie)

GraphPass 0.2.0

10 Sep 17:39
Compare
Choose a tag to compare

0.2.0 (2018-09-10)

Full Changelog

Implemented enhancements:

  • Better scaling method to determine node size. #45
  • Better layout control #9

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:

Graphpass 0.1.1

29 Mar 20:31
Compare
Choose a tag to compare
Graphpass 0.1.1 Pre-release
Pre-release

Graphpass 0.1.1 fixes security issues. You should upgrade from 0.1.0 at your earliest convenience.

Graphpass 0.1.0

28 Mar 16:30
Compare
Choose a tag to compare
Graphpass 0.1.0 Pre-release
Pre-release

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

22 Mar 17:33
Compare
Choose a tag to compare
Graphpass-0.0.2 Pre-release
Pre-release

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

14 Mar 20:14
Compare
Choose a tag to compare
graphpass-0.0.1 Pre-release
Pre-release

First release available for linux and Mac.