elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Bump tensorflow-transform from 1.3.0 to 1.7.0 #484

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps tensorflow-transform from 1.3.0 to 1.7.0.

Release notes

Sourced from tensorflow-transform's releases.

TensorFlow Transform 1.7.0

Major Features and Improvements

  • Introduced tft.experimental.compute_and_apply_approximate_vocabulary which computes and applies an approximate vocabulary.

Bug Fixes and Other Changes

  • Fix an issue when tft.experimental.approximate_vocabulary with text output format would not filter out tokens with newline characters.
  • Add a dummy value to the result of tft.experimental.approximate_vocabulary as is done for the exact variant, in order for downstream code to easily handle it.
  • Update tft.get_analyze_input_columns to ensure its output includes preprocessing_fn inputs which are not used in any TFT analyzers, but end up in a control dependency (automatic control dependencies are not present in TF1, hence this change will only affect the native TF2 implementation).
  • Assign different resource hint tags to both orginal and cloned PTransforms in deep copy optimization. The reason of adding these tags is to prevent root Reads that are generated from deep copy being merged due to common subexpression elimination.
  • Fixed an issue when large int64 values would be incorrectly bucketized in tft.apply_buckets.
  • Depends on apache-beam[gcp]>=2.36,<3.
  • Depends on tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3.
  • Depends on tensorflow-metadata>=1.7.0,<1.8.0.
  • Depends on tfx-bsl>=1.7.0,<1.8.0.

Breaking Changes

  • N/A

Deprecations

  • N/A

TensorFlow Transform 1.6.0

Major Features and Improvements

  • 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

... (truncated)

Changelog

Sourced from tensorflow-transform's changelog.

Version 1.7.0

Major Features and Improvements

  • Introduced tft.experimental.compute_and_apply_approximate_vocabulary which computes and applies an approximate vocabulary.

Bug Fixes and Other Changes

  • Fix an issue when tft.experimental.approximate_vocabulary with text output format would not filter out tokens with newline characters.
  • Add a dummy value to the result of tft.experimental.approximate_vocabulary as is done for the exact variant, in order for downstream code to easily handle it.
  • Update tft.get_analyze_input_columns to ensure its output includes preprocessing_fn inputs which are not used in any TFT analyzers, but end up in a control dependency (automatic control dependencies are not present in TF1, hence this change will only affect the native TF2 implementation).
  • Assign different resource hint tags to both orginal and cloned PTransforms in deep copy optimization. The reason of adding these tags is to prevent root Reads that are generated from deep copy being merged due to common subexpression elimination.
  • Fixed an issue when large int64 values would be incorrectly bucketized in tft.apply_buckets.
  • Depends on apache-beam[gcp]>=2.36,<3.
  • Depends on tensorflow>=1.15.5,!=2.0.*,!=2.1.*,!=2.2.*,!=2.3.*,!=2.4.*,!=2.5.*,!=2.6.*,!=2.7.*,<3.
  • Depends on tensorflow-metadata>=1.7.0,<1.8.0.
  • Depends on tfx-bsl>=1.7.0,<1.8.0.

Breaking Changes

  • N/A

Deprecations

  • N/A

Version 1.6.0

Major Features and Improvements

  • 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

... (truncated)

Commits
  • 9b348c8 Update 1.7.0 in version.py and RELEASE.md (#263)
  • d787521 TFT 1.7.0 Release
  • f3f7939 Switching from deprecated tf.raw_ops.BoostedTreesBucketize to `tf.searchsor...
  • 6f08265 Add best-effort tensorflow-io import to init.py files through which APIs ...
  • 30c17e6 Updating release notes for TFT 1.4.1 patch release at HEAD / master
  • 41e4912 Add a dummy value to the result of approximate vocabulary as is done for the ...
  • 3c9a87f Simplify example_proto_coder.py assignment of numpy arrays and scalar types t...
  • 67d6608 Updates several CombineFn.merge_accumulator implementations to avoid unnecess...
  • 90d165f Fix format.
  • fe43431 Add telemetry for record batch bytes input.
  • Additional commits viewable in compare view


Dependabot compatibility score

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)
dependabot[bot] commented 2 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.