Releases: marbl/ModDotPlot
Releases · marbl/ModDotPlot
v0.7.2
Minor performance improvements and bugfixes
v0.7.1
Fixes:
- Minor bugfix where running ModDotPlot with config file would error due to unimplemented command line args
v0.7.0
Lots of new features introduced with v0.7.0:
- Interactive mode is now the default. To create static plots, run moddotplot with
moddotplot --static
. - Interactive mode now precomputes distance matrices before launching Dash application. Selecting the number of layers to compute can be done with the
-l
flag. - Added option to replace command line args with a config file
moddotplot -c config
to better manage complex customization options. Sample config file. Recommended use for creating static plots. - Numerous bugfixes & quality of life updates.