|
| 1 | +# Release 2.3.0 |
| 2 | + |
| 3 | +The 2.3 minor series tracks TensorFlow 2.3. |
| 4 | + |
| 5 | +## Features |
| 6 | + |
| 7 | +- The 30 sec default reload period is now customizable in the Settings UI |
| 8 | + (#2794) |
| 9 | +- 🧪 **Experimental** Debugger V2 is now available; see the |
| 10 | + [tutorial][debugger-v2-tutorial] on how to use the experimental TensorFlow |
| 11 | + APIs to spot NaN's in tensors, view graphs generated from executions, and the |
| 12 | + related lines in the Python source code (#3821) |
| 13 | + |
| 14 | +## TensorBoard.dev updates |
| 15 | +- Added support for showing the Distributions tab (#3762) |
| 16 | +- Uploader now displays data statistics in the console while uploading data |
| 17 | + (#3678) |
| 18 | +- Added new uploader command line flags (#3707) |
| 19 | + - `--dry_run`: causes the uploader to only read the logdir and display |
| 20 | + statistics (if `--verbose` is the default 1) without uploading any data to |
| 21 | + the server |
| 22 | + - `--one_shot`: causes the uploader to exit immediately after all existing |
| 23 | + data in the logdir are uploaded; this mode prints a warning message if the |
| 24 | + logdir doesn't contain any uploadable data |
| 25 | +- Upload button in the header offers a convenient, copyable command |
| 26 | +- 🧪 **Experimental** DataFrame API: You can now read Scalars data from |
| 27 | + TensorBoard.dev as a Pandas DataFrame (learn more [here][dataframe-tutorial]) |
| 28 | + |
| 29 | +[debugger-v2-tutorial]: https://www.tensorflow.org/tensorboard/debugger_v2 |
| 30 | +[dataframe-tutorial]: https://www.tensorflow.org/tensorboard/dataframe_api |
| 31 | + |
| 32 | +## Bug fixes |
| 33 | +- Projector plugin |
| 34 | + - Shows data when logs exist in both logdir root and subdirectory (#3694) |
| 35 | + - Fixed incorrect embeddings from TF2 checkpoints (#3679) |
| 36 | + - Added support for binary format, with 2x speedup loading large tensors in |
| 37 | + some cases (#3685) - thanks [@RustingSword](https://github.com/RustingSword) |
| 38 | + - Added [Colab tutorial][projector-colab] for Projector plugin (#3423) |
| 39 | +- Notebooks |
| 40 | + - Increased port scanning from 10 to 100 to better support multi-tenant |
| 41 | + Notebooks (#3780) - thanks [@jerrylian-db](https://github.com/jerrylian-db) |
| 42 | + - Add proxy (e.g. jupyter-server-proxy) support for %tensorboard magics |
| 43 | + (#3674) - thanks [@zac-hopkinson](https://github.com/zac-hopkinson) |
| 44 | + - Set the TENSORBOARD_PROXY_URL environment variable |
| 45 | + `export TENSORBOARD_PROXY_URL="/proxy/%PORT%/"` |
| 46 | +- Dynamic plugins (Projector, Fairness Indicators, Profiler, What-If Tool) |
| 47 | + appear when TensorBoard is launched programmatically via Python (#3695) |
| 48 | +- Fixed download links in Custom Scalars (#3794) |
| 49 | +- Updated broken docs (#3440, #3459, #3561, #3681) - thanks |
| 50 | + [@LexusH](https://github.com/LexusH), |
| 51 | + [@ManishAradwad](https://github.com/ManishAradwad), |
| 52 | + [@ricmatsui](https://github.com/ricmatsui), |
| 53 | + [@robertlugg](https://github.com/robertlugg) |
| 54 | +- Better handling of S3-related InvalidRange errors (#3609) - thanks |
| 55 | + [@ahirner](https://github.com/ahirner) |
| 56 | +- Fixed deprecated numpy usage (#3768) - thanks |
| 57 | + [@lgeiger](https://github.com/lgeiger) |
| 58 | + |
| 59 | +[projector-colab]: https://www.tensorflow.org/tensorboard/tensorboard_projector_plugin |
| 60 | + |
| 61 | +## Deprecations |
| 62 | + |
| 63 | +- Beholder will be removed in a future release (#3843) |
| 64 | +- Debugger (V1) will be removed in a future release, in favor of the |
| 65 | + aforementioned V2 version |
| 66 | + |
| 67 | +## Misc |
| 68 | + |
| 69 | +The frontend now uses Angular (replaces the Polymer entry point, which will be |
| 70 | +removed in a future release; still visible at the `/legacy.html` endpoint) |
| 71 | +(#3779). If you observe any bugs that do not reproduce under `/legacy.html`, |
| 72 | +please file an issue. |
| 73 | + |
| 74 | +For dynamic plugins, please see their respective pages |
| 75 | +([Fairness Indicators][fairness-docs], [Profiler][profiler-docs], |
| 76 | +[What-If Tool][wit-docs]). |
| 77 | + |
| 78 | +[fairness-docs]: https://github.com/tensorflow/fairness-indicators/commits/master |
| 79 | +[profiler-docs]: https://github.com/tensorflow/profiler/commits/master |
| 80 | +[wit-docs]: https://github.com/PAIR-code/what-if-tool/blob/master/RELEASE.md |
| 81 | + |
1 | 82 | # Release 2.2.2
|
2 | 83 |
|
3 | 84 | ## Features
|
|
0 commit comments