Bumpstensorflow-cpu from 2.9.3 to 2.12.1.
Release notes
Sourced fromtensorflow-cpu's releases.
TensorFlow 2.12.1
Release 2.12.1
Bug Fixes and Other Changes
- The use of the ambe config to build and test aarch64 is not needed. The ambe config will be removed in the future. Making cpu_arm64_pip.sh and cpu_arm64_nonpip.sh more similar for easier future maintenance.
TensorFlow 2.12.0
Release 2.12.0
TensorFlow
Breaking Changes
Build, Compilation and Packaging
- Removed redundant packages
tensorflow-gpu andtf-nightly-gpu. These packages were removed and replaced with packages that direct users to switch totensorflow ortf-nightly respectively. Since TensorFlow 2.1, the only difference between these two sets of packages was their names, so there is no loss of functionality or GPU support. Seehttps://pypi.org/project/tensorflow-gpu for more details.
tf.function:
tf.function now uses the Python inspect library directly for parsing the signature of the Python function it is decorated on. This change may break code where the function signature is malformed, but was ignored previously, such as:- Using
functools.wraps on a function with different signature - Using
functools.partial with an invalidtf.function input
tf.function now enforces input parameter names to be valid Python identifiers. Incompatible names are automatically sanitized similarly to existing SavedModel signature behavior.- Parameterless
tf.functions are assumed to have an emptyinput_signature instead of an undefined one even if theinput_signature is unspecified. tf.types.experimental.TraceType now requires an additionalplaceholder_value method to be defined.tf.function now traces with placeholder values generated by TraceType instead of the value itself.
Experimental APIstf.config.experimental.enable_mlir_graph_optimization andtf.config.experimental.disable_mlir_graph_optimization were removed.
Major Features and Improvements
... (truncated)
Changelog
Sourced fromtensorflow-cpu's changelog.
Release 2.12.1
Bug Fixes and Other Changes
- The use of the ambe config to build and test aarch64 is not needed. The ambe config will be removed in the future. Making cpu_arm64_pip.sh and cpu_arm64_nonpip.sh more similar for easier future maintenance.
Release 2.12.0
Breaking Changes
Build, Compilation and Packaging
- Removed redundant packages
tensorflow-gpu andtf-nightly-gpu. These packages were removed and replaced with packages that direct users to switch totensorflow ortf-nightly respectively. Since TensorFlow 2.1, the only difference between these two sets of packages was their names, so there is no loss of functionality or GPU support. Seehttps://pypi.org/project/tensorflow-gpu for more details.
tf.function:
tf.function now uses the Python inspect library directly for parsing the signature of the Python function it is decorated on. This change may break code where the function signature is malformed, but was ignored previously, such as:- Using
functools.wraps on a function with different signature - Using
functools.partial with an invalidtf.function input
tf.function now enforces input parameter names to be valid Python identifiers. Incompatible names are automatically sanitized similarly to existing SavedModel signature behavior.- Parameterless
tf.functions are assumed to have an emptyinput_signature instead of an undefined one even if theinput_signature is unspecified. tf.types.experimental.TraceType now requires an additionalplaceholder_value method to be defined.tf.function now traces with placeholder values generated by TraceType instead of the value itself.
Experimental APIstf.config.experimental.enable_mlir_graph_optimization andtf.config.experimental.disable_mlir_graph_optimization were removed.
Major Features and Improvements
... (truncated)
Commits
8e2b665 Merge pull request#61094 from tensorflow/venkat-patch-44402478f0 Fix unit test failure caused by numpy update2cd9b41 Merge pull request#61082 from tensorflow/venkat-patch-3337995c95 Updating Simplified retry logic to DNS cache29479ed Merge pull request#60872 from tensorflow/r2.12-c45a6c0b1cbe76a933 Simplified retry logic to DNS cache76addf7 Merge pull request#60850 from elfringham/non_pip_fix05987a8 [Linaro:ARM_CI] Fix permissions for running nonpip tests23724d2 Merge pull request#60842 from elfringham/r2.12496730b Limit typing_extensions to less than 4.6.0 until it works- Additional commits viewable incompare view

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency@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)
You can disable automated security fix PRs for this repo from theSecurity Alerts page.
Bumpstensorflow-cpu from 2.9.3 to 2.12.1.
Release notes
Sourced fromtensorflow-cpu's releases.
... (truncated)
Changelog
Sourced fromtensorflow-cpu's changelog.
... (truncated)
Commits
8e2b665Merge pull request#61094 from tensorflow/venkat-patch-44402478f0Fix unit test failure caused by numpy update2cd9b41Merge pull request#61082 from tensorflow/venkat-patch-3337995c95Updating Simplified retry logic to DNS cache29479edMerge pull request#60872 from tensorflow/r2.12-c45a6c0b1cbe76a933Simplified retry logic to DNS cache76addf7Merge pull request#60850 from elfringham/non_pip_fix05987a8[Linaro:ARM_CI] Fix permissions for running nonpip tests23724d2Merge pull request#60842 from elfringham/r2.12496730bLimit typing_extensions to less than 4.6.0 until it worksDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)You can disable automated security fix PRs for this repo from theSecurity Alerts page.