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: