René's URL Explorer Experiment


Title: Bump tensorflow-gpu from 2.9.3 to 2.12.0 in /src/text by dependabot[bot] · Pull Request #19 · vearch/python-algorithm-plugin · GitHub

Open Graph Title: Bump tensorflow-gpu from 2.9.3 to 2.12.0 in /src/text by dependabot[bot] · Pull Request #19 · vearch/python-algorithm-plugin

X Title: Bump tensorflow-gpu from 2.9.3 to 2.12.0 in /src/text by dependabot[bot] · Pull Request #19 · vearch/python-algorithm-plugin

Description: Bumps tensorflow-gpu from 2.9.3 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These packages were removed and replaced with packages that direct users to switch to tensorflow or tf-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. See https://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 invalid tf.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 empty input_signature instead of an undefined one even if the input_signature is unspecified. tf.types.experimental.TraceType now requires an additional placeholder_value method to be defined. tf.function now traces with placeholder values generated by TraceType instead of the value itself. Experimental APIs tf.config.experimental.enable_mlir_graph_optimization and tf.config.experimental.disable_mlir_graph_optimization were removed. Major Features and Improvements Support for Python 3.11 has been added. Support for Python 3.7 has been removed. We are not releasing any more patches for Python 3.7. tf.lite: Add 16-bit float type support for built-in op fill. Transpose now supports 6D tensors. Float LSTM now supports diagonal recurrent tensors: https://arxiv.org/abs/1903.08023 tf.experimental.dtensor: Coordination service now works with dtensor.initialize_accelerator_system, and enabled by default. Add tf.experimental.dtensor.is_dtensor to check if a tensor is a DTensor instance. tf.data: Added support for alternative checkpointing protocol which makes it possible to checkpoint the state of the input pipeline without having to store the contents of internal buffers. The new functionality can be enabled through the experimental_symbolic_checkpoint option of tf.data.Options(). Added a new rerandomize_each_iteration argument for the tf.data.Dataset.random() operation, which controls whether the sequence of generated random numbers should be re-randomized every epoch or not (the default behavior). If seed is set and rerandomize_each_iteration=True, the random() operation will produce a different (deterministic) sequence of numbers every epoch. Added a new rerandomize_each_iteration argument for the tf.data.Dataset.sample_from_datasets() operation, which controls whether the sequence of generated random numbers used for sampling should be re-randomized every epoch or not. If seed is set and rerandomize_each_iteration=True, the sample_from_datasets() operation will use a different (deterministic) sequence of numbers every epoch. tf.test: Added tf.test.experimental.sync_devices, which is useful for accurately measuring performance in benchmarks. tf.experimental.dtensor: ... (truncated) Changelog Sourced from tensorflow-gpu's changelog. Release 2.12.0 Breaking Changes Build, Compilation and Packaging Removed redundant packages tensorflow-gpu and tf-nightly-gpu. These packages were removed and replaced with packages that direct users to switch to tensorflow or tf-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. See https://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 invalid tf.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 empty input_signature instead of an undefined one even if the input_signature is unspecified. tf.types.experimental.TraceType now requires an additional placeholder_value method to be defined. tf.function now traces with placeholder values generated by TraceType instead of the value itself. Experimental APIs tf.config.experimental.enable_mlir_graph_optimization and tf.config.experimental.disable_mlir_graph_optimization were removed. Major Features and Improvements Support for Python 3.11 has been added. Support for Python 3.7 has been removed. We are not releasing any more patches for Python 3.7. tf.lite: Add 16-bit float type support for built-in op fill. Transpose now supports 6D tensors. Float LSTM now supports diagonal recurrent tensors: https://arxiv.org/abs/1903.08023 tf.experimental.dtensor: Coordination service now works with dtensor.initialize_accelerator_system, and enabled by default. Add tf.experimental.dtensor.is_dtensor to check if a tensor is a DTensor instance. tf.data: Added support for alternative checkpointing protocol which makes it possible to checkpoint the state of the input pipeline without having to store the contents of internal buffers. The new functionality can be enabled through the experimental_symbolic_checkpoint option of tf.data.Options(). Added a new rerandomize_each_iteration argument for the tf.data.Dataset.random() operation, which controls whether the sequence of generated random numbers should be re-randomized every epoch or not (the default behavior). If seed is set and rerandomize_each_iteration=True, the random() operation will produce a different (deterministic) sequence of numbers every epoch. Added a new rerandomize_each_iteration argument for the tf.data.Dataset.sample_from_datasets() operation, which controls whether the sequence of generated random numbers used for sampling should be re-randomized every epoch or not. If seed is set and rerandomize_each_iteration=True, the sample_from_datasets() operation will use a different (deterministic) sequence of numbers every epoch. tf.test: Added tf.test.experimental.sync_devices, which is useful for accurately measuring performance in benchmarks. tf.experimental.dtensor: Added experimental support to ReduceScatter fuse on GPU (NCCL). ... (truncated) Commits 0db597d Merge pull request #60051 from tensorflow/venkat2469-patch-1 1a12f59 Update RELEASE.md aa4d558 Merge pull request #60050 from tensorflow/venkat-patch-6 bd1ab8a Update the security section in RELEASE.md 4905be0 Merge pull request #60049 from tensorflow/venkat-patch-5 9f96caa Update setup.py on TF release branch with released version of Estimator and k... e719b6b Update Relese.md (#60033) 64a9d54 Merge pull request #60017 from tensorflow/joefernandez-patch-2.12-release-notes 7a4ebfd Update RELEASE.md e0e10a9 Merge pull request #59988 from tensorflow-jenkins/version-numbers-2.12.0-8756 Additional commits viewable in compare 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 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 the Security Alerts page.

