Skip to content

Commit 64d4d45

Browse files
committed
Add 2.1.0 relnotes to RELEASE.md
1 parent 67972dc commit 64d4d45

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

RELEASE.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
# Release 2.1.0
2+
3+
The 2.1 minor series tracks TensorFlow 2.1.
4+
5+
## Features
6+
7+
- Debugger: added ability to display Tensors as images, with selectable color map and zooming (#2729, #2764)
8+
- What-If Tool improvements:
9+
- Added ability to set custom distance function for counterfactuals (#2607)
10+
- Added ability to explore counterfactual examples for regression models (#2647)
11+
- Added ability to consume arbitrary prediction-time information (#2660)
12+
- Added ability to slice performance statistics by numeric features (in addition to categorical features) (#2678, #2704).
13+
- Added PR/ROC curves by class for multi-class classification models (#2755)
14+
- Improvements for plugin developers:
15+
- Added support for communication between TensorBoard and plugins in iframes (#2309, #2703)
16+
- (Experimental) Added library for improved plugin integration (#2708)
17+
- Enabled dynamic plugins in TensorBoard within Colab (#2798)
18+
- Security improvements, e.g. Content Security Policy configurations
19+
- Reduced overhead of image, audio, and histogram summary writing API methods (#2899) - thanks @hongjunChoi
20+
21+
## Bug fixes
22+
23+
- What-If Tool:
24+
- Fixed sometimes-stuck threshold sliders (#2682)
25+
- Fixed PD plots in notebook mode with py3 kernels (#2669)
26+
- Fixed info dialogs re. Fairness optimization (#2694)
27+
- Scalars dashboard: fixed unreliable data loading over slow network connections (#2825)
28+
- Fixed potential corruption when reading files from disk, when TensorFlow is not installed (#2791)
29+
- Fixed writing of histogram summaries when using TPUs (#2883) - thanks @hongjunChoi
30+
31+
## TensorBoard.dev updates
32+
33+
- The `tensorboard dev list` subcommand now provides detailed metadata about
34+
each experiment.
35+
136
# Release 2.0.2
237

338
## Features

0 commit comments

Comments
 (0)