SimCLRv1-keras-tensorflow icon indicating copy to clipboard operation
SimCLRv1-keras-tensorflow copied to clipboard

Bump tensorflow from 2.1 to 2.9.3

Open dependabot[bot] opened this issue 1 year ago • 0 comments

Bumps tensorflow from 2.1 to 2.9.3.

Release notes

Sourced from tensorflow's releases.

TensorFlow 2.9.3

Release 2.9.3

This release introduces several vulnerability fixes:

TensorFlow 2.9.2

Release 2.9.2

This releases introduces several vulnerability fixes:

... (truncated)

Changelog

Sourced from tensorflow's changelog.

Release 2.12.0

Breaking Changes

  • tf.function:

    • tf.function now uses the Python inspect library directly for parsing the signature of the Python function it is decorated on.
    • This can break certain cases that were previously ignored where the signature is malformed, e.g. * Using functools.wraps on a function with different signature * Using functools.partial with an invalid tf.function input
  • tfconfig.experimental.enable_mlir_graph_optimization:

    • Experimental API removed.
  • tfconfig.experimental.disable_mlir_graph_optimization:

    • Experimental API removed.

Known Caveats

Major Features and Improvements

  • tf.math:

    • Added math_ops.segment_sum_v2 that takes num_segments as an additional input for efficient implementation with XLA.
  • tf.lite:

    • Add 16-bit float type support for built-in op fill.
    • Transpose now supports 6D tensors.
  • tf.keras:

    • Added utility tf.keras.utils.FeatureSpace, a one-stop shop for structured data preprocessing and encoding.
    • Added tf.SparseTensor input support to tf.keras.layers.Embedding layer. The layer now accepts a new boolean argument sparse. If sparse is set to True, the layer returns a SparseTensor instead of a dense Tensor. Defaults to False.

... (truncated)

Commits
  • a5ed5f3 Merge pull request #58584 from tensorflow/vinila21-patch-2
  • 258f9a1 Update py_func.cc
  • cd27cfb Merge pull request #58580 from tensorflow-jenkins/version-numbers-2.9.3-24474
  • 3e75385 Update version numbers to 2.9.3
  • bc72c39 Merge pull request #58482 from tensorflow-jenkins/relnotes-2.9.3-25695
  • 3506c90 Update RELEASE.md
  • 8dcb48e Update RELEASE.md
  • 4f34ec8 Merge pull request #58576 from pak-laura/c2.99f03a9d3bafe902c1e6beb105b2f2417...
  • 6fc67e4 Replace CHECK with returning an InternalError on failing to create python tuple
  • 5dbe90a Merge pull request #58570 from tensorflow/r2.9-7b174a0f2e4
  • 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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language

You can disable automated security fix PRs for this repo from the Security Alerts page.

dependabot[bot] avatar Nov 21 '22 22:11 dependabot[bot]