Version 0.30.0
April 26, 2021 ยท View on GitHub
Major Features and Improvements
- N/A
Bug Fixes and Other Changes
- Removed the
dataset_schemamodule, most methods in it have been deprecated since version 0.14. - Fix a bug where having an analyzer operate on the output of
tft.vocabularywould cause it to evaluate incorrectly whenforce_tf_compat_v1=Falsewith TF2 behaviors enabled. - Depends on
tensorflow-metadata>=0.30.0,<0.31.0. - Depends on
tfx-bsl>=0.30.0,<0.31.0.
Breaking Changes
DatasetMetadatano longer accepts a dict as its input schema.schemais expected to be aSchemaproto now.- TF 1.15 specific APIs
apply_saved_modelandapply_function_with_checkpointwere removed from thetftnamespace. They are still available under thepretrained_modelsmodule. tft.AnalyzeDataset,tft.AnalyzeDatasetWithCache,tft.AnalyzeAndTransformDatasetandtft.TransformDatasetwill use the native TF2 implementation of tf.transform unless TF2 behaviors are explicitly disabled. The previous behaviour can still be obtained by settingtft.Context.force_tf_compat_v1=True.
Deprecations
- N/A