Download Latest Version Flower 1.20.0 source code.tar.gz (69.7 MB)
Email in envelope

Get an email when there's a new version of Flower

Home / v1.20.0
Name Modified Size InfoDownloads / Week
Parent folder
flwr-1.20.0-py3-none-any.whl < 22 hours ago 617.6 kB
flwr-1.20.0.tar.gz < 22 hours ago 348.1 kB
Flower 1.20.0 source code.tar.gz < 22 hours ago 69.7 MB
Flower 1.20.0 source code.zip < 22 hours ago 71.2 MB
README.md < 22 hours ago 9.1 kB
Totals: 5 Items   141.9 MB 0

Thanks to our contributors

We would like to give our special thanks to all the contributors who made the new version of Flower possible (in git shortlog order):

Charles Beauville, Chong Shen Ng, Daniel J. Beutel, Daniel Nata Nugraha, Dimitris Stripelis, Heng Pan, Javier, Kumbham Ajay Goud, Robert Steiner, William Lindskog, Yan Gao

What's new?

Flower 1.20 can send and receive arbitrarily large models like LLMs, way beyond the 2GB limit imposed by gRPC. It does so by chunking messages sent and received. The best part? This happens automatically without the user having to do anything.

Redesigns the messaging system to enable object-based communication between the SuperNode and ClientApp, replacing the previous message-coupled design. Introduces new RPCs and enhances the ClientAppIo and Fleet APIs to faciliate better object storage in SuperNode and decouple ObjectStore from Message, improving maintainability and extensibility. Several refactorings improve modularity, naming consistency, and model weight streaming.

Refactors SuperNode to rely solely on NodeState for managing all information, decoupling internal components for improved maintainability and clearer state handling. RPCs of the ClientAppIo API have been refactored accordingly, laying the groundwork for future concurrent ClientApps support.

  • Enforce maximum size limit for FAB files (#5493)

Limits the size of FAB files to a maximum of 10MB to prevent oversized artifacts. Developers can reduce FAB size by excluding unnecessary files via the .gitignore file in the Flower app directory.

  • Add CatBoost federated learning quickstart example (#5564)

This example shows how to use CatBoost with Flower for federated binary classification on the Adult Census Income dataset. It applies a tree-based bagging aggregation method. View the example for more details.

  • Fix Windows path issue in FAB builds (#5608)

Updates the way FAB files represent relative paths to their internal files to ensure consistency across different operating systems. This fixes an issue where a FAB built on Windows would fail integrity checks when run on UNIX-based systems (e.g., Ubuntu).

  • Add explainer for pyproject.toml configuration (#5636)

Adds a guide explaining how to configure a Flower app using its pyproject.toml file. The documentation is available here.

  • Improve flwr new templates with TOML comments and README links (#5635)

Adds comments to the generated pyproject.toml and a new section in the README.md, both linking to the TOML explainer.

  • Warn when running Ray backend on Windows and update simulation guide (#5579)

Logs a warning when using the Ray backend for simulation on Windows. Updates the simulation guide to include a corresponding note about limited Windows support.

  • Add Helm deployment guide (#5637)

The documentation now includes a comprehensive guide for deploying Flower SuperLink and SuperNode using Helm charts. For full instructions, refer to the Helm Guide.

Introduces documentation for configuring user authentication (User Authentication Guide) and audit logging (Audit Logging Guide) in Flower.

As always, many parts of the Flower framework and quality infrastructure were improved and updated.

Incompatible changes

  • Remove non-grpc-bidi transport support from deprecated start_client (#5593)

Drops support for non-grpc-bidi transport in the deprecated start_client API. Pleaes use flower-supernode instead.

Source: README.md, updated 2025-07-29