- Add anomaly detection for max bytes size for images.
- Depends on
numpy>=1.16,<1.20. - Fixed a bug that affected all CombinerFeatureStatsGenerators.
- Allow for
bytestype inget_feature_value_slicerin addition toTextandint. - Fixed a bug that caused TFDV to improperly infer a fixed shape when
tfdv.infer_schemaandtfdv.update_schemawere called withinfer_feature_shape=True. - Deprecated parameter
infer_feature_shapeof functiontfdv.update_schema. If a schema feature has a pre-defined shape,tfdv.update_schemawill always validate it. Otherwise, it will not try to add a shape. - Deprecated
tfdv.StatsOptions.feature_whitelistand addedfeature_allowlistas a replacement. The former will be removed in the next release. - Added
get_schema_dataframeandget_anomalies_dataframeutility functions. - Depends on
apache-beam[gcp]>=2.28,<3. - Depends on
tensorflow-metadata>=0.28,<0.29. - Depends on
tfx-bsl>=0.28.1,<0.29.
- N/A
- N/A
- N/A