Skip to content

Releases: marbl/ModDotPlot

v0.7.2

11 Dec 19:36
Compare
Choose a tag to compare

Minor performance improvements and bugfixes

v0.7.1

16 Nov 03:46
Compare
Choose a tag to compare

Fixes:

  • Minor bugfix where running ModDotPlot with config file would error due to unimplemented command line args

v0.7.0

16 Nov 01:04
Compare
Choose a tag to compare

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.