Recent Releases of torchfl
torchfl - [Beta] Documentation update, restructuring, bug fixes
- Refactored the testing module to run the test cases much quicker.
- Removed unused dependencies -
wheel,setuptools. - Updated the documentation to reflect the dev workflow using
poetry. - Workflow changes.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Minor Release for Documentation Fix
- Documentation pipeline fix
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Bug fixes and dev workflows
- Code cleanup using pre-commit hooks.
- Bug fixes.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Launching FL Modules, updated code, documentation
This is a major release that consists of the following changes: * Officially launched the federated learning modules built on the existing offerings. * Added extensive examples for federated and non-federated settings. * Updated the documentation to include the new modules and federated learning examples.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Py36/Py37 Support, dependency conflict resolution
Major changes (v0.1.5)
- [x] Added more workflows to build the
torchflpackage on different os and python versions before merging it to master. - [x] Updated the existing workflows to include the checks for all python versions to ensure backward compatibility.
- [x] Removed the usage of Literal type to enable py36, and py37 support.
- [x] Defined a common cache in home dir for
torchflwhich will be used to store the files instead of the parent dir.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Dependency Conflict Resolution
Previous Release (v0.1.3)
The first time we released (beta) on PyPI was to get validation from the open-source community and researchers.
PyPI: https://pypi.org/project/torchfl/ Docs: https://torchfl.readthedocs.io/en/latest/
v0.1.4 - Updated the dependencies to the latest versions to resolve the version conflicts and security mitigation.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Documentation update and dependency conflict resolution
Previous Release (v0.1.2)
The first time we released (beta) on PyPI was to get validation from the open-source community and researchers.
PyPI: https://pypi.org/project/torchfl/ Docs: https://torchfl.readthedocs.io/en/latest/
v0.1.3 - Updated the documentation to include badges. - Updated the dependencies to the latest versions to resolve the version conflicts and security mitigation.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] Dependency Resolution and workflow fixes
Previous Release (v0.1.1)
The first time we release (beta) on PyPI to get validation from the open-source community and researchers.
PyPI: https://pypi.org/project/torchfl/ Docs: https://torchfl.readthedocs.io/en/latest/
v0.1.2
- Fixed pre-commit and flake8 (tox) issues to resolve the failing checks.
- Some nitfixes with the python files.
- Updated the dependencies to latest versions to resolve the version conflicts and security mitigation.
- Python
Published by vivekkhimani over 3 years ago
torchfl - [Beta] First Release on PyPI
First Release
This is the first time we release (beta) on PyPI to get validation from the open-source community and researchers.
- PyPI: https://pypi.org/project/torchfl/
- Docs: https://torchfl.readthedocs.io/en/latest/
Next Steps:
- Open more issues for the open-source community to try using the library and add more examples.
- Finish the federated learning sequential workflow, add tests, and push it in prod.
- Python
Published by vivekkhimani over 3 years ago