Skip to content

Releases: UWNETLAB/gitnet

Gitnet Beta

15 Aug 14:25
Compare
Choose a tag to compare
Gitnet Beta Pre-release
Pre-release

The initial Gitnet beta release includes:

  • Local git log parsing and extraction, directly from local repositories.
  • Browsing and exploration of log data within Python.
  • Two-mode network generation from git logs.
  • Data cleaning and manipulation:
    • Filter or exclude data from logs and generated networks.
    • Replace author names or emails for consistent node naming.
    • Collapsing multi-edge networks into weighted networks.
  • Exporting to a variety of formats including:
    • Comprehensive log data by commit in TSV.
    • Flexible data manipulation within Python using Pandas Dataframe.
    • Quick visualizations directly from Python saved in PDF.
    • GraphML exports for use in a variety of other software, including R and Gephi.
    • TNet exports for network analysis in R.
    • Edgelist exports in TXT format.