Skip to content

v0.7.0

Choose a tag to compare

@alexsweeten alexsweeten released this 16 Nov 01:04
· 172 commits to main since this release

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.