Version 1.1.0
June 24, 2021 ยท View on GitHub
Major Features and Improvements
- Improved resource usage for
tft.vocabularywhentop_kis set by removing stages performing repetitive sorting.
Bug Fixes and Other Changes
- Support invoking Keras models inside the
preprocessing_fnusingtft.make_and_track_objectwhenforce_tf_compat_v1=Falsewith TF2 behaviors enabled. - Fix an issue when computing the metadata for a function with automatic control dependencies added where dependencies on inputs which should not be evaluated was being retained.
- Census TFT example: wrapped table initialization with a tf.init_scope() in order to avoid reinitializing the table for each batch of data.
- Stopped depending on
six. - Depends on
protobuf>=3.13,<4. - Depends on
tensorflow-metadata>=1.1.0,<1.2.0. - Depends on
tfx-bsl>=1.1.0,<1.2.0.
Breaking Changes
- N/A
Deprecations
- N/A