Open Graph Description: Bumps tensorflow-gpu from 2.9.3 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packagin...

X Description: Bumps tensorflow-gpu from 2.9.3 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Pack...

Opengraph URL: https://github.com/vearch/python-algorithm-plugin/pull/19

X: @github

direct link

Domain: patch-diff.githubusercontent.com

route-pattern/:user_id/:repository/pull/:id/checks(.:format)
route-controllerpull_requests
route-actionchecks
fetch-noncev2:8a05645e-9537-e1e6-0542-72ac42551171
current-catalog-service-hash87dc3bc62d9b466312751bfd5f889726f4f1337bdff4e8be7da7c93d6c00a25a
request-idAF96:119399:33FE3DA:4355775:69762094
html-safe-nonce48a8a406fb5fc7c836af233b6f4a187bc42f736d8e09b5bc50e979fa9a5d9c1c
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBRjk2OjExOTM5OTozM0ZFM0RBOjQzNTU3NzU6Njk3NjIwOTQiLCJ2aXNpdG9yX2lkIjoiMzkxNjI3NDI4NDYxNDc4NzIyMCIsInJlZ2lvbl9lZGdlIjoiaWFkIiwicmVnaW9uX3JlbmRlciI6ImlhZCJ9
visitor-hmacc463f5acd62b6c616d8143ed208e782321655d342345fbe0f48538fe72ac8e22
hovercard-subject-tagpull_request:1289746391
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,checks,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/checks
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/vearch/python-algorithm-plugin/pull/19/checks
twitter:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/in/29110?s=400&v=4
og:image:altBumps tensorflow-gpu from 2.9.3 to 2.12.0. Release notes Sourced from tensorflow-gpu's releases. TensorFlow 2.12.0 Release 2.12.0 TensorFlow Breaking Changes Build, Compilation and Packagin...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
Nonec6814b4cc7afd45cd6e64525d0cff0e76dd802f315a5b0e55a7abda1d1d070d0
turbo-cache-controlno-preview
go-importgithub.com/vearch/python-algorithm-plugin git https://github.com/vearch/python-algorithm-plugin.git
octolytics-dimension-user_id40046182
octolytics-dimension-user_loginvearch
octolytics-dimension-repository_id248474856
octolytics-dimension-repository_nwovearch/python-algorithm-plugin
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id248474856
octolytics-dimension-repository_network_root_nwovearch/python-algorithm-plugin
turbo-body-classeslogged-out env-production page-responsive full-width full-width-p-0
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
release4ea235bfed58ef16c8a5642b3ac64b74f10c9f52
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks#start-of-content
https://patch-diff.githubusercontent.com/
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvearch%2Fpython-algorithm-plugin%2Fpull%2F19%2Fchecks
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://patch-diff.githubusercontent.com/login?return_to=https%3A%2F%2Fgithub.com%2Fvearch%2Fpython-algorithm-plugin%2Fpull%2F19%2Fchecks
Sign up https://patch-diff.githubusercontent.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Fchecks&source=header-repo&source_repo=vearch%2Fpython-algorithm-plugin
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
vearch https://patch-diff.githubusercontent.com/vearch
python-algorithm-pluginhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin
Notifications https://patch-diff.githubusercontent.com/login?return_to=%2Fvearch%2Fpython-algorithm-plugin
Fork 11 https://patch-diff.githubusercontent.com/login?return_to=%2Fvearch%2Fpython-algorithm-plugin
Star 16 https://patch-diff.githubusercontent.com/login?return_to=%2Fvearch%2Fpython-algorithm-plugin
Code https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin
Issues 3 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/issues
Pull requests 1 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pulls
Actions https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/actions
Projects 0 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/projects
Security 0 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/security
Insights https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pulse
Code https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin
Issues https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/issues
Pull requests https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pulls
Actions https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/actions
Projects https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/projects
Security https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/security
Insights https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pulse
Sign up for GitHub https://patch-diff.githubusercontent.com/signup?return_to=%2Fvearch%2Fpython-algorithm-plugin%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://patch-diff.githubusercontent.com/login?return_to=%2Fvearch%2Fpython-algorithm-plugin%2Fissues%2Fnew%2Fchoose
dependabothttps://patch-diff.githubusercontent.com/apps/dependabot
masterhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/tree/master
dependabot/pip/src/text/tensorflow-gpu-2.12.0https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/tree/dependabot/pip/src/text/tensorflow-gpu-2.12.0
Conversation 0 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19
Commits 1 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/commits
Checks 0 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
Files changed https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
Please reload this pagehttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
Please reload this pagehttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
Bump tensorflow-gpu from 2.9.3 to 2.12.0 in /src/text https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks#top
Please reload this pagehttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/checks
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.