This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
v0.8.0
Added
- New tutorial for the Python SDK (#355)
- Swagger description of the REST API (#345), and is published at https://xain-fl.readthedocs.io/en/latest/ (#358)
- The Python examples now accepts additional parameters (model size, heartbeat period, verbosity, etc.) (#351)
- Publish docker images to dockerhub
Security
- Stop using
pickle
for messages serialization
(#355).pickle
is insecure
and can lead to remote code execution. Instead, the default
aggregator usesnumpy.save()
.
Fixed
- The documentation has been updated at https://xain-fl.readthedocs.io/en/latest/ (#358)
- Document aggregator error on Darwin platform (https://github.com/xainag/xain-fl/pull/365/files)