Skip to content

Releases: sergioald/tdms-sync-checker

Tag: v0.3.0 Release title: v0.3.0 - Optional engineering diagnostics

Choose a tag to compare

@sergioald sergioald released this 23 Jun 10:58
9613e09

This release adds optional engineering diagnostics for signal-level TDMS review.

Main additions:

  • Command/trigger edge detection
  • Cycle duration analysis
  • Cycle stability summary
  • Command-response delay estimation
  • Delay drift summary
  • Common active-window helpers
  • Optional diagnostic plots
  • Command-line diagnostic runner
  • Documentation for engineering diagnostics
  • Unit tests for diagnostic helper functions

This release keeps the existing metadata-first GUI and CLI unchanged. The new diagnostics are optional and are intended to support engineering review rather than automatically prove synchronisation or correct TDMS data.

v0.2.1 - Documentation polish and synthetic TDMS example

Choose a tag to compare

@sergioald sergioald released this 23 Jun 08:24

This release improves the repository documentation, adds reviewer-facing guidance, clarifies confidentiality boundaries, and introduces a reproducible synthetic TDMS example workflow.

It also builds on the previous test/CI update, with local verification passing:

  • pytest: 16 passed
  • Ruff: all checks passed
  • pre-commit: passed