TensorFlow Federated 0.64.0
Pre-release
Pre-release
Release 0.64.0
Major Features and Improvements
- Updated the TFF project and the Python package to be compatible with Python
3.11. - Updated
train_processtotrain_process_factoryin vizier program logic
to support multiple trials in parallel. - Added support for using non-OrderedDict mapping types.
Breaking Changes
- Updated the version of
grpctov1.59.1. - Updated the version of
bazelto6.1.0. - Updated the version of
tensorflowto2.14.0. - Updated the version of
numpyto~=1.25. - Updated the version of
com_google_googletestto1.12.1.
Bug Fixes
- Fixed import path for Vizier in federated program example.
- Fixed serialization of TenshorShape in error message to be human readable.
- Fixed bug in
tff.program.FileProgramStateManagerremoving old program
state.