Releases: adap/flower
Releases · adap/flower
0.13.0
What's new?
- New example: PyTorch From Centralized To Federated (#549)
- Improved documentation
Bugfix:
0.12.0
0.11.0
Incompatible changes:
- Renamed strategy methods (#486) to unify the naming of Flower's public APIs. Other public methods/functions (e.g., every method in
Client
, but alsoStrategy.evaluate
) do not use theon_
prefix, which is why we're removing it from the four methods in Strategy. To migrate rename the followingStrategy
methods accordingly:on_configure_evaluate
=>configure_evaluate
on_aggregate_evaluate
=>aggregate_evaluate
on_configure_fit
=>configure_fit
on_aggregate_fit
=>aggregate_fit
Important changes:
0.10.0
v0.10.0 Upgrade pip to 20.2.4 (#466)