0.3.0 (May 18, 2024)#

Added#

  • The log_split_progress()-function now accepts an optional get_metrics() callback method. Metrics returned are formatted based on type (if using the new default_metrics_formatter()), then added to the fold-end log message.

  • New property settings.log_split_progress.FORMAT_METRICS; formats get_metrics() output.

  • Added several new time_split.types members, all related to log_split_progress().

Changed#

  • Module integration.split_data is now integration.base to better reflect intent. Member names are unchanged.

Removed#

  • The settings.log_split_progress.SECONDS_FORMATTER setting no longer accepts str arguments.

  • The log_split_progress(extra)-argument is no longer mutable.