-
Notifications
You must be signed in to change notification settings - Fork 582
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Increment the version and add release documentation.
PiperOrigin-RevId: 238099494
- Loading branch information
1 parent
6a81c9a
commit 1a2c2ed
Showing
6 changed files
with
29 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
# Release 0.2.0 | ||
|
||
## Major Features and Improvements | ||
|
||
* Updated to use TensorFlow version 1.13.1. | ||
* Implemented Federated SGD in `tff.learning.build_federated_sgd_process()`. | ||
|
||
## Breaking Changes | ||
|
||
* `next()` function of `tff.utils.IteratedProcess`s returned by `build_federated_*_process()` no longer unwraps single value tuples (always returns a tuple). | ||
|
||
## Bug Fixes | ||
|
||
* Modify setup.py to require TensorFlow 1.x and not upgrade to 2.0 alpha. | ||
* Stop unpacking single value tuples in `next()` function of objects returned by `build_federated_*_process()`. | ||
* Clear cached Keras sessions when wrapping Keras models to avoid referencing stale graphs. | ||
|
||
|
||
# Release 0.1.0 | ||
|
||
Initial public release. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters