Version 1.11.0
November 15, 2022 ยท View on GitHub
Major Features and Improvements
-
This is the last version that supports TensorFlow 1.15.x. TF 1.15.x support will be removed in the next version. Please check the TF2 migration guide to migrate to TF2.
-
Introduced
tft.experimental.document_frequencyandtft.experimental.idfwhich map each term to its document frequency and inverse document frequency in the same order as the terms in documents. -
schema_utils.schema_as_feature_specnow supports struct features as a way to describetf.SequenceExampledata. -
TensorRepresentations in schema used for
schema_utils.schema_as_feature_speccan now share name with their source features. -
Introduced
tft_beam.EncodeTransformedDatasetwhich can be used to easily encode transformed data in preparation for materialization.
Bug Fixes and Other Changes
- Depends on
tensorflow>=1.15.5,<2ortensorflow>=2.10,<2.11 - Depends on
apache-beam[gcp]>=2.41,<3.
Breaking Changes
- N/A
Deprecations
- N/A