Skip to content

v1.0.0 - Stable Release

Latest

Choose a tag to compare

@fallahmad fallahmad released this 19 Mar 12:48
· 8 commits to main since this release

New features

  • Per-lead normalizationnormalize_minmax, normalize_zscore, and normalize_amplitude now accept a list[Lead] and return a list[Lead], normalizing each lead independently. Pass record.leads directly instead of looping manually

  • Resampling and normalization (min-max, z-score, amplitude) now support batch processing across all leads (independently) of an ECG record


Full Changelog: v0.0.9...v1.0.0