Introduced tft.experimental.get_vocabulary_size_by_name that can retrieve
the size of a vocabulary computed using tft.vocabulary within the
preprocessing_fn.
tft.experimental.ptransform_analyzer now supports analyzer cache using the
newly added tft.experimental.CacheablePTransformAnalyzer container.
tft.bucketize_per_key now supports weights.
Bug Fixes and Other Changes
Depends on numpy>=1.16,<2.
Depends on apache-beam[gcp]>=2.35,<3.
Depends on absl-py>=0.9,<2.0.0.
Depends on tensorflow-metadata>=1.6.0,<1.7.0.
Depends on tfx-bsl>=1.6.0,<1.7.0.
Depends on
tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3.
Breaking Changes
N/A
Deprecations
N/A
TensorFlow Transform 1.5.0
Major Features and Improvements
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.
Introduced tft.experimental.get_vocabulary_size_by_name that can retrieve
the size of a vocabulary computed using tft.vocabulary within the
preprocessing_fn.
tft.experimental.ptransform_analyzer now supports analyzer cache using the
newly added tft.experimental.CacheablePTransformAnalyzer container.
tft.bucketize_per_key now supports weights.
Bug Fixes and Other Changes
Depends on numpy>=1.16,<2.
Depends on apache-beam[gcp]>=2.35,<3.
Depends on absl-py>=0.9,<2.0.0.
Depends on tensorflow-metadata>=1.6.0,<1.7.0.
Depends on tfx-bsl>=1.6.0,<1.7.0.
Depends on
tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,<3.
Breaking Changes
N/A
Deprecations
N/A
Version 1.5.0
Major Features and Improvements
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.
... (truncated)
Commits
181d19d Update 1.6.0 in version.py and RELEASE.md (#258)
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.6.0.
Release notes
Sourced from tensorflow-transform's releases.
... (truncated)
Changelog
Sourced from tensorflow-transform's changelog.
... (truncated)
Commits
181d19d
Update 1.6.0 in version.py and RELEASE.md (#258)993d3c3
TFT 1.6.0 Releaseff04e67
Showcase tft_unit in simple example, and validate the expected transformed data.cd42be7
Update absl_py dependency to newer 1.0.0 release and also updating TF version...3fd0137
Slightly restricting pytype check.bc5c3da
Fix or ignore some pytype errors.605db35
Added support of weights totft.bucketize_per_key
.10ad0a4
Don't require transformed_metadata to exist when using TFTransformOutput.voca...963f2c4
n/afef8d73
internal onlyDependabot 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)