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/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:e20ed367-ddb1-b03d-c251-e1c1ddc7e6b4
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idAA8C:CA7BC:9BF4CD4:CB651AD:6975E48D
html-safe-nonce694df23f90db84ea978566762e4f1f16f045fa16ed8ce27bc0f542977bbddad2
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJBQThDOkNBN0JDOjlCRjRDRDQ6Q0I2NTFBRDo2OTc1RTQ4RCIsInZpc2l0b3JfaWQiOiIzOTQ0NDE4MTc4ODA4Mjc2MTA5IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac0e688e602d6cb488a87ea9d650a7e88b530d6f877b24ec7c610bea4bf63ba8ac
hovercard-subject-tagpull_request:1289746391
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/vearch/python-algorithm-plugin/pull/19/files
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
None2bce766e7450b03e00b2fc5badd417927ce33a860e78cda3e4ecb9bbd1374cc6
turbo-cache-controlno-preview
diff-viewunified
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
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasefcca2b8ef702b5f7f91427a6e920fa44446fe312
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files#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%2Ffiles
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%2Ffiles
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%2Ffiles&source=header-repo&source_repo=vearch%2Fpython-algorithm-plugin
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
Reloadhttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
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/files
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/files#top
Show all changes 1 commit https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
01200a4 Bump tensorflow-gpu from 2.9.3 to 2.12.0 in /src/text dependabot[bot] Mar 24, 2023 https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/commits/01200a4c77538e0084c24a99593eb22c3fe5e56f
Clear filters 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/files
Please reload this pagehttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files
src/text/requirements.txthttps://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/files#diff-44ee533be6488f49fad1ddd6d8d1bf60165347988b42edfb17e683103032b7af
View file https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/blob/01200a4c77538e0084c24a99593eb22c3fe5e56f/src/text/requirements.txt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://patch-diff.githubusercontent.com/vearch/python-algorithm-plugin/pull/19/{{ revealButtonHref }}
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.