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 / framework-1.27.0
Name Modified Size InfoDownloads / Week
Parent folder
flwr-1.27.0-py3-none-any.whl 2026-03-10 782.6 kB
flwr-1.27.0.tar.gz 2026-03-10 430.7 kB
Flower 1.27.0 source code.tar.gz 2026-03-10 78.6 MB
Flower 1.27.0 source code.zip 2026-03-10 80.2 MB
README.md 2026-03-10 9.5 kB
Totals: 5 Items   160.1 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, Heng Pan, Javier, Micah Sheller, Mohammad Naseri, Roma Klapaukh, Ruth Galindo, Taner Topal, Yan Gao

What's new?

  • Introduce local SuperLink for managing local simulations (#6599, #6717)

Local simulations are now managed by a local SuperLink, which is automatically launched on demand. This enables running most flwr CLI commands locally, such as flwr list to list previous runs and flwr log to retrieve logs from earlier runs. See the documentation for more details.

  • Allow SuperLink log rotation (#6700)

Adds support for timed log rotation in SuperLink. Log files can now be configured using --log-file, --log-rotation-interval-hours, and --log-rotation-backup-count.

Improves and fixes various parts of the framework documentation, including a new FAQ for unexpected Windows PowerShell output (FAQ entry).

  • Adopt release-branch workflow for Flower framework releases (#6560, #6566, #6594)

Adopts a release-branch workflow for the Flower framework, enabling releases from dedicated release/framework-X.Y branches and introducing the framework-X.Y.Z release tag format.

Introduces a new documentation release workflow where versioned Flower documentation is built and published from release branches. One documentation version is generated for each minor series (X.Y.x), allowing documentation updates after a release.

On supported SuperLinks, users can manage federations using the flwr federation CLI. This includes creating federations (flwr federation create), adding or removing SuperNodes (flwr federation add-supernode / remove-supernode), and archiving federations (flwr federation archive). Users can also collaborate through federation invitations using flwr federation invite commands to create, list, accept, reject, or revoke invitations.

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

Incompatible changes

  • Unpublish v1.8.0-v1.16.0 framework documentation (#6621)

Unpublishes very old documentation versions that are no longer compatible with the updated documentation structure and release workflow.

  • Drop deprecated --flwr-dir CLI option (#6677)

Removes the deprecated --flwr-dir option from CLI commands. A custom Flower directory can still be configured using the FLWR_HOME environment variable.

  • Remove flower-simulation CLI entrypoint (#6628)

Removes the flower-simulation CLI entrypoint. With the introduction of local SuperLink, this command is no longer needed.

Source: README.md, updated 2026-03-10