DIPLOMAT Release v0.0.7
Changes in this version of diplomat:
- The
SegmentedSupervisedFramePassEngineandSegmentedFramePassEnginesupport saving state to disk using
--storage_mode=disk, and is now the default. This does negatively affect performance on some platforms,
so a full in memory run can be done by setting thestorage_modesetting to"memory". - New
diplomat restorecommand for restoring the UI from.dipuifiles. This requires running predictions with the
storage mode set to"disk", which is the default now. - New installation process with mamba that is more consistent and stable across platforms.
- New pypi package,
diplomat-track. - New release pipeline for easier release deployment.