Skip to content

Commit d80cb82

Browse files
committed
Add 2.2.0 relnotes to RELEASE.md
1 parent 5cb0781 commit d80cb82

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

RELEASE.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
# Release 2.2.0
2+
3+
The 2.2 minor series tracks TensorFlow 2.2.
4+
5+
## Features
6+
7+
- Profile plugin now should be pip installed from `tensorboard-plugin-profile`.
8+
The new version works in Chrome 80 and Firefox, has better model insights and
9+
will be more actively maintained.
10+
- Add S3_ENDPOINT variable (#3368) - thanks @thealphacod3r
11+
- Confirm that the connection to tensorboard works or change to localhost
12+
(#2371) - thanks @miguelmorin
13+
- Update --reload_multifile_inactive_secs default to 24 hours (#3243)
14+
- New `tensorboard dev update-metadata` command allows for updating the name and
15+
description of experiments (#3277)
16+
- Improved organization of artifacts downloaded during export from
17+
TensorBoard.dev (#3307)
18+
19+
## Bug fixes
20+
21+
- Fix for #3282 where the tooltip would remain even after the mouse leaves the
22+
plot (#3347)
23+
- Internal fix: HParams summary protos now properly include tensor values (#3386)
24+
- Fixes to profiling tutorial (#3372 & #3381)
25+
26+
## Breaking Changes
27+
- Note: As of TensorBoard 2.1.1+, only Python 3 is supported. There will be no
28+
further releases for Python 2 as per
29+
https://groups.google.com/a/tensorflow.org/forum/#!topic/developers/ifEAGK3aPls
30+
31+
132
# Release 2.1.1
233

334
## Features

0 commit comments

Comments
 (0)