Emerge Versions Save

Emerge is a browser-based interactive codebase and dependency visualization tool for many different programming languages. It supports some basic code quality and graph metrics and provides a simple and intuitive way to explore and analyze a codebase by using graph structures.

0.18.0

3 years ago
  • Implemented cluster hull visualization based on concave polygons
  • Added cluster metrics in tooltips that can be seen by hovering over the hull menu nodes

0.17.0

3 years ago
  • Implemented a renumbering based on descending partition size and ascending partition id as a post-processing step after calculating the louvain node partitions, facilitating more deterministic graph coloring when applying a fixed color set
  • Added a fixed color ordinal domain to even more eliminate randomness from the graph coloring
  • Increased louvain resolution
  • Added more suitable unit test data

0.16.3

3 years ago
  • Updated D3 to 6.6.1
  • Updated python-louvain
  • Updated pyparsing
  • Updated PyYAML due to security reasons

0.16.0

3 years ago
  • Added the first python parsing support to the project
  • Includes basic dependency resolving based on the relative analysis path
  • Extended unit tests for the python parser and relevant metrics