- Performance improvement to
BasicStatsGenerator
.
- Added a
compact()
andsetup()
interface toCombinerStatsGenerator
,CombinerFeatureStatsWrapperGenerator
,BasicStatsGenerator
,CompositeStatsGenerator
, andConstituentStatsGenerator
. - Stopped depending on
tensorflow-transform
. - Depends on
apache-beam[gcp]>=2.27,<3
. - Depends on
pyarrow>=1,<3
. - Depends on
tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,<3
. - Depends on
tensorflow-metadata>=0.27,<0.28
. - Depends on
tfx-bsl>=0.27,<0.28
.
- N/A
- N/A
tfdv.DecodeCSV
andtfdv.DecodeTFExample
are deprecated. Usetfx_bsl.public.tfxio.CsvTFXIO
andtfx_bsl.public.tfxio.TFExampleRecord
instead.