File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Release 1.12.0
2
+
3
+ The 1.12 minor series tracks TensorFlow 1.12.
4
+
5
+ ## Features
6
+ - New download-as-SVG option for scalar dashboard charts (#1446 )
7
+ - Image dashboard should now detect and render SVG images (#1440 )
8
+ - What-If Tool example viewer/loader improvements:
9
+ - Support for sampling examples to load (#1504 )
10
+ - Support for viewing SequenceExamples (#1513 )
11
+ - Improvements to saliency viewing/sorting (#1472 )
12
+ - Profile tool shows per-program breakdown, idle time, and ops left out (#1470 )
13
+
14
+ ## Bug fixes
15
+ - #1463 - What-If tool now handles classes with blank labels (PR #1471 )
16
+ - #1468 - Reduce clipping in graph plugin sidebar
17
+ - #1475 - Restore tag filter persistence to URL param and across dashboards
18
+ - #1477 - Fix bug rendering TPU profile dashboard overview page
19
+ - #1480 - Fix projector hanging due to infinite loop (PR #1481 )
20
+ - #1491 - Restore spinner on line charts when loading data
21
+ - #1499 - Fix stale/incorrect line charts when filtering by tag (PR #1500 )
22
+ - #1505 - Fix 404 console errors in Firefox - thanks @wdirons
23
+ - #1506 - Fix --purge_orphaned_data to allow passing false (PR #1511 )
24
+ - #1508 - Make custom scalars chart ignore outliers functionality work
25
+ - #1524 - Preserve line chart zoom level when data refreshes
26
+
27
+
1
28
# Release 1.11.0
2
29
3
30
The 1.11 minor series tracks TensorFlow 1.11.
You can’t perform that action at this time.
0 commit comments