TensorFlow Federated 0.33.0
Pre-release
Pre-release
Release 0.33.0
Major Features and Improvements
- Extend
tff.analytics.heavy_hitters.iblt
withcreate_chunker
API for
encoding non-Unicode strings. - Extend
tff.aggregators.DifferentiallyPrivateFactory.tree_aggregation
with
an optionalrecord_aggregation_factory
argument.
Breaking Changes
- Replaced
ModularClippingSumFactory
withSecureModularSumFactory
in
tff.analytics.build_hierarchical_histogram_process
.
Known Bugs
- TFF's python 3.9 typing conflicts with Colab's Python 3.7 support.