Skip to content

Commit 2f9f218

Browse files
committed
Add 2.2.2 relnotes to RELEASE.md
1 parent 480f518 commit 2f9f218

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

RELEASE.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# Release 2.2.2
2+
3+
## Features
4+
5+
- Some performance improvements to line charts (#3524)
6+
- Performance improvements in the Text plugin due to batch HTML
7+
sanitization (#3529)
8+
- Performance improvements in backend markdown cleaning for tag
9+
rendering (#3599)
10+
- CSS/layout performance optimization by applying layout/layer bound where
11+
possible (#3642)
12+
- The `tensorboard dev list` subcommand now reports the total size of stored
13+
tensors (used as the backing storage type for Histograms) (#3652)
14+
15+
## TensorBoard.dev updates
16+
17+
- TensorBoard.dev now supports the Histograms plugin, for experiments
18+
uploaded starting from this release
19+
- The `tensorboard dev upload` subcommand now sends the histograms, when
20+
available, so that it can be rendered via the Histograms plugin on
21+
TensorBoard.dev
22+
- This release may support additional plugins in the future, once those plugins
23+
are enabled in the TensorBoard.dev service
24+
25+
## Breaking changes
26+
27+
- The experimental and legacy SQLite support (via the `--db_import` and `--db`
28+
flags) is removed to ease maintenance (#3539)
29+
130
# Release 2.2.1
231

332
## TensorBoard.dev updates

0 commit comments

Comments
 (0)