Skip to content

TensorFlow Federated 0.59.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@xiaoyux11 xiaoyux11 released this 05 Jun 23:37

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_eval to
    build_personalization_eval_computation.
  • Updated tff.to_type implementation and type annotation to not
    accept/return None.

Bug Fixes

  • Fixed and documented pytype errors in the program package.
  • Fixed bug in how tff.program.NativeFederatedContext handles arguments of
    various types.