Skip to content

Commit

Permalink
Release notes for Flower 0.14.0 (#635)
Browse files Browse the repository at this point in the history
  • Loading branch information
danieljanes authored Feb 18, 2021
1 parent 7fc3071 commit e38e8a8
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions doc/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Changelog
Unreleased
----------

* New built-in strategies (`#549 <https://github.com/adap/flower/pull/549>`_)
* (abstract) FedOpt
* FedAdagrad


v0.14.0 (2021-02-18)
--------------------

What's new?

* **Generalized** :code:`Client.fit` **and** :code:`Client.evaluate` **return values** (`#610 <https://github.com/adap/flower/pull/610>`_, `#572 <https://github.com/adap/flower/pull/572>`_, `#633 <https://github.com/adap/flower/pull/633>`_)
Expand Down Expand Up @@ -52,10 +60,6 @@ What's new?
loss, accuracy = test(net, testloader, batch_size)
return loss, len(testloader), {"accuracy": accuracy}
* New built-in strategies (`#549 <https://github.com/adap/flower/pull/549>`_)
* (abstract) FedOpt
* FedAdagrad

v0.13.0 (2021-01-08)
--------------------
Expand Down

0 comments on commit e38e8a8

Please sign in to comment.