TensorFlow Federated 0.29.0
Pre-release
Pre-release
Release 0.29.0
Major Features and Improvements
- Update the
MemoryReleaseManagerto savetype_signaturewhen releasing
values. - Add a
type_signatureparameter to theReleaseManager.releasemethod. - Unify retryability logic between TFF-C++ and TFF-Python.
- Update the TFF contributions and collaboration links to point to the Discord
server.
Breaking Changes
- Move Python executor stacks file to
python_executor_stacks.pyin
executor_stacksdirectory.
Bug Fixes
- Ensure that dataset deserialization will return ragged and sparse tensors,
as needed according to the TFF type of the dataset. - Make
metric_finalizersuse metric constructors if available.