Skip to content
This repository has been archived by the owner on May 16, 2023. It is now read-only.

Update tensorflow requirement from 0.13.0 to 0.20.0 #21

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Feb 14, 2023

Updates the requirements on tensorflow to permit the latest version.

Changelog

Sourced from tensorflow's changelog.

Release 0.20.0

Additions

  • Implemented Send and Sync for SessionRunArgs

Changes

  • Migrated from random to rand
  • Upgraded to TensorFlow 2.11.0

Fixes

  • Removed binaries from the repository

Release 0.19.0

Additions

  • Improved debug formatting of tensors
  • Add accessors for operation named inputs and outputs
  • Support loading TensorFlow library dynamically at runtime

Changes

  • Upgrade to TensorFlow 2.9.1

Release 0.18.0

Additions

  • Added eager API support (Big thanks to dskkato!)
  • Add pre-trained Keras model use example

Changes

  • Upgrade to TensorFlow 2.8
  • Update addition and regression_savedmodel examples' python code for tf2.5
  • Migrate CI from Travis to GitHub Actions

Fixes

  • Codegen cleanup
  • Fixed rustfmt on Windows

Release 0.17.0

Additions

  • Support Tensor::from and Shape::from for arrays (requires Rust 1.51)

... (truncated)

Commits
  • b40f8a7 Replace space with dash in tensorflow-sys-runtime keywords
  • f7214cf Merge pull request #397 from adamcrume/master
  • c2b3929 Bump version to 0.20.0
  • b4aef83 Update changelog
  • 08bd27e Merge pull request #396 from adamcrume/master
  • 0557f8b Update protos and ops
  • f6cb5bc Fix clippy and audit issues
  • a7a4dad Merge pull request #395 from adamcrume/master
  • 4bf3ac3 Upgrade to TensorFlow 2.11.0
  • 3f3f618 Merge pull request #391 from dskkato/remove_binary_files
  • 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)

Updates the requirements on [tensorflow](https://github.com/tensorflow/rust) to permit the latest version.
- [Release notes](https://github.com/tensorflow/rust/releases)
- [Changelog](https://github.com/tensorflow/rust/blob/master/CHANGELOG.md)
- [Commits](tensorflow/rust@v0.13.0...v0.20.0)

---
updated-dependencies:
- dependency-name: tensorflow
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 14, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants