Recent Releases of torch_ecg

torch_ecg - v0.0.31

0.0.31 - 2025-01-28

Added

  • Add functions for downloading PhysioNet data from AWS S3. It is now made the default way to download data from PhysioNet.
  • Add easydict as a dependency for backward compatibility (loading old models using safe-mode torch.load with weights_only=True. Extra dependencies are added with torch.serialization.add_safe_globals).

Changed

  • Test files (in the sample-data directory) are updated.
  • Add keyword argument weights_only to from_checkpoint and from_remote methods of the models (indeed the CkptMixin class). The default value is "auto", which means the behavior is the same as before. It checks if torch.serialization has add_safe_globals attribute. If it does, it will use safe-mode torch.load with weights_only=True. Otherwise, it will use torch.load with weights_only=False.

Deprecated

  • Support for Python 3.7, 3.8 is deprecated. The minimum supported Python version is now 3.9. In the pyproject.toml file, the field requires-python is updated from >=3.7 to >=3.9.

Removed

  • Restrictions on the version of wfdb and numpy packages are removed.

Fixed

  • Fix IO issues with several PhysioNet databases.

Security

  • Models are now loaded using safe-mode torch.load with weights_only=True by default.

- Python
Published by github-actions[bot] about 1 year ago

torch_ecg - v0.0.30

  • no changes

- Python
Published by github-actions[bot] over 1 year ago

torch_ecg - v0.0.29

- Python
Published by github-actions[bot] over 1 year ago

torch_ecg - The First GitHub Release

The First GitHub Release. Version 0.0.14. For more details, see the README file.

- Python
Published by wenh06 almost 4 years ago