Skip to content

馃敟 Heatmap and 馃攷 semantic search

Compare
Choose a tag to compare
@glato glato released this 19 Jun 08:08
· 84 commits to dev since this release

And another release with features & fixes ...

Bugfixes 馃悶

  • Bugfixes in the swift parser
  • Bugfixes in the kotlin parser
  • Bugfixes in the configuration parsing
  • Further small bug and linter fixes

Features 馃殌

  • The kotlin parser understands Composable now to also include composables as entities in the output graph
  • Added more configurability (e.g. ignore_dependencies_containing etc. see README)
  • Added a first 馃敟 heatmap visualization approach that is based on a combined SLOC and FAN-OUT score (heatmap implementation from https://github.com/mourner/simpleheat)
  • Implemented search with multiple search terms 馃攷
  • Implemented the option to also add a semantic search based on TF-IDF 馃憖
  • Some smaller UI updates

As always, clone this repo and install all requirements as mentioned in README or simply update

$ pip install -U emerge-viz

or install the package

$ pip install emerge-viz

by using pip 馃殌.