TensorFlow Federated 0.54.0
Pre-release
Pre-release
Release 0.54.0
Major Features and Improvements
- Added attributes to
tff.learning.programs.EvaluationManager, this enables
constructing newEvaluationManagers from existing ones. - Added Subsample Process abstract class and the implementation of Threshold
Sampling Process Remove introducing dependency on relayout op for control
edges. - Replaced usage of
attrsintff.aggregatorswithtyping.NamedTuple. - Removed introducing dependency on relayout op for control edges.
Breaking Changes
- Removed
run_serverandserver_contextfrom thetff.simulationAPI. - Removed the following symbols from the
tff.frameworkAPI:tff.framework.local_executor_factorytff.framework.DataBackendtff.framework.DataExecutortff.framework.EagerTFExecutor
Bug Fixes
- Removed use of deprecated tff.learning symbols, and clear cell image
outputs.