You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major Features and Improvements
Add anomaly detection for max bytes size for images.
Bug Fixes and Other Changes
Depends on numpy>=1.16,<1.20.
Fixed a bug that affected all CombinerFeatureStatsGenerators.
Allow for bytes type in get_feature_value_slicer in addition to Text
and int.
Fixed a bug that caused TFDV to improperly infer a fixed shape when tfdv.infer_schema and tfdv.update_schema were called with infer_feature_shape=True.
Deprecated parameter infer_feature_shape of function tfdv.update_schema.
If a schema feature has a pre-defined shape, tfdv.update_schema will
always validate it. Otherwise, it will not try to add a shape.
Deprecated tfdv.StatsOptions.feature_whitelist and added feature_allowlist as a replacement. The former will be removed in the next
release.
Added get_schema_dataframe and get_anomalies_dataframe utility
functions.