The 2.21 minor series tracks TensorFlow 2.21.
Features
- Time Series Dashboard Optimization: Improved usability for time-series tooltips by limiting them to a maximum of 5 items and setting the default sorting to
"Nearest Pixel"(prioritizing values closest to the cursor) (#7046, #7051, #7133, #7135).
Bug Fixes
- Fix a Projector plugin vulnerability. (#7115)
- Dependency Compatibility: Fixed runtime crashes caused by the missing
pkg_resourceslibrary in newer environments (migrated to standardimportlib.metadata) (#7057).
Breaking Changes
- This version updates its runtime dependency requirements to align with the TensorFlow 2.21 dependency stack. In particular,
protobufnow requires >=6.31.1, <8.0.0 andgrpcionow requires >=1.74.0, <2.0.