Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump @tensorflow/tfjs from 2.8.6 to 3.9.0 #1908

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 27, 2021

Bumps @tensorflow/tfjs from 2.8.6 to 3.9.0.

Release notes

Sourced from @​tensorflow/tfjs's releases.

tfjs-v3.9.0

Core (3.8.0 ==> 3.9.0)

Features

Bug fixes

  • fix (#5523).
  • [tfjs-core] fixed version test by require from both relative and absolute path (#5405).
  • [tfjs-core] disable logging when prod flag is set (#5368).
  • [core] fix: corrected dilations is not passed to the next func (#5364). Thanks, @​sungongwei.
  • [webgl]Fix PadV2 with empty size. (#5359).

Misc

  • Update monorepo to 3.9.0. (#5544).
  • Include README.md files in Bazel-generated npm packages (#5542).
  • [wasm] Fix offset calculation in Conv2DBackpropInput (#5518).
  • Fix string split call stack overflow (#5509).
  • [webgl] Fixed nightly test failure (#5510).
  • [webgpu] Add depthwise and other 21 programs WGSL support (#5403). Thanks, @​axinging.
  • fix depthwise conv2d bug (#5500).
  • Add broadcast args (#4636). Thanks, @​drubinstein.
  • [core] Add fallback method for isMobile (#5478).
  • fix(docs): elu wrong definition (#5474). Thanks, @​raffizulvian.
  • Make Bazel npm outputs match current packages (#5451).
  • Run enumerate-tests with Bazel (#5361).
  • Use absolute import for version_test (#5416).
  • Add fused depthwiseConv2d case for filter 3x3 (#5333). Thanks, @​axinging.
  • tfjs_bundle related improvements (#5337).
  • Use Bazel and ts_library to build core and backend-cpu (#5133).

Data (3.8.0 ==> 3.9.0)

Bug fixes

  • [tfjs-data] Fix an issue caused by incorrectly cloning certain iterator (#5444).

Misc

  • Update lockfiles branch tfjs_3.9.0_lockfiles lock files. (#5555).
  • Update monorepo to 3.9.0. (#5544).
  • Use Bazel and ts_library to build core and backend-cpu (#5133).

Layers (3.8.0 ==> 3.9.0)

Misc

  • Update lockfiles branch tfjs_3.9.0_lockfiles lock files. (#5555).
  • Update monorepo to 3.9.0. (#5544).
  • improving error message when input or dataset output shape does not match the inputShape (#5524). Thanks, @​sourabh112.
  • Revert "Build tfjs-backend-webgl with Bazel " (#5476) (#5339).
  • Make Bazel npm outputs match current packages (#5451).
  • fix(typo): in comment; TensorFow -> TensorFlow (#5407). Thanks, @​GoogleSites.
  • Build tfjs-backend-webgl with Bazel (#5339).
  • Use Bazel and ts_library to build core and backend-cpu (#5133).

... (truncated)

Commits
  • 4dfcd78 Update lockfiles branch tfjs_3.9.0_lockfiles lock files. (#5555)
  • 6e5c61b Update monorepo to 3.9.0. (#5544)
  • 0b358cc Include README.md files in Bazel-generated npm packages (#5542)
  • 68d18c9 Update safari to 13 for wasm tests (#5540)
  • 88d9b18 [E2E] Set CHECK_COMPUTATION_FOR_ERRORS to false for WebGPU backend in (#5314)
  • e249336 [wasm] Fix offset calculation in Conv2DBackpropInput (#5518)
  • a50cc1b improving error message when input or dataset output shape does not match the...
  • efc61e1 [webgpu] Add time query profiling for fromPixels op (#5503)
  • 701ddd8 webgl: Enable single run for yarn test (#5525)
  • 18b0c0a [webgpu] Fix exceed dispatch size on WGSL (#5519)
  • 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)

Bumps [@tensorflow/tfjs](https://github.com/tensorflow/tfjs) from 2.8.6 to 3.9.0.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Changelog](https://github.com/tensorflow/tfjs/blob/master/cloudbuild-release.yml)
- [Commits](tensorflow/tfjs@tfjs-v2.8.6...tfjs-v3.9.0)

---
updated-dependencies:
- dependency-name: "@tensorflow/tfjs"
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 27, 2021
@vanbasten17 vanbasten17 closed this Oct 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 1, 2021

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@vanbasten17 vanbasten17 deleted the dependabot/npm_and_yarn/tensorflow/tfjs-3.9.0 branch October 1, 2021 09:10
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 size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant