Skip to content

Bump tensorflow-cpu from 1.15.0 to 2.1.2#4

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tensorflow-cpu-2.1.2
Closed

Bump tensorflow-cpu from 1.15.0 to 2.1.2#4
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tensorflow-cpu-2.1.2

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Sep 25, 2020

Bumps tensorflow-cpu from 1.15.0 to 2.1.2.

Release notes

Sourced from tensorflow-cpu's releases.

TensorFlow 2.1.2

Release 2.1.2

Bug Fixes and Other Changes

TensorFlow 2.1.1

Release 2.1.1

Bug Fixes and Other Changes

TensorFlow 2.1.0

Release 2.1.0

TensorFlow 2.1 will be the last TF release supporting Python 2. Python 2 support officially ends an January 1, 2020. As announced earlier, TensorFlow will also stop supporting Python 2 starting January 1, 2020, and no more releases are expected in 2019.

Major Features and Improvements

  • The tensorflow pip package now includes GPU support by default (same as tensorflow-gpu) for both Linux and Windows. This runs on machines with and without NVIDIA GPUs. tensorflow-gpu is still available, and CPU-only packages can be downloaded at tensorflow-cpu for users who are concerned about package size.
  • Windows users: Officially-released tensorflow Pip packages are now built with Visual Studio 2019 version 16.4 in order to take advantage of the new /d2ReducedOptimizeHugeFunctions compiler flag. To use these new packages, you must install "Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019", available from Microsoft's website here.
    • This does not change the minimum required version for building TensorFlow from source on Windows, but builds enabling EIGEN_STRONG_INLINE can take over 48 hours to compile without this flag. Refer to configure.py for more information about EIGEN_STRONG_INLINE and /d2ReducedOptimizeHugeFunctions.
    • If either of the required DLLs, msvcp140.dll (old) or msvcp140_1.dll (new), are missing on your machine, import tensorflow will print a warning message.
  • The tensorflow pip package is built with CUDA 10.1 and cuDNN 7.6.
  • tf.keras
    • Experimental support for mixed precision is available on GPUs and Cloud TPUs. See usage guide.
    • Introduced the TextVectorization layer, which takes as input raw strings and takes care of text standardization, tokenization, n-gram generation, and vocabulary indexing. See this end-to-end text classification example.
    • Keras .compile .fit .evaluate and .predict are allowed to be outside of the DistributionStrategy scope, as long as the model was constructed inside of a scope.
    • Experimental support for Keras .compile, .fit, .evaluate, and .predict is available for Cloud TPUs, Cloud TPU, for all types of Keras models (sequential, functional and subclassing models).
    • Automatic outside compilation is now enabled for Cloud TPUs. This allows tf.summary to be used more conveniently with Cloud TPUs.
    • Dynamic batch sizes with DistributionStrategy and Keras are supported on Cloud TPUs.
    • Support for .fit, .evaluate, .predict on TPU using numpy data, in addition to tf.data.Dataset.
    • Keras reference implementations for many popular models are available in the TensorFlow Model Garden.
  • tf.data

... (truncated)

Changelog

Sourced from tensorflow-cpu's changelog.

Release 2.1.2

Bug Fixes and Other Changes

Release 2.0.3

Bug Fixes and Other Changes

  • Fixes an undefined behavior causing a segfault in tf.raw_ops.Switch

... (truncated)

Commits
  • ab35f2b Disable a bunch of tests on Windows GPU
  • f6efeba Merge pull request #43444 from tensorflow-jenkins/version-numbers-2.1.2-2858
  • d5ba28c Update version numbers to 2.1.2
  • 3360254 Merge pull request #43439 from tensorflow-jenkins/relnotes-2.1.2-27543
  • 8d60c3f Update RELEASE.md
  • 6cab6db Insert release notes place-fill
  • d0545eb Merge pull request #43412 from tensorflow/mm-fix-2.1
  • 9178a24 Add missing import
  • 468f38f No disable_tfrt present on this branch
  • dfefb65 Merge pull request #43408 from tensorflow/mihaimaruseac-patch-3
  • 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 dependabot bot added the dependencies Pull requests that update a dependency file label Sep 25, 2020
@dependabot @github
Copy link
Author

dependabot bot commented on behalf of github Nov 13, 2020

Superseded by #7.

@dependabot dependabot bot closed this Nov 13, 2020
@dependabot dependabot bot deleted the dependabot/pip/tensorflow-cpu-2.1.2 branch November 13, 2020 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants