Skip to content

Flower 1.24.0

Choose a tag to compare

@github-actions github-actions released this 30 Nov 16:04
· 434 commits to main since this release
124e142

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, Heng Pan, Javier, Patrick Foley, Robert Steiner, Yan Gao

What's new?

Incompatible changes

  • Drop Python 3.9 support (#6118, #6136, #6147)

    flwr now requires Python 3.10 as the minimum supported version, with baselines and development scripts updated accordingly.

  • Bump protobuf to 5.x (#6104)

    Upgrades protobuf to >=5.29.0, ensuring flwr uses the latest gRPC stack and remains compatible with TensorFlow 2.20+. Note that this version is incompatible with TensorFlow versions earlier than 2.18.

  • Deprecate flwr.server.utils.tensorboard (#6113)

    The flwr.server.utils.tensorboard function is now deprecated, and a slow import issue occurring when tensorflow is installed has been resolved.