helios.chkpt_migrator

Functions

migrate_checkpoints_to_current_version(→ None)

Migrate existing checkpoints from a previous version of Helios to the current version.

Module Contents

helios.chkpt_migrator.migrate_checkpoints_to_current_version(root: pathlib.Path) None

Migrate existing checkpoints from a previous version of Helios to the current version.

This function exists to provide backwards compatibility with checkpoints produced by older versions of Helios.

Parameters:

root – the root where the checkpoints are stored.