Skip to content

Conversation

@dependabot-preview
Copy link

Bumps @tensorflow/tfjs from 0.14.2 to 1.5.1.

Release notes

Sourced from @tensorflow/tfjs's releases.

1.4.0

High-level additions

  • Kernel modularization has begun! This will not affect any code today but in the future we'll add support for dropping code for kernels not used for your model.
  • The WebAssembly backend is now on NPM in alpha. You can check out details in the README (here)[https://github.com/tensorflow/tfjs/tree/master/tfjs-backend-wasm]. We're not listing all the WASM PRs here yet, this will happen with the first non-alpha release.

Core (1.3.0 ==> 1.4.0)

Features

  • [WASM] Add resizeBilinear kernel. (#2436).
  • [WASM] Add ArgMax kernel (#2433).
  • [WASM] Add relu, relu6 kernels. (#2432).
  • [core, wasm] Modularize FromPixels and make it work for the w… (#2429).
  • [WASM] Fuse relu, relu6, prelu activations for conv2d. Add fuse… (#2424).
  • [WASM] Add FloorDiv used by PoseNet (#2426).
  • tf.linalg.bandPart (#2226). Thanks, @DirkToewe.
  • tf.broadcastTo (#2238). Thanks, @DirkToewe.
  • [WASM] Add NonMaxSuppressionV3 (#2414).
  • [WASM] Add AvgPool kernel. (#2411).
  • [core] Do not fail if half float extension not found and we are… (#2410).
  • [WASM] Add Addn used by MobileNet (#2408).
  • [WASM] Add maxPool kernel. (#2396).
  • [WASM] Add ClipByValue (#2405).
  • [WASM] Add PadV2 kernel (#2404).
  • [WASM] Add DepthwiseConv2dNative (#2374).
  • added metadata to the model artifacts on the loaders (#2392).
  • [WASM] Add FusedConv2D which only supports fusing bias. (#2356).
  • [WASM] Add CropAndResize kernel. (#2307).
  • [core]Add divNoNan op (#2320).
  • [WASM] Add Conv2D that calls into xnn pack. (#2283).
  • [WASM] Add Concat and Transpose kernels (#2303).
  • [WASM] Add min / max kernels. (#2289).
  • [WASM] Add batchnorm kernel. (#2264).
  • [WASM] Add Slice and Square kernels (#2269).

Bug fixes

  • [WASM] Support integer inputs for bilinear resizing and crop an… (#2480).
  • [core] Relax fusing logic. (#2422).
  • [Core] Fix bug with printing complex64 numbers. (#2347).
  • [WASM] Transpose the filter of the convolution before calling x… (#2344).
  • [Core] Fix bug with WEBGL_PACK=false and uploading packed tensor (#2291).
  • [Core] Fix bug with pointwise conv2d with packing (#2290).

Development

  • [core] Rename fused ops for internal scopeName tracking. (#2417).
  • fix padding_test.ts & 'for .. in' to 'for .. of' (#2388). Thanks, @karikera.
  • Revert "[Core] Update to TypeScript 3.6.3. " (#2376) (#2355).
... (truncated)
Commits

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
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps [@tensorflow/tfjs](https://github.com/tensorflow/tfjs) from 0.14.2 to 1.5.1.
- [Release notes](https://github.com/tensorflow/tfjs/releases)
- [Commits](tensorflow/tfjs@v0.14.2...tfjs-v1.5.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Dec 23, 2019
@dependabot-preview
Copy link
Author

Superseded by #15.

@dependabot-preview dependabot-preview bot deleted the dependabot/npm_and_yarn/tensorflow/tfjs-1.5.1 branch January 30, 2020 07:05
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.

1 participant