Skip to content

0.13.0

Compare
Choose a tag to compare
@tanertopal tanertopal released this 08 Jan 13:01
· 2343 commits to main since this release
802f11b

What's new?

  • New example: PyTorch From Centralized To Federated (#549)
  • Improved documentation
    • New documentation theme (#551)
    • New API reference (#554)
    • Updated examples documentation (#549)
    • Removed obsolete documentation (#548)

Bugfix:

  • Server.fit does not disconnect clients when finished, disconnecting the clients is now handled in flwr.server.start_server (#553, #540).