History¶
0.1.0 (2021-12-16)¶
Started development.
0.1.1 (2022-09-15)¶
First Release on PyPI.
0.1.2 (2022-09-16)¶
Bug Fixes.
0.1.3 (2022-09-17)¶
Bug Fixes.
Documentation Update and Dependency conflict resolution.
0.1.4 (2022-09-17)¶
Bug fixes.
0.1.5 (2022-10-06)¶
Major changes.
Added workflows to build the torchfl package before merging it to master.
Updated the existing workflows to include the checks for all python versions.
Removed the usage of Literal type to enable py36, and py37 support.
Defined a common cache in home dir for torchfl.
0.1.6 (2022-10-28)¶
Officially launched the federated learning modules.
Added extensive examples for federated and non-federated settings.
Updated the documentation.
0.1.7 (2023-02-01)¶
Code cleanup using pre-commit hooks.
Bug fixes.
0.1.8 (2023-02-01)¶
Documentation fix.