Skip to content

Releases: BSICoS/biosigpy

Biosigpy v0.2.0

Choose a tag to compare

@github-actions github-actions released this 04 Aug 12:01
019d7ed

Biosigpy v0.2.0

Biosigpy v0.2.0 is a compatible pre-1.0 feature release. It supports Python
3.10-3.13, NumPy 1.26.4+, and SciPy 1.11.4+.

The release is conformant with all ten specifications in Biosiglib v1.2.1,
pinned exactly to commit 050a0527741415d4099ed6e2d8ba873fc76cf577:

  • ecg.pantompkins
  • ecg.sloperange
  • hrv.fillgaps
  • hrv.removefp
  • hrv.tdmetrics
  • tools.lpd_filter
  • tools.medfilt_threshold
  • tools.nan_filter
  • tools.nan_filtfilt
  • tools.snap_to_peak

This release adds public removefp and fillgaps APIs, complete shared-case
coverage, named and unpackable FillGapsResult outputs, and interactive
attempt-by-attempt fillgaps debugging. The dedicated Python examples use the
same Medicom MTD timing fixture and transformations as Biosigmat.

Release assets contain the wheel, source distribution, and SHA256SUMS.
Publishing to PyPI remains outside this release.

Biosigpy v0.1.0

Choose a tag to compare

@github-actions github-actions released this 03 Aug 12:19
c7c05b2

Biosigpy v0.1.0

Biosigpy v0.1.0 is the first reproducible pre-1.0 release of the Python
implementation. It supports Python 3.10-3.13, NumPy 1.26.4+, and SciPy 1.11.4+.

The release is conformant with all eight specifications in Biosiglib v1.0.0,
pinned exactly to commit ea2d5ded43e1348342f0db4fbd97d754b90a28c9:

  • ecg.pantompkins
  • ecg.sloperange
  • hrv.tdmetrics
  • tools.lpd_filter
  • tools.medfilt_threshold
  • tools.nan_filter
  • tools.nan_filtfilt
  • tools.snap_to_peak

Release assets contain the wheel, source distribution, and SHA256SUMS.
Publishing to PyPI remains outside this release.