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
easydictas a dependency for backward compatibility (loading old models using safe-modetorch.loadwithweights_only=True. Extra dependencies are added withtorch.serialization.add_safe_globals).
Changed
- Test files (in the
sample-datadirectory) are updated. - Add keyword argument
weights_onlytofrom_checkpointandfrom_remotemethods of the models (indeed theCkptMixinclass). The default value is"auto", which means the behavior is the same as before. It checks iftorch.serializationhasadd_safe_globalsattribute. If it does, it will use safe-modetorch.loadwithweights_only=True. Otherwise, it will usetorch.loadwithweights_only=False.
Deprecated
- Support for Python 3.7, 3.8 is deprecated. The minimum supported Python version is now 3.9. In the
pyproject.tomlfile, the fieldrequires-pythonis updated from>=3.7to>=3.9.
Removed
- Restrictions on the version of
wfdbandnumpypackages are removed.
Fixed
- Fix IO issues with several PhysioNet databases.
Security
- Models are now loaded using safe-mode
torch.loadwithweights_only=Trueby default.
- Python
Published by github-actions[bot] about 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