elifesciences / sciencebeam-gym

ScienceBeam Gym
MIT License
25 stars 5 forks source link

Bump tensorflow-transform from 1.3.0 to 1.4.0 #443

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 3 years ago

Bumps tensorflow-transform from 1.3.0 to 1.4.0.

Release notes

Sourced from tensorflow-transform's releases.

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.
  • 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

  • Deprecated python 3.6 support.
Changelog

Sourced from tensorflow-transform's changelog.

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

  • Deprecated python 3.6 support.
Commits
  • d44206c Update 1.4.0 in version.py and RELEASE.md (#254)
  • 6daccd5 TFT 1.4.0 Release
  • 7a2dc3b Changes to test utils.
  • 8569e49 Change references of nested_structure_coder.StructureCoder to their correspon...
  • f1ea226 Adding reduction option to tf_utils.reduce_batch_weighted_counts. This is t...
  • 09e41e9 Change some exceptions to warnings.
  • 2ddd0df Adding a test case validating the expected TFT graph for a 2-phase analysis w...
  • b06e87b Typing cleanup:
  • 35df75a Adding tf.RaggedTensor support to numeric TFT mappers and analyzers.
  • 84f3eeb Adding tf.RaggedTensor support to tft.tukey_scale, tft.tukey_h_params, `t...
  • 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

Superseded by #455.