|
| 1 | +# Release 1.5.0 |
| 2 | + |
| 3 | +The 1.5 minor series tracks TensorFlow 1.5. |
| 4 | + |
| 5 | +## Highlights |
| 6 | + |
| 7 | +- New Custom Scalars dashboard, which can display configurable custom line and |
| 8 | + margin charts based on the same data as the regular Scalars dashboard. See |
| 9 | + for details: https://github.com/tensorflow/tensorboard/tree/1.5/tensorboard/plugins/custom_scalar |
| 10 | +- Many projector plugin enhancements thanks to @francoisluus, which enable |
| 11 | + cognitive-assisted labeling via semi-supervised t-SNE |
| 12 | + - t-SNE specific features: semi-supervision (#811) plus perturb (#705) and |
| 13 | + pause/resume (#691) buttons |
| 14 | + - general features: metadata editor (#753), selection edit mode (#697), edit |
| 15 | + box for neighbors slider (#733), 2D sprite element zooming (#696) |
| 16 | + |
| 17 | +## Features |
| 18 | + |
| 19 | +- Image dashboard brightness and constrast sliders (#771) - thanks @edmundtong |
| 20 | +- Top-level dashboard tabs now scroll when there are too many to fit (#730) |
| 21 | +- Settable browser window title with --window_title flag (#804) - thanks @tkunic |
| 22 | +- Tag filters are now reflected in the URL, making them saveable (#787) |
| 23 | +- Pane-based dashboards now only load charts from first two panes by default, |
| 24 | + which should improve responsiveness (#643 defaults tag filter search string |
| 25 | + to empty, and #871 makes first two panes open by default) |
| 26 | +- Lower latency to serve TensorBoard HTML thanks to preloading in memory (#708) |
| 27 | +- Lazy imports ("import tensorboard as tb") now work for summary APIs (#778) |
| 28 | +- PR curve summaries now have pb (#633) and raw_data_pb (#646) versions |
| 29 | + |
| 30 | +## Bug fixes |
| 31 | + |
| 32 | +- #265 - fixed `--logdir` to handle Windows drive letters - thanks @shakedel |
| 33 | +- #784 - fixed bug in find similar subgraph algo - thanks @trisolaran |
| 34 | +- Graph plugin fixed to |
| 35 | + - correctly render function nodes (#817) |
| 36 | + - pan to nodes more reliably (#824, #837) |
| 37 | + - rebuild hierarchy if callbacks change to avoid race in rendering (#879) |
| 38 | + |
| 39 | + |
1 | 40 | # Release 0.4.0
|
2 | 41 |
|
3 | 42 | The 0.4 minor series tracks TensorFlow 1.4.
|
|
0 commit comments