Skip to content

TensorFlow Federated 0.33.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@ZacharyGarrett ZacharyGarrett released this 08 Aug 19:40
· 1318 commits to main since this release

Release 0.33.0

Major Features and Improvements

  • Extend tff.analytics.heavy_hitters.iblt with create_chunker API for
    encoding non-Unicode strings.
  • Extend tff.aggregators.DifferentiallyPrivateFactory.tree_aggregation with
    an optional record_aggregation_factory argument.

Breaking Changes

  • Replaced ModularClippingSumFactory with SecureModularSumFactory in
    tff.analytics.build_hierarchical_histogram_process.

Known Bugs

  • TFF's python 3.9 typing conflicts with Colab's Python 3.7 support.