Introduced tft.experimental.approximate_vocabulary analyzer that is an
approximate version of tft.vocabulary which is more efficient with smaller
number of unique elements or top_k threshold.
Bug Fixes and Other Changes
Raise a RuntimeError if order of analyzers in traced Tensorflow Graph is
non-deterministic in TF2.
Fix issue where a tft.experimental.ptransform_analyzer's output dtype
could be propagated incorrectly if it was a primitive as opposed to
np.ndarray.
Depends on apache-beam[gcp]>=2.34,<3.
Depends on
tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8.
Depends on tensorflow-metadata>=1.5.0,<1.6.0.
Depends on tfx-bsl>=1.5.0,<1.6.0.
Breaking Changes
N/A
Deprecations
N/A
TensorFlow Transform 1.4.0
Major Features and Improvements
Added tf.RaggedTensor support to all analyzers and mappers with
reduce_instance_dims=True.
Bug Fixes and Other Changes
Fix re-loading a transform graph containing pyfuncs exported as a TF1
SavedModel(added using tft.apply_pyfunc) in TF2.
Introduced tft.experimental.approximate_vocabulary analyzer that is an
approximate version of tft.vocabulary which is more efficient with smaller
number of unique elements or top_k threshold.
Bug Fixes and Other Changes
Raise a RuntimeError if order of analyzers in traced Tensorflow Graph is
non-deterministic in TF2.
Fix issue where a tft.experimental.ptransform_analyzer's output dtype
could be propagated incorrectly if it was a primitive as opposed to
np.ndarray.
Depends on apache-beam[gcp]>=2.34,<3.
Depends on
tensorflow>=1.15.2,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<2.8.
Depends on tensorflow-metadata>=1.5.0,<1.6.0.
Depends on tfx-bsl>=1.5.0,<1.6.0.
Breaking Changes
N/A
Deprecations
N/A
Version 1.4.0
Major Features and Improvements
Added tf.RaggedTensor support to all analyzers and mappers with
reduce_instance_dims=True.
Bug Fixes and Other Changes
Fix re-loading a transform graph containing pyfuncs exported as a TF1
SavedModel(added using tft.apply_pyfunc) in TF2.
Depends on pyarrow>=1,<6.
Depends on tensorflow-metadata>=1.4.0,<1.5.0.
Depends on tfx-bsl>=1.4.0,<1.5.0.
Depends on apache-beam[gcp]>=2.33,<3.
Breaking Changes
N/A
Deprecations
... (truncated)
Commits
fe97b4b Update 1.5.0 in version.py and RELEASE.md (#255)
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Bumps tensorflow-transform from 1.3.0 to 1.5.0.
Release notes
Sourced from tensorflow-transform's releases.
Changelog
Sourced from tensorflow-transform's changelog.
... (truncated)
Commits
fe97b4b
Update 1.5.0 in version.py and RELEASE.md (#255)e0331bd
TFT 1.5.0 Release4174edf
Introducingtft.experimental.approximate_vocabulary
analyzer that uses an a...9d301ff
Fix the decoding issue of fingerprint_sort_fn.afee306
Adding support for ragged inputs and outputs with `RaggedFeature.UniformRowLe...0715602
Allow unknown output shapes on initial tracing. This requires using deferred ...9fcb6cc
Updating tensorflow, apache_beam version constraint and also updating TF-Serv...c0b440f
Modifying RaggedFeature.UniformRowLength dimension check in schema_inference ...e5e0560
no-op34b1c79
Some improvements to ptransform_analyzer:Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)