You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Version 0.0.31
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.
Add keyword argument weights_only to from_checkpoint and from_remote methods of the models
Support for Python 3.7, 3.8 is deprecated. The minimum supported Python version is now 3.9.
Restrictions on the version of wfdb and numpy packages are removed.
Fix IO issues with several PhysioNet databases.
Models are now loaded using safe-mode torch.load with weights_only=True by default.