Skip to content

Releases: VirtusLab/scg-cli

scg-cli v0.1.9

31 Dec 18:12
Compare
Choose a tag to compare
  • improve charts and capabilities of jupyter notebook
  • generate java SCG with or without tests

scg-cli v0.1.8

30 Dec 14:37
Compare
Choose a tag to compare
  • added multiple cli arguments to steer patoh and gpmetis partitioning algorithms
  • added possibility to compute partition only for the biggest component (with -bc option)
  • added several improvements over html partition and summary output
  • dependencies updates

scg-cli v0.1.7

05 Sep 13:32
Compare
Choose a tag to compare
  • added possibility to analyse Class Collaboration Network (CCN) and Call Graph (CG)
  • fixed minor bugs in JGraphT construction
  • enhanced GDF export to contain details about edge location
  • added precomputed full crucial nodes analysis for projects from data folder
  • Readme file update
  • dependency updates

scg-cli v0.1.6

29 Jul 20:05
Compare
Choose a tag to compare

A detailed descriptions of project parameters in HTML export adding export options to CLI help.

scg-cli v0.1.5

22 Jul 16:20
Compare
Choose a tag to compare

Small fixes and refactorings. Testing on wider set of projects.

scg-cli v0.1.4

27 Jun 19:30
Compare
Choose a tag to compare

Added support for exporting SCG data to GraphML format.

scg-cli v0.1.3

17 May 19:27
Compare
Choose a tag to compare

First public release with basic scg-cli functionality to enable Software Comprehension and analysis for Java and Scala projects.

Usage: scg-cli [COMMAND]
CLI to analyse projects based on SCG data
Commands:
  help       Display help information about the specified command.
  crucial    Find crucial code entities
  export     Export SCG metadata for further analysis
  generate   Generate SCG metadata
  partition  Suggest project partitioning.
  summary    Summarize the project
  version    Show scg-cli version