TensorFlow Federated 0.59.0
Pre-release
Pre-release
Release 0.59.0
Major Features and Improvements
- Removed compression for
worker_binary. - Allowed tensor and numpy float-like objects in optimizer hyperparameters.
- Improved API/filtering logic in
FilteringReleaseManager.
Breaking Changes
- Renamed
build_personalization_evalto
build_personalization_eval_computation. - Updated
tff.to_typeimplementation and type annotation to not
accept/returnNone.
Bug Fixes
- Fixed and documented pytype errors in the
programpackage. - Fixed bug in how
tff.program.NativeFederatedContexthandles arguments of
various types.