Download Latest Version Flower 1.28.0 source code.tar.gz (79.3 MB)
Email in envelope

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

Home / v1.25.0
Name Modified Size InfoDownloads / Week
Parent folder
flwr-1.25.0-py3-none-any.whl 2025-12-16 727.1 kB
flwr-1.25.0.tar.gz 2025-12-16 401.3 kB
Flower 1.25.0 source code.tar.gz 2025-12-16 74.5 MB
Flower 1.25.0 source code.zip 2025-12-16 76.1 MB
README.md 2025-12-16 5.7 kB
Totals: 5 Items   151.8 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):

Chong Shen Ng, Daniel J. Beutel, Heng Pan, Javier, Mohammad Naseri, Soumik Sarker, William Lindskog, Yan Gao, sarahhfalco

What's new?

Flower now records compute time and network traffic for a run. The run detail view shown by flwr list --run-id <run-id> displays traffic exchanged between SuperLink and SuperNode, as well as compute time used by ServerApp and ClientApp.

Refactors flwr new to fetch Flower apps directly from the Flower platform (see the usage reference). This introduces new and updated quickstart examples (including NumPy and FlowerTune LLM), renames and updates existing examples, aligns CI to run against platform-backed examples, and updates related documentation and benchmark instructions.

  • Migrate examples to the Message API and remove outdated Docker Compose as well as Tensorflow Privacy examples (#6232, #6233, #6238, #6297, #6304)

Migrates the scikit-learn, Vertical FL, and Opacus examples to the Message API, with the Vertical FL example also updated to use flwr-datasets. The outdated Docker Compose and Tensorflow Privacy examples are removed.

  • Improve CLI output with human-readable durations (#6277, #6296)

Updates the Flower CLI to display durations in a more human-friendly format (xd xh xm xs), automatically selecting appropriate units instead of the previous HH:MM:SS format.

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

Incompatible changes

  • Remove bundled templates from flwr new (#6261)

Removes the templates previously bundled with the Flower wheel now that flwr new pulls apps from the Flower platform. The --framework and --username options are deprecated as part of this change.

Source: README.md, updated 2025-12-16