| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| Heatmap and semantic search source code.tar.gz | 2022-06-18 | 1.0 MB | |
| Heatmap and semantic search source code.zip | 2022-06-18 | 1.1 MB | |
| README.md | 2022-06-18 | 972 Bytes | |
| Totals: 3 Items | 2.1 MB | 0 | |
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 π.